Skip to content

Commit 3fa0a7a

Browse files
committed
Publish [skip ci]
- @vibe/[email protected] - @vibe/[email protected]
1 parent 6440534 commit 3fa0a7a

File tree

4 files changed

+30
-3
lines changed

4 files changed

+30
-3
lines changed

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.73.0](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-11-03)
7+
8+
9+
### Bug Fixes
10+
11+
* **BaseListItem:** fix overflow tooltip ([#3151](https://github.com/mondaycom/vibe/issues/3151)) ([6440534](https://github.com/mondaycom/vibe/commit/64405342d828fcfe5f482ab575d4efd3d7b743ac))
12+
13+
14+
### Features
15+
16+
* **Chips:** add "neutral" variant color ([#3170](https://github.com/mondaycom/vibe/issues/3170)) ([b91490f](https://github.com/mondaycom/vibe/commit/b91490f3ae601624e47f0f544bcb5207ecfff7e5))
17+
18+
19+
20+
21+
622
# [3.72.0](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-30)
723

824

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.72.0",
3+
"version": "3.73.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: 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.1.0](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-11-03)
7+
8+
9+
### Features
10+
11+
* **Chips:** add "neutral" variant color ([#3170](https://github.com/mondaycom/vibe/issues/3170)) ([b91490f](https://github.com/mondaycom/vibe/commit/b91490f3ae601624e47f0f544bcb5207ecfff7e5))
12+
13+
14+
15+
16+
617
## [3.0.2](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-30)
718

819
**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.0.2",
3+
"version": "3.1.0",
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.72.0",
25+
"@vibe/core": "3.73.0",
2626
"@vibe/icons": "1.11.0",
2727
"@vibe/shared": "3.0.4",
2828
"classnames": "^2.3.2",

0 commit comments

Comments
 (0)