From db8aaad72482ee5168d732f547246f7fbb1e6d18 Mon Sep 17 00:00:00 2001 From: ci Date: Tue, 7 May 2024 15:14:17 +0000 Subject: [PATCH] Publish - monday-ui-react-core@2.108.0 - vibe-storybook-components@0.18.4 - monday-ui-style@0.6.1 --- packages/core/CHANGELOG.md | 17 +++++++++++++++++ packages/core/package.json | 6 +++--- packages/storybook-blocks/CHANGELOG.md | 8 ++++++++ packages/storybook-blocks/package.json | 2 +- packages/style/CHANGELOG.md | 8 ++++++++ packages/style/package.json | 2 +- 6 files changed, 38 insertions(+), 5 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 27062e7968..a7b77242b1 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.108.0](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.107.0...monday-ui-react-core@2.108.0) (2024-05-07) + + +### Bug Fixes + +* add null protection for onPickDate callback ([#2045](https://github.com/mondaycom/vibe/issues/2045)) ([#2102](https://github.com/mondaycom/vibe/issues/2102)) ([272ac89](https://github.com/mondaycom/vibe/commit/272ac893832b39a366ed851b98a9e92519d17b2f)) +* **MenuItem:** disabled item should not show its submenu ([#2099](https://github.com/mondaycom/vibe/issues/2099)) ([8513ba9](https://github.com/mondaycom/vibe/commit/8513ba9106a3bf259a956cf35ba85a2a2927013e)) + + +### Features + +* add a11y props for `search` and `combobox` components ([#2105](https://github.com/mondaycom/vibe/issues/2105)) ([b564e1b](https://github.com/mondaycom/vibe/commit/b564e1ba276cf57c03c448ee5989bc30bcc46b62)) + + + + + # [2.107.0](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.106.1...monday-ui-react-core@2.107.0) (2024-05-01) diff --git a/packages/core/package.json b/packages/core/package.json index a7c01d1723..6725a434b2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.107.0", + "version": "2.108.0", "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.6.0", + "monday-ui-style": "0.6.1", "prop-types": "^15.8.1", "react-dates": "21.8.0", "react-inlinesvg": "^3.0.1", @@ -120,7 +120,7 @@ "react-window": "^1.8.7", "react-windowed-select": "^2.0.4", "style-inject": "^0.3.0", - "vibe-storybook-components": "0.18.3" + "vibe-storybook-components": "0.18.4" }, "devDependencies": { "@babel/core": "^7.23.2", diff --git a/packages/storybook-blocks/CHANGELOG.md b/packages/storybook-blocks/CHANGELOG.md index 90e1b239f0..73f4682fd8 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.4](https://github.com/mondaycom/vibe/compare/vibe-storybook-components@0.18.3...vibe-storybook-components@0.18.4) (2024-05-07) + +**Note:** Version bump only for package vibe-storybook-components + + + + + ## [0.18.3](https://github.com/mondaycom/vibe/compare/vibe-storybook-components@0.18.2...vibe-storybook-components@0.18.3) (2024-04-30) diff --git a/packages/storybook-blocks/package.json b/packages/storybook-blocks/package.json index 73002db3c6..5c86f2ef29 100644 --- a/packages/storybook-blocks/package.json +++ b/packages/storybook-blocks/package.json @@ -1,6 +1,6 @@ { "name": "vibe-storybook-components", - "version": "0.18.3", + "version": "0.18.4", "description": "Collection of Vibe's Storybook components", "license": "MIT", "repository": { diff --git a/packages/style/CHANGELOG.md b/packages/style/CHANGELOG.md index ac8e1c58b1..de8f7304e6 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.6.1](https://github.com/mondaycom/vibe/compare/monday-ui-style@0.6.0...monday-ui-style@0.6.1) (2024-05-07) + +**Note:** Version bump only for package monday-ui-style + + + + + # [0.6.0](https://github.com/mondaycom/vibe/compare/monday-ui-style@0.5.1...monday-ui-style@0.6.0) (2024-05-01) diff --git a/packages/style/package.json b/packages/style/package.json index 4e78b9450b..5bc6d2927a 100644 --- a/packages/style/package.json +++ b/packages/style/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-style", - "version": "0.6.0", + "version": "0.6.1", "description": "Monday UI CSS Foundations", "main": "dist/index.css", "scripts": {