diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 77663a4794..cb9e48f101 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.10.0](https://github.com/mondaycom/vibe/compare/@vibe/core@3.9.3...@vibe/core@3.10.0) (2024-12-26) + + +### Features + +* **Tipseen:** add event in Tipseen onClose prop ([#2680](https://github.com/mondaycom/vibe/issues/2680)) ([a79f610](https://github.com/mondaycom/vibe/commit/a79f6105a6b1b6a96a0fdce1326239539e027587)) + + + + + ## [3.9.3](https://github.com/mondaycom/vibe/compare/@vibe/core@3.9.2...@vibe/core@3.9.3) (2024-12-24) diff --git a/packages/core/package.json b/packages/core/package.json index f887825d23..ae9cd53dba 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@vibe/core", - "version": "3.9.3", + "version": "3.10.0", "description": "Official monday.com UI resources for application development in React.js", "repository": { "type": "git", @@ -82,7 +82,7 @@ }, "dependencies": { "@popperjs/core": "2.11.6", - "@vibe/icons": "1.2.0", + "@vibe/icons": "1.3.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 ce370104f5..d93a58128d 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.3.0](https://github.com/mondaycom/vibe/compare/@vibe/icons@1.2.0...@vibe/icons@1.3.0) (2024-12-26) + + +### Features + +* **icons:** add WarningFull icon ([#2676](https://github.com/mondaycom/vibe/issues/2676)) ([24e9abd](https://github.com/mondaycom/vibe/commit/24e9abde7f886df3879ad01e696d3e8a6e1dd622)) +* **icons:** revise Warning icon ([#2677](https://github.com/mondaycom/vibe/issues/2677)) ([325895e](https://github.com/mondaycom/vibe/commit/325895ea304f0d75a2fd84674515c1f03ae3266e)) + + + + + # [1.2.0](https://github.com/mondaycom/vibe/compare/@vibe/icons@1.1.0...@vibe/icons@1.2.0) (2024-12-12) diff --git a/packages/icons/package.json b/packages/icons/package.json index 8960f365f0..0f2c99a613 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@vibe/icons", - "version": "1.2.0", + "version": "1.3.0", "description": "Vibe's Icon Library", "repository": { "type": "git",