From e9ffede548c1f06c2221c75864f04d542048d37f Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Mon, 18 Nov 2024 17:39:21 +0000 Subject: [PATCH] Publish - monday-ui-react-core@2.145.2 - monday-ui-style@0.18.1 --- packages/core/CHANGELOG.md | 11 +++++++++++ packages/core/package.json | 4 ++-- packages/style/CHANGELOG.md | 11 +++++++++++ packages/style/package.json | 2 +- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 4116bbaf34..6bc698fde4 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. +## [2.145.2](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.145.1...monday-ui-react-core@2.145.2) (2024-11-18) + + +### Bug Fixes + +* **Switcher:** revert icon change to older version ([#2596](https://github.com/mondaycom/vibe/issues/2596)) ([202e5a6](https://github.com/mondaycom/vibe/commit/202e5a6a1e20b3fc9c9e20185d8d46fc713650b6)) + + + + + ## [2.145.1](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.145.0...monday-ui-react-core@2.145.1) (2024-11-18) diff --git a/packages/core/package.json b/packages/core/package.json index 0789a432c6..4fd3301051 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.145.1", + "version": "2.145.2", "description": "Official monday.com UI resources for application development in React.js", "main": "./dist/main.js", "types": "./dist/types.d.ts", @@ -108,7 +108,7 @@ "classnames": "^2.3.2", "framer-motion": "^6.5.1", "lodash-es": "^4.17.21", - "monday-ui-style": "0.18.0", + "monday-ui-style": "0.18.1", "prop-types": "^15.8.1", "react-dates": "21.8.0", "react-inlinesvg": "^4.1.3", diff --git a/packages/style/CHANGELOG.md b/packages/style/CHANGELOG.md index 784d2e3af4..3c66c2bccf 100644 --- a/packages/style/CHANGELOG.md +++ b/packages/style/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. +## [0.18.1](https://github.com/mondaycom/vibe/compare/monday-ui-style@0.18.0...monday-ui-style@0.18.1) (2024-11-18) + + +### Bug Fixes + +* **Switcher:** revert icon change to older version ([#2596](https://github.com/mondaycom/vibe/issues/2596)) ([202e5a6](https://github.com/mondaycom/vibe/commit/202e5a6a1e20b3fc9c9e20185d8d46fc713650b6)) + + + + + # [0.18.0](https://github.com/mondaycom/vibe/compare/monday-ui-style@0.17.0...monday-ui-style@0.18.0) (2024-11-18) diff --git a/packages/style/package.json b/packages/style/package.json index 06b03470a0..5636a6f255 100644 --- a/packages/style/package.json +++ b/packages/style/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-style", - "version": "0.18.0", + "version": "0.18.1", "description": "Monday UI CSS Foundations", "main": "dist/index.css", "scripts": {