Skip to content

Commit 6c414e6

Browse files
committed
1 parent a14a063 commit 6c414e6

File tree

16 files changed

+98
-26
lines changed

16 files changed

+98
-26
lines changed

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

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

packages/components/button/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/button",
3-
"version": "3.0.4",
3+
"version": "3.0.5",
44
"description": "Vibe sub-package for button components",
55
"repository": {
66
"type": "git",
@@ -33,16 +33,16 @@
3333
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\""
3434
},
3535
"dependencies": {
36-
"@vibe/icon": "3.0.4",
37-
"@vibe/loader": "3.0.4",
38-
"@vibe/shared": "3.0.4",
36+
"@vibe/icon": "3.0.5",
37+
"@vibe/loader": "3.0.5",
38+
"@vibe/shared": "3.0.5",
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.3",
45-
"@vibe/icons": "1.11.0",
44+
"@vibe/config": "3.0.4",
45+
"@vibe/icons": "1.11.1",
4646
"react": "^16.13.0",
4747
"react-dom": "^16.13.0",
4848
"react-test-renderer": "16",

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

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

packages/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.4",
3+
"version": "3.0.5",
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.4",
36+
"@vibe/shared": "3.0.5",
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.3",
42+
"@vibe/config": "3.0.4",
4343
"react": "^16.13.0",
4444
"react-dom": "^16.13.0",
4545
"typescript": "^4.7.3",

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

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

packages/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.4",
3+
"version": "3.0.5",
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.4",
36+
"@vibe/shared": "3.0.5",
3737
"classnames": "^2.5.1"
3838
},
3939
"devDependencies": {
4040
"@testing-library/react": "^12.1.2",
41-
"@vibe/config": "3.0.3",
41+
"@vibe/config": "3.0.4",
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.4](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-11-06)
7+
8+
**Note:** Version bump only for package @vibe/config
9+
10+
11+
12+
13+
614
## [3.0.3](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-30)
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.3",
3+
"version": "3.0.4",
44
"private": true,
55
"description": "Shared configurations for Vibe packages",
66
"repository": {

packages/core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.74.0](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-11-06)
7+
8+
9+
### Bug Fixes
10+
11+
* **Tipseen:** resolve invalid HTML structure and ref/id prop issues ([#2799](https://github.com/mondaycom/vibe/issues/2799)) ([5f942d1](https://github.com/mondaycom/vibe/commit/5f942d17224e004251ddb016ab1dbf47ce3716d2))
12+
13+
14+
### Features
15+
16+
* **Dialog:** add enableNestedDialogLayer prop ([#3176](https://github.com/mondaycom/vibe/issues/3176)) ([a14a063](https://github.com/mondaycom/vibe/commit/a14a063de3dad13dc2a315fabd4b5b880a437658))
17+
18+
19+
20+
21+
622
# [3.73.0](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-11-03)
723

824

packages/core/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/core",
3-
"version": "3.73.0",
3+
"version": "3.74.0",
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.4",
94-
"@vibe/icon": "3.0.4",
95-
"@vibe/icons": "1.11.0",
96-
"@vibe/loader": "3.0.4",
93+
"@vibe/button": "3.0.5",
94+
"@vibe/icon": "3.0.5",
95+
"@vibe/icons": "1.11.1",
96+
"@vibe/loader": "3.0.5",
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.3",
184+
"@vibe/config": "3.0.4",
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)