From 9cc6c82fb212811d82a0789af446d29535ae2918 Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Mon, 9 Sep 2024 07:07:21 +0000 Subject: [PATCH] Publish - monday-ui-react-core@2.132.0 - vibe-storybook-components@0.19.3 - monday-ui-style@0.12.0 --- packages/core/CHANGELOG.md | 19 +++++++++++++++++++ packages/core/package.json | 6 +++--- packages/storybook-blocks/CHANGELOG.md | 8 ++++++++ packages/storybook-blocks/package.json | 2 +- packages/style/CHANGELOG.md | 11 +++++++++++ packages/style/package.json | 2 +- 6 files changed, 43 insertions(+), 5 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index b3f74638e0..d4f4e0a109 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,25 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.132.0](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.131.2...monday-ui-react-core@2.132.0) (2024-09-09) + + +### Bug Fixes + +* **Dropdown:** left icon shrinking with long text ([#2416](https://github.com/mondaycom/vibe/issues/2416)) ([dab052d](https://github.com/mondaycom/vibe/commit/dab052de53e849d284fd13b0d523ae04b2faed93)) +* **Toast:** make type style stronger ([#2408](https://github.com/mondaycom/vibe/issues/2408)) ([7faf565](https://github.com/mondaycom/vibe/commit/7faf5654c1da2e6f2b7051c76df85f72811ca785)) + + +### Features + +* **Dropdown:** Add A11y props to dropdown ([#2407](https://github.com/mondaycom/vibe/issues/2407)) ([d53d2e2](https://github.com/mondaycom/vibe/commit/d53d2e2f04b067080999f4924bedf358faf03d05)) +* **Dropdown:** add option for divider in dropdown ([#2422](https://github.com/mondaycom/vibe/issues/2422)) ([f5d1e5a](https://github.com/mondaycom/vibe/commit/f5d1e5a802104db4b4e5baae38d06f43ba125eac)) +* **Icon:** add reply all icon ([#2418](https://github.com/mondaycom/vibe/issues/2418)) ([031f65d](https://github.com/mondaycom/vibe/commit/031f65d500098c0f34ede3316503aa3fceea0123)) + + + + + ## [2.131.2](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.131.1...monday-ui-react-core@2.131.2) (2024-08-28) diff --git a/packages/core/package.json b/packages/core/package.json index d79b76838d..ba1a0e58ef 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.131.2", + "version": "2.132.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.11.1", + "monday-ui-style": "0.12.0", "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.19.2" + "vibe-storybook-components": "0.19.3" }, "devDependencies": { "@babel/core": "^7.23.2", diff --git a/packages/storybook-blocks/CHANGELOG.md b/packages/storybook-blocks/CHANGELOG.md index 4447a2f39d..dad78a21dc 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.19.3](https://github.com/mondaycom/vibe/compare/vibe-storybook-components@0.19.2...vibe-storybook-components@0.19.3) (2024-09-09) + +**Note:** Version bump only for package vibe-storybook-components + + + + + ## [0.19.2](https://github.com/mondaycom/vibe/compare/vibe-storybook-components@0.19.1...vibe-storybook-components@0.19.2) (2024-06-26) diff --git a/packages/storybook-blocks/package.json b/packages/storybook-blocks/package.json index 3c19748183..48b6399688 100644 --- a/packages/storybook-blocks/package.json +++ b/packages/storybook-blocks/package.json @@ -1,6 +1,6 @@ { "name": "vibe-storybook-components", - "version": "0.19.2", + "version": "0.19.3", "description": "Collection of Vibe's Storybook components", "license": "MIT", "repository": { diff --git a/packages/style/CHANGELOG.md b/packages/style/CHANGELOG.md index ba2cffc5b6..ca49d5c8b8 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.12.0](https://github.com/mondaycom/vibe/compare/monday-ui-style@0.11.1...monday-ui-style@0.12.0) (2024-09-09) + + +### Features + +* **Icon:** add reply all icon ([#2418](https://github.com/mondaycom/vibe/issues/2418)) ([031f65d](https://github.com/mondaycom/vibe/commit/031f65d500098c0f34ede3316503aa3fceea0123)) + + + + + ## [0.11.1](https://github.com/mondaycom/vibe/compare/monday-ui-style@0.11.0...monday-ui-style@0.11.1) (2024-08-22) **Note:** Version bump only for package monday-ui-style diff --git a/packages/style/package.json b/packages/style/package.json index e0243ac900..49213d1e2a 100644 --- a/packages/style/package.json +++ b/packages/style/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-style", - "version": "0.11.1", + "version": "0.12.0", "description": "Monday UI CSS Foundations", "main": "dist/index.css", "scripts": {