From 5d786135ca09c2f275387fcd5929573eb65cb84b Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Thu, 14 Nov 2024 07:18:48 +0000 Subject: [PATCH] Publish - monday-ui-react-core@2.143.0 - monday-ui-style@0.17.0 - @vibe/testkit@1.0.3 --- packages/core/CHANGELOG.md | 20 ++++++++++++++++++++ packages/core/package.json | 4 ++-- packages/style/CHANGELOG.md | 16 ++++++++++++++++ packages/style/package.json | 2 +- packages/testkit/CHANGELOG.md | 8 ++++++++ packages/testkit/package.json | 2 +- 6 files changed, 48 insertions(+), 4 deletions(-) diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 709df6a87c..2965f5909f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.143.0](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.142.1...monday-ui-react-core@2.143.0) (2024-11-14) + + +### Bug Fixes + +* **icons:** update icons ([#2583](https://github.com/mondaycom/vibe/issues/2583)) ([0d6803c](https://github.com/mondaycom/vibe/commit/0d6803cc2e65cae0cc175f672a2c625ac69fc1d4)) +* **TransitionView:** handle parent without definite height ([#2584](https://github.com/mondaycom/vibe/issues/2584)) ([356255e](https://github.com/mondaycom/vibe/commit/356255e21d3dbdd0eccab4a410e86411e62e35e5)) + + +### Features + +* **TextArea:** Character count and maxLength ([#2574](https://github.com/mondaycom/vibe/issues/2574)) ([753edb8](https://github.com/mondaycom/vibe/commit/753edb862a4e531d4cab7115aca2bec5965c256a)) +* **ThumbsDown:** new icon ([#2582](https://github.com/mondaycom/vibe/issues/2582)) ([5395753](https://github.com/mondaycom/vibe/commit/53957534f8a28feb6c8345df088b1dc5f5cf02e7)) +* **TransitionView:** component to be used on wizard-related logics to render a step with animation between steps ([#2557](https://github.com/mondaycom/vibe/issues/2557)) ([bbb6856](https://github.com/mondaycom/vibe/commit/bbb68567c5084bbd6f65bc519f11538594f4e570)) +* **useWizard:** add hook for managing wizard logic for different use cases ([#2450](https://github.com/mondaycom/vibe/issues/2450)) ([dc6e393](https://github.com/mondaycom/vibe/commit/dc6e393ad7d75655fd7e0d0f6a93674ffc783e3f)) + + + + + ## [2.142.1](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.142.0...monday-ui-react-core@2.142.1) (2024-11-06) diff --git a/packages/core/package.json b/packages/core/package.json index b7fe77a8c9..f1c4835366 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.142.1", + "version": "2.143.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.16.0", + "monday-ui-style": "0.17.0", "prop-types": "^15.8.1", "react-dates": "21.8.0", "react-inlinesvg": "^4.1.3", diff --git a/packages/style/CHANGELOG.md b/packages/style/CHANGELOG.md index 5864c14040..8661db66e7 100644 --- a/packages/style/CHANGELOG.md +++ b/packages/style/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. +# [0.17.0](https://github.com/mondaycom/vibe/compare/monday-ui-style@0.16.0...monday-ui-style@0.17.0) (2024-11-14) + + +### Bug Fixes + +* **icons:** update icons ([#2583](https://github.com/mondaycom/vibe/issues/2583)) ([0d6803c](https://github.com/mondaycom/vibe/commit/0d6803cc2e65cae0cc175f672a2c625ac69fc1d4)) + + +### Features + +* **ThumbsDown:** new icon ([#2582](https://github.com/mondaycom/vibe/issues/2582)) ([5395753](https://github.com/mondaycom/vibe/commit/53957534f8a28feb6c8345df088b1dc5f5cf02e7)) + + + + + # [0.16.0](https://github.com/mondaycom/vibe/compare/monday-ui-style@0.15.0...monday-ui-style@0.16.0) (2024-10-31) diff --git a/packages/style/package.json b/packages/style/package.json index 62e7a03371..5f32dfec90 100644 --- a/packages/style/package.json +++ b/packages/style/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-style", - "version": "0.16.0", + "version": "0.17.0", "description": "Monday UI CSS Foundations", "main": "dist/index.css", "scripts": { diff --git a/packages/testkit/CHANGELOG.md b/packages/testkit/CHANGELOG.md index 7172454369..14a92da187 100644 --- a/packages/testkit/CHANGELOG.md +++ b/packages/testkit/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. +## [1.0.3](https://github.com/mondaycom/vibe/compare/@vibe/testkit@1.0.2...@vibe/testkit@1.0.3) (2024-11-14) + +**Note:** Version bump only for package @vibe/testkit + + + + + ## [1.0.2](https://github.com/mondaycom/vibe/compare/@vibe/testkit@1.0.1...@vibe/testkit@1.0.2) (2024-11-06) **Note:** Version bump only for package @vibe/testkit diff --git a/packages/testkit/package.json b/packages/testkit/package.json index a0edca69d3..67c65c4454 100644 --- a/packages/testkit/package.json +++ b/packages/testkit/package.json @@ -1,6 +1,6 @@ { "name": "@vibe/testkit", - "version": "1.0.2", + "version": "1.0.3", "description": "Vibe e2e testing toolkit", "keywords": [ "TESTING",