Skip to content

Commit 6424e94

Browse files
committed
Publish [skip ci]
- @vibe/core@4.3.0 - @vibe/docs@4.0.10 - @vibe/mcp@4.1.0
1 parent cdea3a4 commit 6424e94

6 files changed

Lines changed: 35 additions & 5 deletions

File tree

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+
# [4.3.0](https://github.com/mondaycom/vibe/compare/@vibe/core@4.2.6...@vibe/core@4.3.0) (2026-06-09)
7+
8+
9+
### Features
10+
11+
* **mcp:** auto-detect Vibe version for correct metadata ([#3393](https://github.com/mondaycom/vibe/issues/3393)) ([cdea3a4](https://github.com/mondaycom/vibe/commit/cdea3a4aefa846fb064896e7d09c937bd1086fe3))
12+
13+
14+
15+
16+
617
## [4.2.6](https://github.com/mondaycom/vibe/compare/@vibe/core@4.2.5...@vibe/core@4.2.6) (2026-06-04)
718

819

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/core",
3-
"version": "4.2.6",
3+
"version": "4.3.0",
44
"description": "Official monday.com UI resources for application development in React.js",
55
"repository": {
66
"type": "git",
@@ -125,7 +125,6 @@
125125
"@babel/eslint-parser": "^7.16.5",
126126
"@babel/generator": "^7.24.4",
127127
"@babel/parser": "^7.24.4",
128-
"@babel/traverse": "^7.24.4",
129128
"@babel/plugin-proposal-class-properties": "^7.16.5",
130129
"@babel/plugin-proposal-private-methods": "^7.18.6",
131130
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
@@ -136,6 +135,7 @@
136135
"@babel/preset-react": "^7.16.5",
137136
"@babel/preset-typescript": "^7.23.3",
138137
"@babel/standalone": "^7.24.4",
138+
"@babel/traverse": "^7.24.4",
139139
"@babel/types": "^7.24.0",
140140
"@hot-loader/react-dom": "^16.13.0",
141141
"@jest/transform": "^29.7.0",

packages/docs/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+
## [4.0.10](https://github.com/mondaycom/vibe/compare/@vibe/docs@4.0.9...@vibe/docs@4.0.10) (2026-06-09)
7+
8+
**Note:** Version bump only for package @vibe/docs
9+
10+
11+
12+
13+
614
## [4.0.9](https://github.com/mondaycom/vibe/compare/@vibe/docs@4.0.8...@vibe/docs@4.0.9) (2026-06-04)
715

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

packages/docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/docs",
3-
"version": "4.0.9",
3+
"version": "4.0.10",
44
"private": true,
55
"description": "Vibe documentation",
66
"repository": {
@@ -22,7 +22,7 @@
2222
"chromatic:local": "chromatic -t $CHROMATIC_PROJECT_TOKEN"
2323
},
2424
"dependencies": {
25-
"@vibe/core": "4.2.6",
25+
"@vibe/core": "4.3.0",
2626
"@vibe/icons": "4.1.0",
2727
"@vibe/shared": "4.0.3",
2828
"@vibe/style": "4.0.0",

packages/mcp/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+
# [4.1.0](https://github.com/mondaycom/vibe/compare/@vibe/mcp@4.0.3...@vibe/mcp@4.1.0) (2026-06-09)
7+
8+
9+
### Features
10+
11+
* **mcp:** auto-detect Vibe version for correct metadata ([#3393](https://github.com/mondaycom/vibe/issues/3393)) ([cdea3a4](https://github.com/mondaycom/vibe/commit/cdea3a4aefa846fb064896e7d09c937bd1086fe3))
12+
13+
14+
15+
16+
617
## [4.0.3](https://github.com/mondaycom/vibe/compare/@vibe/mcp@4.0.2...@vibe/mcp@4.0.3) (2026-05-25)
718

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

packages/mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/mcp",
3-
"version": "4.0.3",
3+
"version": "4.1.0",
44
"description": "Vibe's MCP server to interact with the Vibe ecosystem",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)