Skip to content

Commit

Permalink
Publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
vibe-gh committed Dec 17, 2024
1 parent d5baed8 commit 60d6f04
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/core/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.

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


### Features

* **Modal:** export new Modal component to /next ([#2641](https://github.com/mondaycom/vibe/issues/2641)) ([244c1cb](https://github.com/mondaycom/vibe/commit/244c1cbfa80641f8e3a07270a0dfb4fd3e488bc7))





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


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibe/core",
"version": "3.6.2",
"version": "3.7.0",
"description": "Official monday.com UI resources for application development in React.js",
"repository": {
"type": "git",
Expand Down Expand Up @@ -248,7 +248,7 @@
"ts-node": "^10.9.2",
"typescript": "^4.7.3",
"typescript-plugin-css-modules": "^4.2.1",
"vibe-storybook-components": "0.20.0"
"vibe-storybook-components": "0.21.0"
},
"peerDependencies": {
"moment": "^2.29.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/storybook-blocks/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.

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


### Features

* **Modal:** export new Modal component to /next ([#2641](https://github.com/mondaycom/vibe/issues/2641)) ([244c1cb](https://github.com/mondaycom/vibe/commit/244c1cbfa80641f8e3a07270a0dfb4fd3e488bc7))





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


Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vibe-storybook-components",
"version": "0.20.0",
"version": "0.21.0",
"description": "Collection of Vibe's Storybook components",
"repository": {
"type": "git",
Expand Down

0 comments on commit 60d6f04

Please sign in to comment.