Skip to content

Commit 4b4b677

Browse files
committed
1 parent 090499e commit 4b4b677

File tree

18 files changed

+107
-32
lines changed

18 files changed

+107
-32
lines changed

components/button/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 3.0.1 (2025-10-25)
7+
8+
**Note:** Version bump only for package @vibe/button

components/button/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/button",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Vibe sub-package for button components",
55
"repository": {
66
"type": "git",
@@ -34,22 +34,22 @@
3434
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\""
3535
},
3636
"dependencies": {
37-
"@vibe/icon": "3.0.0",
38-
"@vibe/loader": "3.0.0",
39-
"@vibe/shared": "3.0.1",
40-
"@vibe/storybook-config": "3.0.1",
37+
"@vibe/icon": "3.0.1",
38+
"@vibe/loader": "3.0.1",
39+
"@vibe/shared": "3.0.2",
40+
"@vibe/storybook-config": "3.0.2",
4141
"classnames": "^2.5.1",
4242
"es-toolkit": "^1.39.10"
4343
},
4444
"devDependencies": {
4545
"@testing-library/react": "^12.1.2",
46-
"@vibe/config": "3.0.1",
46+
"@vibe/config": "3.0.2",
4747
"@vibe/icons": "1.9.0",
48-
"typescript": "^4.7.3",
49-
"vibe-storybook-components": "1.0.2",
5048
"react": "^16.13.0",
5149
"react-dom": "^16.13.0",
5250
"react-test-renderer": "16",
51+
"typescript": "^4.7.3",
52+
"vibe-storybook-components": "1.0.2",
5353
"vitest": "^1.6.0"
5454
},
5555
"peerDependencies": {

components/icon/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 3.0.1 (2025-10-25)
7+
8+
**Note:** Version bump only for package @vibe/icon

components/icon/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/icon",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Vibe sub-package for icon components",
55
"repository": {
66
"type": "git",
@@ -34,19 +34,19 @@
3434
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\""
3535
},
3636
"dependencies": {
37-
"@vibe/storybook-config": "3.0.1",
38-
"@vibe/shared": "3.0.1",
37+
"@vibe/shared": "3.0.2",
38+
"@vibe/storybook-config": "3.0.2",
3939
"classnames": "^2.5.1",
4040
"es-toolkit": "^1.39.10",
4141
"react-inlinesvg": "^4.1.3"
4242
},
4343
"devDependencies": {
44+
"@vibe/config": "3.0.2",
4445
"@vibe/icons": "1.11.0",
45-
"@vibe/config": "3.0.1",
46-
"typescript": "^4.7.3",
47-
"vibe-storybook-components": "1.0.2",
4846
"react": "^16.13.0",
4947
"react-dom": "^16.13.0",
48+
"typescript": "^4.7.3",
49+
"vibe-storybook-components": "1.0.2",
5050
"vitest": "^1.6.0"
5151
},
5252
"peerDependencies": {

components/loader/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 3.0.1 (2025-10-25)
7+
8+
**Note:** Version bump only for package @vibe/loader

components/loader/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/loader",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "Vibe sub-package for loader components",
55
"repository": {
66
"type": "git",
@@ -34,13 +34,13 @@
3434
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\""
3535
},
3636
"dependencies": {
37-
"@vibe/shared": "3.0.1",
38-
"@vibe/storybook-config": "3.0.1",
37+
"@vibe/shared": "3.0.2",
38+
"@vibe/storybook-config": "3.0.2",
3939
"classnames": "^2.5.1"
4040
},
4141
"devDependencies": {
4242
"@testing-library/react": "^12.1.2",
43-
"@vibe/config": "3.0.1",
43+
"@vibe/config": "3.0.2",
4444
"react": "^16.13.0",
4545
"react-dom": "^16.13.0",
4646
"react-test-renderer": "16",

packages/config/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.0.2](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-25)
7+
8+
**Note:** Version bump only for package @vibe/config
9+
10+
11+
12+
13+
614
## 3.0.1 (2025-09-14)
715

816
**Note:** Version bump only for package @vibe/config

packages/config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/config",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"private": true,
55
"description": "Shared configurations for Vibe packages",
66
"repository": {

packages/core/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.70.2](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-25)
7+
8+
9+
### Bug Fixes
10+
11+
* **Dialog:** click outside handler should be on the wrapper - not content - of the Dialog ([#3145](https://github.com/mondaycom/vibe/issues/3145)) ([b154daf](https://github.com/mondaycom/vibe/commit/b154dafda4dc61384197f7d66625bd1c187cc544))
12+
13+
14+
15+
16+
617
## [3.70.1](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-19)
718

819
**Note:** Version bump only for package @vibe/core

packages/core/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/core",
3-
"version": "3.70.1",
3+
"version": "3.70.2",
44
"description": "Official monday.com UI resources for application development in React.js",
55
"repository": {
66
"type": "git",
@@ -94,18 +94,18 @@
9494
},
9595
"dependencies": {
9696
"@popperjs/core": "2.11.6",
97-
"@vibe/button": "3.0.0",
98-
"@vibe/icon": "3.0.0",
97+
"@vibe/button": "3.0.1",
98+
"@vibe/icon": "3.0.1",
9999
"@vibe/icons": "1.11.0",
100-
"@vibe/loader": "3.0.0",
100+
"@vibe/loader": "3.0.1",
101101
"a11y-dialog": "^7.5.2",
102102
"body-scroll-lock": "^4.0.0-beta.0",
103103
"browserslist-config-monday": "1.0.6",
104104
"classnames": "^2.3.2",
105105
"downshift": "^9.0.8",
106106
"es-toolkit": "^1.39.10",
107107
"framer-motion": "^6.5.1",
108-
"monday-ui-style": "0.26.0",
108+
"monday-ui-style": "0.26.1",
109109
"react-dates": "21.8.0",
110110
"react-focus-lock": "^2.13.2",
111111
"react-inlinesvg": "^4.1.3",
@@ -186,7 +186,7 @@
186186
"@uiw/codemirror-extensions-langs": "^4.21.25",
187187
"@uiw/codemirror-theme-github": "^4.21.25",
188188
"@uiw/react-codemirror": "^4.21.25",
189-
"@vibe/config": "3.0.1",
189+
"@vibe/config": "3.0.2",
190190
"@vitejs/plugin-react": "^4.3.1",
191191
"@vitest/coverage-v8": "^1.6.0",
192192
"@vitest/ui": "^1.6.0",
@@ -259,7 +259,7 @@
259259
"tsx": "^4.20.3",
260260
"typescript": "^4.7.3",
261261
"typescript-plugin-css-modules": "^4.2.1",
262-
"vibe-storybook-components": "1.0.5",
262+
"vibe-storybook-components": "1.0.6",
263263
"vite": "^5.3.1",
264264
"vitest": "^1.6.0"
265265
},

0 commit comments

Comments
 (0)