Skip to content

Commit cf76361

Browse files
committed
Publish [skip ci]
- @vibe/[email protected] - @vibe/[email protected]
1 parent 70c5822 commit cf76361

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

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.75.0](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-11-10)
7+
8+
9+
### Features
10+
11+
* Enhance metadata generation to support @vibe/* imports ([#3178](https://github.com/mondaycom/vibe/issues/3178)) ([70c5822](https://github.com/mondaycom/vibe/commit/70c5822573d385d151206fefbe49bc96d78a8698))
12+
13+
14+
15+
16+
617
# [3.74.0](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-11-06)
718

819

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vibe/core",
3-
"version": "3.74.0",
3+
"version": "3.75.0",
44
"description": "Official monday.com UI resources for application development in React.js",
55
"repository": {
66
"type": "git",

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+
## [3.1.2](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-11-10)
7+
8+
**Note:** Version bump only for package @vibe/docs
9+
10+
11+
12+
13+
614
## [3.1.1](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-11-06)
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": "3.1.1",
3+
"version": "3.1.2",
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": "3.74.0",
25+
"@vibe/core": "3.75.0",
2626
"@vibe/icons": "1.11.1",
2727
"@vibe/shared": "3.0.5",
2828
"classnames": "^2.3.2",

0 commit comments

Comments
 (0)