Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
vibe-gh committed Dec 3, 2024
1 parent a9b796d commit aaa2801
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [3.1.0](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2024-12-03)


### Bug Fixes

* **table:** Reduce scroll delay in table ([#2611](https://github.com/mondaycom/vibe/issues/2611)) ([0a37b1a](https://github.com/mondaycom/vibe/commit/0a37b1ae03b9338a88d604bd395ba46533a224f0))


### Features

* **Modal:** footers for new Modal component ([#2553](https://github.com/mondaycom/vibe/issues/2553)) ([ba63288](https://github.com/mondaycom/vibe/commit/ba6328894d132ff4070ece9d47f3b1a9bcb23162))
* **Modal:** layouts for new Modal component ([#2552](https://github.com/mondaycom/vibe/issues/2552)) ([97d81fa](https://github.com/mondaycom/vibe/commit/97d81fa86ca8018cfb70f4de7d9cb7a2fa701120))
* **Modal:** new Modal components building blocks ([#2432](https://github.com/mondaycom/vibe/issues/2432)) ([43b6b42](https://github.com/mondaycom/vibe/commit/43b6b42872bceac8bceac114b10ebbff3864f5fa))





# [3.0.0](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2024-11-24)

We're excited to announce the release of Vibe v3! 🎉
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibe/core",
"version": "3.0.0",
"version": "3.1.0",
"description": "Official monday.com UI resources for application development in React.js",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/testkit/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [1.1.0](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2024-12-03)


### Features

* **BaseElement:** add isVisible method ([#2616](https://github.com/mondaycom/vibe/issues/2616)) ([8c7458e](https://github.com/mondaycom/vibe/commit/8c7458eb694aed0c9e740abae668968eb063d40f))





## [1.0.7](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2024-11-24)

**Note:** Version bump only for package @vibe/testkit
Expand Down
2 changes: 1 addition & 1 deletion packages/testkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibe/testkit",
"version": "1.0.7",
"version": "1.1.0",
"description": "Vibe e2e testing toolkit",
"keywords": [
"TESTING",
Expand Down

0 comments on commit aaa2801

Please sign in to comment.