Skip to content

Commit a6d012b

Browse files
committed
Publish [skip ci]
- @vibe/[email protected] - @vibe/[email protected] - @vibe/[email protected] - @vibe/[email protected]
1 parent eec1792 commit a6d012b

File tree

8 files changed

+52
-11
lines changed

8 files changed

+52
-11
lines changed

components/button/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.0.2](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-26)
7+
8+
9+
### Bug Fixes
10+
11+
* remove unneeded dev dependencies ([#3157](https://github.com/mondaycom/vibe/issues/3157)) ([eec1792](https://github.com/mondaycom/vibe/commit/eec17924422cb0478bb713290919d80a516cd436))
12+
13+
14+
15+
16+
617
## 3.0.1 (2025-10-25)
718

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

components/button/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/button",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Vibe sub-package for button components",
55
"repository": {
66
"type": "git",
@@ -34,17 +34,17 @@
3434
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\""
3535
},
3636
"dependencies": {
37-
"@vibe/icon": "3.0.1",
38-
"@vibe/loader": "3.0.1",
37+
"@vibe/icon": "3.0.2",
38+
"@vibe/loader": "3.0.2",
3939
"@vibe/shared": "3.0.2",
4040
"classnames": "^2.5.1",
4141
"es-toolkit": "^1.39.10"
4242
},
4343
"devDependencies": {
44-
"@vibe/storybook-config": "3.0.2",
4544
"@testing-library/react": "^12.1.2",
4645
"@vibe/config": "3.0.2",
4746
"@vibe/icons": "1.9.0",
47+
"@vibe/storybook-config": "3.0.2",
4848
"react": "^16.13.0",
4949
"react-dom": "^16.13.0",
5050
"react-test-renderer": "16",

components/icon/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.0.2](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-26)
7+
8+
9+
### Bug Fixes
10+
11+
* remove unneeded dev dependencies ([#3157](https://github.com/mondaycom/vibe/issues/3157)) ([eec1792](https://github.com/mondaycom/vibe/commit/eec17924422cb0478bb713290919d80a516cd436))
12+
13+
14+
15+
16+
617
## 3.0.1 (2025-10-25)
718

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

components/icon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/icon",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Vibe sub-package for icon components",
55
"repository": {
66
"type": "git",

components/loader/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.0.2](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-26)
7+
8+
9+
### Bug Fixes
10+
11+
* remove unneeded dev dependencies ([#3157](https://github.com/mondaycom/vibe/issues/3157)) ([eec1792](https://github.com/mondaycom/vibe/commit/eec17924422cb0478bb713290919d80a516cd436))
12+
13+
14+
15+
16+
617
## 3.0.1 (2025-10-25)
718

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

components/loader/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/loader",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Vibe sub-package for loader components",
55
"repository": {
66
"type": "git",
@@ -39,8 +39,8 @@
3939
},
4040
"devDependencies": {
4141
"@testing-library/react": "^12.1.2",
42-
"@vibe/storybook-config": "3.0.2",
4342
"@vibe/config": "3.0.2",
43+
"@vibe/storybook-config": "3.0.2",
4444
"react": "^16.13.0",
4545
"react-dom": "^16.13.0",
4646
"react-test-renderer": "16",

packages/core/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.70.3](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-26)
7+
8+
**Note:** Version bump only for package @vibe/core
9+
10+
11+
12+
13+
614
## [3.70.2](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-25)
715

816

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/core",
3-
"version": "3.70.2",
3+
"version": "3.70.3",
44
"description": "Official monday.com UI resources for application development in React.js",
55
"repository": {
66
"type": "git",
@@ -94,10 +94,10 @@
9494
},
9595
"dependencies": {
9696
"@popperjs/core": "2.11.6",
97-
"@vibe/button": "3.0.1",
98-
"@vibe/icon": "3.0.1",
97+
"@vibe/button": "3.0.2",
98+
"@vibe/icon": "3.0.2",
9999
"@vibe/icons": "1.11.0",
100-
"@vibe/loader": "3.0.1",
100+
"@vibe/loader": "3.0.2",
101101
"a11y-dialog": "^7.5.2",
102102
"body-scroll-lock": "^4.0.0-beta.0",
103103
"browserslist-config-monday": "1.0.6",

0 commit comments

Comments
 (0)