Skip to content

Commit a8bdda9

Browse files
committed
Publish [skip ci]
- @vibe/[email protected] - @vibe/[email protected]
1 parent 1d57865 commit a8bdda9

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-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.72.0](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-30)
7+
8+
9+
### Bug Fixes
10+
11+
* **AttentionBox:** increase specificity for the link component to be greater than the Link component native style ([#3169](https://github.com/mondaycom/vibe/issues/3169)) ([1d57865](https://github.com/mondaycom/vibe/commit/1d57865782450ef18228359359d8d47cb8833294))
12+
13+
14+
### Features
15+
16+
* **Dropdown:** enhance MultiSelectedValues for single chip display ([#3164](https://github.com/mondaycom/vibe/issues/3164)) ([3b9d502](https://github.com/mondaycom/vibe/commit/3b9d5021c99eddb3efd06784c046f82294d32115))
17+
18+
19+
20+
21+
622
## [3.71.1](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-30)
723

824
**Note:** Version bump only for package @vibe/core

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.71.1",
3+
"version": "3.72.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.0.2](https://github.com/mondaycom/vibe/compare/@vibe/[email protected]...@vibe/[email protected]) (2025-10-30)
7+
8+
**Note:** Version bump only for package @vibe/docs
9+
10+
11+
12+
13+
614
## 3.0.1 (2025-10-30)
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.0.1",
3+
"version": "3.0.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.71.1",
25+
"@vibe/core": "3.72.0",
2626
"@vibe/icons": "1.11.0",
2727
"@vibe/shared": "3.0.4",
2828
"classnames": "^2.3.2",

0 commit comments

Comments
 (0)