diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 71c3ca3a26..852cd76fe3 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.101.0](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.100.1...monday-ui-react-core@2.101.0) (2024-04-10) + + +### Bug Fixes + +* **DatePicker:** added min width to buttons inside year picker ([#2050](https://github.com/mondaycom/monday-ui-react-core/issues/2050)) ([7c35041](https://github.com/mondaycom/monday-ui-react-core/commit/7c35041363e880667899df8f033b117058be3a25)) + + +### Features + +* add autoFocus to RadioButton ([#2057](https://github.com/mondaycom/monday-ui-react-core/issues/2057)) ([d40b49e](https://github.com/mondaycom/monday-ui-react-core/commit/d40b49efc63fe943a71bf9ba643b513cf5f66d97)) + + + + + ## [2.100.1](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.100.0...monday-ui-react-core@2.100.1) (2024-04-07) diff --git a/packages/core/package.json b/packages/core/package.json index 26ff71d84c..fadbfcfa93 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.100.1", + "version": "2.101.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.0", + "monday-ui-style": "0.4.1", "prop-types": "^15.8.1", "react-dates": "21.8.0", "react-inlinesvg": "^3.0.1", @@ -121,7 +121,7 @@ "react-window": "^1.8.7", "react-windowed-select": "^2.0.4", "style-inject": "^0.3.0", - "vibe-storybook-components": "0.18.0" + "vibe-storybook-components": "0.18.1" }, "devDependencies": { "@babel/core": "^7.23.2", diff --git a/packages/storybook-blocks/CHANGELOG.md b/packages/storybook-blocks/CHANGELOG.md index 7c83e8b37b..deb9293c40 100644 --- a/packages/storybook-blocks/CHANGELOG.md +++ b/packages/storybook-blocks/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.18.1](https://github.com/mondaycom/monday-ui-react-core/compare/vibe-storybook-components@0.18.0...vibe-storybook-components@0.18.1) (2024-04-10) + +**Note:** Version bump only for package vibe-storybook-components + + + + + # [0.18.0](https://github.com/mondaycom/monday-ui-react-core/compare/vibe-storybook-components@0.17.2...vibe-storybook-components@0.18.0) (2024-04-03) diff --git a/packages/storybook-blocks/package.json b/packages/storybook-blocks/package.json index 455b737c4a..c3840e3622 100644 --- a/packages/storybook-blocks/package.json +++ b/packages/storybook-blocks/package.json @@ -1,6 +1,6 @@ { "name": "vibe-storybook-components", - "version": "0.18.0", + "version": "0.18.1", "description": "Collection of Vibe's Storybook components", "license": "MIT", "repository": { diff --git a/packages/style/CHANGELOG.md b/packages/style/CHANGELOG.md index 589c2541a6..4eecd9c6fb 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.4.1](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-style@0.4.0...monday-ui-style@0.4.1) (2024-04-10) + +**Note:** Version bump only for package monday-ui-style + + + + + # [0.4.0](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-style@0.3.0...monday-ui-style@0.4.0) (2024-04-03) diff --git a/packages/style/package.json b/packages/style/package.json index bcb72a8d47..6ab7d59898 100644 --- a/packages/style/package.json +++ b/packages/style/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-style", - "version": "0.4.0", + "version": "0.4.1", "description": "Monday UI CSS Foundations", "main": "dist/index.css", "scripts": {