diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d0904e8cce..11b8ab61a0 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.92.6](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.92.5...monday-ui-react-core@2.92.6) (2024-02-14) + + +### Bug Fixes + +* release ([#1963](https://github.com/mondaycom/monday-ui-react-core/issues/1963)) ([1817e5a](https://github.com/mondaycom/monday-ui-react-core/commit/1817e5a663f00b000e547f2f5d5aabbb5c25cd15)) + + + + + ## [2.92.5](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.92.1...monday-ui-react-core@2.92.5) (2024-02-14) **Note:** Version bump only for package monday-ui-react-core diff --git a/packages/core/package.json b/packages/core/package.json index 31a1143f03..d769979e3c 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.92.5", + "version": "2.92.6", "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.1.213", + "monday-ui-style": "^0.1.214", "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 741d37a918..8c4dd1db5b 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.1.214](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-style@0.1.213...monday-ui-style@0.1.214) (2024-02-14) + + +### Bug Fixes + +* release ([#1963](https://github.com/mondaycom/monday-ui-react-core/issues/1963)) ([1817e5a](https://github.com/mondaycom/monday-ui-react-core/commit/1817e5a663f00b000e547f2f5d5aabbb5c25cd15)) + + + + + ## 0.1.213 (2024-02-14) diff --git a/packages/style/package.json b/packages/style/package.json index 5031779730..272a4cf486 100644 --- a/packages/style/package.json +++ b/packages/style/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-style", - "version": "0.1.213", + "version": "0.1.214", "description": "Monday UI CSS Foundations", "main": "dist/index.css", "scripts": {