diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 3434f11848..c5f8cebb14 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.5.0](https://github.com/mondaycom/vibe/compare/@vibe/core@3.4.1...@vibe/core@3.5.0) (2024-12-12) + + +### Features + +* **Tooltip:** be able to change max width ([#2643](https://github.com/mondaycom/vibe/issues/2643)) ([f39633b](https://github.com/mondaycom/vibe/commit/f39633b190da5b7e453d958bf36028c8332139f5)) + + + + + ## [3.4.1](https://github.com/mondaycom/vibe/compare/@vibe/core@3.4.0...@vibe/core@3.4.1) (2024-12-12) diff --git a/packages/core/package.json b/packages/core/package.json index 9952eb89fe..b5303bee60 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vibe/core", - "version": "3.4.1", + "version": "3.5.0", "description": "Official monday.com UI resources for application development in React.js", "repository": { "type": "git", @@ -81,7 +81,7 @@ }, "dependencies": { "@popperjs/core": "2.11.6", - "@vibe/icons": "1.1.0", + "@vibe/icons": "1.2.0", "a11y-dialog": "^7.5.2", "body-scroll-lock": "^4.0.0-beta.0", "browserslist-config-monday": "1.0.6", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index aeb8e5201b..ce370104f5 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/mondaycom/vibe/compare/@vibe/icons@1.1.0...@vibe/icons@1.2.0) (2024-12-12) + + +### Features + +* **Move:** new icon ([#2646](https://github.com/mondaycom/vibe/issues/2646)) ([12b5cd1](https://github.com/mondaycom/vibe/commit/12b5cd1f72e9546c9b27ec9a237f4e9a51143a88)) + + + + + # [1.1.0](https://github.com/mondaycom/vibe/compare/@vibe/icons@1.0.0...@vibe/icons@1.1.0) (2024-12-04) diff --git a/packages/icons/package.json b/packages/icons/package.json index e8d7bd23ad..8960f365f0 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@vibe/icons", - "version": "1.1.0", + "version": "1.2.0", "description": "Vibe's Icon Library", "repository": { "type": "git",