From 64ca73577025dd6b3220cf145eace8103e30e228 Mon Sep 17 00:00:00 2001 From: ci Date: Thu, 18 Apr 2024 10:38:26 +0000 Subject: [PATCH] Publish - monday-ui-react-core@2.104.0 - monday-ui-style@0.5.0 --- packages/core/CHANGELOG.md | 18 ++++++++++++++++++ packages/core/package.json | 4 ++-- packages/style/CHANGELOG.md | 11 +++++++++++ packages/style/package.json | 2 +- 4 files changed, 32 insertions(+), 3 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index f5d24567c5..ed39037314 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,24 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.104.0](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.103.1...monday-ui-react-core@2.104.0) (2024-04-18) + + +### Bug Fixes + +* **ExpandCollapse:** remove no-longer-needed css scale workaround ([#2071](https://github.com/mondaycom/monday-ui-react-core/issues/2071)) ([f3a8144](https://github.com/mondaycom/monday-ui-react-core/commit/f3a8144dbb0ce6b1e836470e1283f92f1c8eb3c4)) + + +### Features + +* migrate usages of LegacySearch to new Search ([#2067](https://github.com/mondaycom/monday-ui-react-core/issues/2067)) ([3e8ac10](https://github.com/mondaycom/monday-ui-react-core/commit/3e8ac10c8183fc638d1159a986bb115c7f0deeb3)) +* **Search:** new Search component ([#2064](https://github.com/mondaycom/monday-ui-react-core/issues/2064)) ([489a374](https://github.com/mondaycom/monday-ui-react-core/commit/489a374f1ac5afaada75d6d514333c9e5846d52a)) +* **Text:** Add new 12px font size (Text3) ([#2072](https://github.com/mondaycom/monday-ui-react-core/issues/2072)) ([cd4af2f](https://github.com/mondaycom/monday-ui-react-core/commit/cd4af2fd3a3443197234a608e9b6460fce80b488)) + + + + + ## [2.103.1](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.103.0...monday-ui-react-core@2.103.1) (2024-04-15) diff --git a/packages/core/package.json b/packages/core/package.json index 47d1bc4a38..31a1006405 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.103.1", + "version": "2.104.0", "description": "Official monday.com UI resources for application development in React.js", "main": "./dist/main.js", "types": "./dist/types.d.ts", @@ -109,7 +109,7 @@ "classnames": "^2.3.2", "framer-motion": "^6.5.1", "lodash-es": "^4.17.21", - "monday-ui-style": "0.4.2", + "monday-ui-style": "0.5.0", "prop-types": "^15.8.1", "react-dates": "21.8.0", "react-inlinesvg": "^3.0.1", diff --git a/packages/style/CHANGELOG.md b/packages/style/CHANGELOG.md index 4095042d42..69074bc44e 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.5.0](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-style@0.4.2...monday-ui-style@0.5.0) (2024-04-18) + + +### Features + +* **Text:** Add new 12px font size (Text3) ([#2072](https://github.com/mondaycom/monday-ui-react-core/issues/2072)) ([cd4af2f](https://github.com/mondaycom/monday-ui-react-core/commit/cd4af2fd3a3443197234a608e9b6460fce80b488)) + + + + + ## [0.4.2](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-style@0.4.1...monday-ui-style@0.4.2) (2024-04-15) **Note:** Version bump only for package monday-ui-style diff --git a/packages/style/package.json b/packages/style/package.json index 9882a8e10d..898dfe8205 100644 --- a/packages/style/package.json +++ b/packages/style/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-style", - "version": "0.4.2", + "version": "0.5.0", "description": "Monday UI CSS Foundations", "main": "dist/index.css", "scripts": {