diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 8632da28f9..bb3eac3c13 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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. +# [2.95.0](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.94.0...monday-ui-react-core@2.95.0) (2024-03-12) + + +### Features + +* **AvatarGroupCounter:** pass noAnimation prop ([#2010](https://github.com/mondaycom/monday-ui-react-core/issues/2010)) ([048b163](https://github.com/mondaycom/monday-ui-react-core/commit/048b1639fe6f648450802889624d876c181fc12f)) +* **Table:** new sort behavior ([#1935](https://github.com/mondaycom/monday-ui-react-core/issues/1935)) ([32790f4](https://github.com/mondaycom/monday-ui-react-core/commit/32790f4309daf9bd38c9eeb62e6b11cbd52baea0)) + + + + + # [2.94.0](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.93.0...monday-ui-react-core@2.94.0) (2024-03-05) diff --git a/packages/core/package.json b/packages/core/package.json index 09612c3267..8aa24ad4c3 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.94.0", + "version": "2.95.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.2.0", + "monday-ui-style": "0.2.1", "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 c8d5a03e08..3f92b70fbc 100644 --- a/packages/style/CHANGELOG.md +++ b/packages/style/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.2.1](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-style@0.2.0...monday-ui-style@0.2.1) (2024-03-12) + +**Note:** Version bump only for package monday-ui-style + + + + + # [0.2.0](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-style@0.1.215...monday-ui-style@0.2.0) (2024-02-28) diff --git a/packages/style/package.json b/packages/style/package.json index 83e4693a32..b58a91f8e9 100644 --- a/packages/style/package.json +++ b/packages/style/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-style", - "version": "0.2.0", + "version": "0.2.1", "description": "Monday UI CSS Foundations", "main": "dist/index.css", "scripts": {