Skip to content

Commit c9bc1ba

Browse files
committed
1 parent 623da2e commit c9bc1ba

File tree

14 files changed

+78
-22
lines changed

14 files changed

+78
-22
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.4](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-30)
7+
8+
**Note:** Version bump only for package @vibe/button
9+
10+
11+
12+
13+
614
## [3.0.3](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-26)
715

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

components/button/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/button",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Vibe sub-package for button components",
55
"repository": {
66
"type": "git",
@@ -33,15 +33,15 @@
3333
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\""
3434
},
3535
"dependencies": {
36-
"@vibe/icon": "3.0.3",
37-
"@vibe/loader": "3.0.3",
38-
"@vibe/shared": "3.0.3",
36+
"@vibe/icon": "3.0.4",
37+
"@vibe/loader": "3.0.4",
38+
"@vibe/shared": "3.0.4",
3939
"classnames": "^2.5.1",
4040
"es-toolkit": "^1.39.10"
4141
},
4242
"devDependencies": {
4343
"@testing-library/react": "^12.1.2",
44-
"@vibe/config": "3.0.2",
44+
"@vibe/config": "3.0.3",
4545
"@vibe/icons": "1.11.0",
4646
"react": "^16.13.0",
4747
"react-dom": "^16.13.0",

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

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

components/icon/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/icon",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Vibe sub-package for icon components",
55
"repository": {
66
"type": "git",
@@ -33,13 +33,13 @@
3333
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\""
3434
},
3535
"dependencies": {
36-
"@vibe/shared": "3.0.3",
36+
"@vibe/shared": "3.0.4",
3737
"classnames": "^2.5.1",
3838
"es-toolkit": "^1.39.10",
3939
"react-inlinesvg": "^4.1.3"
4040
},
4141
"devDependencies": {
42-
"@vibe/config": "3.0.2",
42+
"@vibe/config": "3.0.3",
4343
"react": "^16.13.0",
4444
"react-dom": "^16.13.0",
4545
"typescript": "^4.7.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.4](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-30)
7+
8+
**Note:** Version bump only for package @vibe/loader
9+
10+
11+
12+
13+
614
## [3.0.3](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-26)
715

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

components/loader/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/loader",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Vibe sub-package for loader components",
55
"repository": {
66
"type": "git",
@@ -33,12 +33,12 @@
3333
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\""
3434
},
3535
"dependencies": {
36-
"@vibe/shared": "3.0.3",
36+
"@vibe/shared": "3.0.4",
3737
"classnames": "^2.5.1"
3838
},
3939
"devDependencies": {
4040
"@testing-library/react": "^12.1.2",
41-
"@vibe/config": "3.0.2",
41+
"@vibe/config": "3.0.3",
4242
"react": "^16.13.0",
4343
"react-dom": "^16.13.0",
4444
"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.3](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-30)
7+
8+
**Note:** Version bump only for package @vibe/config
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/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.2",
3+
"version": "3.0.3",
44
"private": true,
55
"description": "Shared configurations for Vibe packages",
66
"repository": {

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

816

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/core",
3-
"version": "3.71.0",
3+
"version": "3.71.1",
44
"description": "Official monday.com UI resources for application development in React.js",
55
"repository": {
66
"type": "git",
@@ -90,10 +90,10 @@
9090
},
9191
"dependencies": {
9292
"@popperjs/core": "2.11.6",
93-
"@vibe/button": "3.0.3",
94-
"@vibe/icon": "3.0.3",
93+
"@vibe/button": "3.0.4",
94+
"@vibe/icon": "3.0.4",
9595
"@vibe/icons": "1.11.0",
96-
"@vibe/loader": "3.0.3",
96+
"@vibe/loader": "3.0.4",
9797
"a11y-dialog": "^7.5.2",
9898
"body-scroll-lock": "^4.0.0-beta.0",
9999
"browserslist-config-monday": "1.0.6",
@@ -181,7 +181,7 @@
181181
"@uiw/codemirror-extensions-langs": "^4.21.25",
182182
"@uiw/codemirror-theme-github": "^4.21.25",
183183
"@uiw/react-codemirror": "^4.21.25",
184-
"@vibe/config": "3.0.2",
184+
"@vibe/config": "3.0.3",
185185
"@vitejs/plugin-react": "^4.3.1",
186186
"@vitest/coverage-v8": "^1.6.0",
187187
"@vitest/ui": "^1.6.0",

0 commit comments

Comments
 (0)