Skip to content

Commit 7edc0ec

Browse files
committed
Publish [skip ci]
- @vibe/button@3.0.16 - @vibe/dialog@3.0.10 - @vibe/icon@3.0.11 - @vibe/icon-button@3.0.3 - @vibe/layer@3.0.10 - @vibe/loader@3.0.11 - @vibe/tooltip@3.0.3 - @vibe/typography@3.0.3 - @vibe/core@3.83.2 - @vibe/docs@3.5.7 - @vibe/mcp@0.8.1
1 parent 5f62a8f commit 7edc0ec

File tree

22 files changed

+124
-33
lines changed

22 files changed

+124
-33
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.16](https://github.com/mondaycom/vibe/compare/@vibe/button@3.0.15...@vibe/button@3.0.16) (2026-01-18)
7+
8+
**Note:** Version bump only for package @vibe/button
9+
10+
11+
12+
13+
614
## [3.0.15](https://github.com/mondaycom/vibe/compare/@vibe/button@3.0.14...@vibe/button@3.0.15) (2026-01-04)
715

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

packages/components/button/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/button",
3-
"version": "3.0.15",
3+
"version": "3.0.16",
44
"description": "Vibe sub-package for button components",
55
"repository": {
66
"type": "git",
@@ -38,8 +38,8 @@
3838
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\""
3939
},
4040
"dependencies": {
41-
"@vibe/icon": "3.0.10",
42-
"@vibe/loader": "3.0.10",
41+
"@vibe/icon": "3.0.11",
42+
"@vibe/loader": "3.0.11",
4343
"@vibe/shared": "3.0.8",
4444
"classnames": "^2.5.1",
4545
"es-toolkit": "^1.39.10"

packages/components/dialog/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.10](https://github.com/mondaycom/vibe/compare/@vibe/dialog@3.0.9...@vibe/dialog@3.0.10) (2026-01-18)
7+
8+
**Note:** Version bump only for package @vibe/dialog
9+
10+
11+
12+
13+
614
## [3.0.9](https://github.com/mondaycom/vibe/compare/@vibe/dialog@3.0.8...@vibe/dialog@3.0.9) (2026-01-04)
715

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

packages/components/dialog/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/dialog",
3-
"version": "3.0.9",
3+
"version": "3.0.10",
44
"description": "Vibe sub-package for dialog components",
55
"repository": {
66
"type": "git",
@@ -40,7 +40,7 @@
4040
"dependencies": {
4141
"@popperjs/core": "2.11.6",
4242
"@vibe/hooks": "3.0.3",
43-
"@vibe/layer": "3.0.9",
43+
"@vibe/layer": "3.0.10",
4444
"@vibe/shared": "3.0.8",
4545
"classnames": "^2.5.1",
4646
"es-toolkit": "^1.39.10",

packages/components/icon-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/icon-button@3.0.2...@vibe/icon-button@3.0.3) (2026-01-18)
7+
8+
**Note:** Version bump only for package @vibe/icon-button
9+
10+
11+
12+
13+
614
## [3.0.2](https://github.com/mondaycom/vibe/compare/@vibe/icon-button@3.0.1...@vibe/icon-button@3.0.2) (2026-01-04)
715

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

packages/components/icon-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/icon-button",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "Vibe sub-package for icon button component",
55
"repository": {
66
"type": "git",
@@ -38,11 +38,11 @@
3838
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\""
3939
},
4040
"dependencies": {
41-
"@vibe/button": "3.0.15",
42-
"@vibe/icon": "3.0.10",
41+
"@vibe/button": "3.0.16",
42+
"@vibe/icon": "3.0.11",
4343
"@vibe/icons": "1.16.0",
4444
"@vibe/shared": "3.0.8",
45-
"@vibe/tooltip": "3.0.2",
45+
"@vibe/tooltip": "3.0.3",
4646
"classnames": "^2.5.1",
4747
"es-toolkit": "^1.39.10"
4848
},

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.11](https://github.com/mondaycom/vibe/compare/@vibe/icon@3.0.10...@vibe/icon@3.0.11) (2026-01-18)
7+
8+
**Note:** Version bump only for package @vibe/icon
9+
10+
11+
12+
13+
614
## [3.0.10](https://github.com/mondaycom/vibe/compare/@vibe/icon@3.0.9...@vibe/icon@3.0.10) (2026-01-04)
715

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

packages/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.10",
3+
"version": "3.0.11",
44
"description": "Vibe sub-package for icon components",
55
"repository": {
66
"type": "git",

packages/components/layer/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.10](https://github.com/mondaycom/vibe/compare/@vibe/layer@3.0.9...@vibe/layer@3.0.10) (2026-01-18)
7+
8+
**Note:** Version bump only for package @vibe/layer
9+
10+
11+
12+
13+
614
## [3.0.9](https://github.com/mondaycom/vibe/compare/@vibe/layer@3.0.8...@vibe/layer@3.0.9) (2026-01-04)
715

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

packages/components/layer/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/layer",
3-
"version": "3.0.9",
3+
"version": "3.0.10",
44
"description": "Vibe sub-package for layering components",
55
"repository": {
66
"type": "git",
@@ -38,8 +38,8 @@
3838
"lint": "eslint \"./src/**/*.{js,jsx,ts,tsx}\""
3939
},
4040
"dependencies": {
41-
"@vibe/icon": "3.0.10",
42-
"@vibe/loader": "3.0.10",
41+
"@vibe/icon": "3.0.11",
42+
"@vibe/loader": "3.0.11",
4343
"@vibe/shared": "3.0.8",
4444
"classnames": "^2.5.1",
4545
"es-toolkit": "^1.39.10"

0 commit comments

Comments
 (0)