Skip to content

Commit bbe43c3

Browse files
committed
Publish [skip ci]
- @vibe/[email protected] - @vibe/[email protected] - @vibe/[email protected] - @vibe/[email protected] - @vibe/[email protected]
1 parent 3811c78 commit bbe43c3

File tree

10 files changed

+56
-13
lines changed

10 files changed

+56
-13
lines changed

components/button/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.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/button
9+
10+
11+
12+
13+
614
## [3.0.2](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-26)
715

816

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.2",
3+
"version": "3.0.3",
44
"description": "Vibe sub-package for button components",
55
"repository": {
66
"type": "git",
@@ -34,9 +34,9 @@
3434
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\""
3535
},
3636
"dependencies": {
37-
"@vibe/icon": "3.0.2",
38-
"@vibe/loader": "3.0.2",
39-
"@vibe/shared": "3.0.2",
37+
"@vibe/icon": "3.0.3",
38+
"@vibe/loader": "3.0.3",
39+
"@vibe/shared": "3.0.3",
4040
"classnames": "^2.5.1",
4141
"es-toolkit": "^1.39.10"
4242
},

components/icon/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.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/icon
9+
10+
11+
12+
13+
614
## [3.0.2](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-26)
715

816

components/icon/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/icon",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Vibe sub-package for icon components",
55
"repository": {
66
"type": "git",
@@ -34,7 +34,7 @@
3434
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\""
3535
},
3636
"dependencies": {
37-
"@vibe/shared": "3.0.2",
37+
"@vibe/shared": "3.0.3",
3838
"classnames": "^2.5.1",
3939
"es-toolkit": "^1.39.10",
4040
"react-inlinesvg": "^4.1.3"

components/loader/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.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/loader
9+
10+
11+
12+
13+
614
## [3.0.2](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-26)
715

816

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.2",
3+
"version": "3.0.3",
44
"description": "Vibe sub-package for loader components",
55
"repository": {
66
"type": "git",
@@ -34,7 +34,7 @@
3434
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\""
3535
},
3636
"dependencies": {
37-
"@vibe/shared": "3.0.2",
37+
"@vibe/shared": "3.0.3",
3838
"classnames": "^2.5.1"
3939
},
4040
"devDependencies": {

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.4](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-26)
7+
8+
9+
### Bug Fixes
10+
11+
* itemToKey by value ([#3158](https://github.com/mondaycom/vibe/issues/3158)) ([3811c78](https://github.com/mondaycom/vibe/commit/3811c786935b0ebdc697e6f1b59502cfd30a9833))
12+
13+
14+
15+
16+
617
## [3.70.3](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-26)
718

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

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.3",
3+
"version": "3.70.4",
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.2",
98-
"@vibe/icon": "3.0.2",
97+
"@vibe/button": "3.0.3",
98+
"@vibe/icon": "3.0.3",
9999
"@vibe/icons": "1.11.0",
100-
"@vibe/loader": "3.0.2",
100+
"@vibe/loader": "3.0.3",
101101
"a11y-dialog": "^7.5.2",
102102
"body-scroll-lock": "^4.0.0-beta.0",
103103
"browserslist-config-monday": "1.0.6",

packages/shared/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.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/shared
9+
10+
11+
12+
13+
614
## [3.0.2](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-25)
715

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

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/shared",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Shared utilities for Vibe packages",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)