From ea8256e708e5e6f4efba0faecefa562e326b3def Mon Sep 17 00:00:00 2001 From: vibe-bot Date: Thu, 31 Oct 2024 08:59:32 +0000 Subject: [PATCH] Publish - monday-ui-react-core@2.142.0 - monday-ui-style@0.16.0 - @vibe/testkit@1.0.1 --- packages/core/CHANGELOG.md | 12 ++++++++++++ packages/core/package.json | 4 ++-- packages/style/CHANGELOG.md | 12 ++++++++++++ packages/style/package.json | 2 +- packages/testkit/CHANGELOG.md | 8 ++++++++ packages/testkit/package.json | 3 +-- 6 files changed, 36 insertions(+), 5 deletions(-) create mode 100644 packages/testkit/CHANGELOG.md diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0dd5093014..788c861716 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.142.0](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.141.0...monday-ui-react-core@2.142.0) (2024-10-31) + + +### Features + +* **Clipboard:** new icon ([#2570](https://github.com/mondaycom/vibe/issues/2570)) ([da71c1b](https://github.com/mondaycom/vibe/commit/da71c1bc6ca23a5321b2ea6e177633da6d2e01cf)) +* **Forward:** new icon ([#2569](https://github.com/mondaycom/vibe/issues/2569)) ([2034fd5](https://github.com/mondaycom/vibe/commit/2034fd51e30e2c32425e0e06322739d3526c22eb)) + + + + + # [2.141.0](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.140.0...monday-ui-react-core@2.141.0) (2024-10-30) diff --git a/packages/core/package.json b/packages/core/package.json index 4304740390..d039d91d49 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.141.0", + "version": "2.142.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.15.0", + "monday-ui-style": "0.16.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 2485e3761a..5864c14040 100644 --- a/packages/style/CHANGELOG.md +++ b/packages/style/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. +# [0.16.0](https://github.com/mondaycom/vibe/compare/monday-ui-style@0.15.0...monday-ui-style@0.16.0) (2024-10-31) + + +### Features + +* **Clipboard:** new icon ([#2570](https://github.com/mondaycom/vibe/issues/2570)) ([da71c1b](https://github.com/mondaycom/vibe/commit/da71c1bc6ca23a5321b2ea6e177633da6d2e01cf)) +* **Forward:** new icon ([#2569](https://github.com/mondaycom/vibe/issues/2569)) ([2034fd5](https://github.com/mondaycom/vibe/commit/2034fd51e30e2c32425e0e06322739d3526c22eb)) + + + + + # [0.15.0](https://github.com/mondaycom/vibe/compare/monday-ui-style@0.14.1...monday-ui-style@0.15.0) (2024-10-29) diff --git a/packages/style/package.json b/packages/style/package.json index 84327b4902..62e7a03371 100644 --- a/packages/style/package.json +++ b/packages/style/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-style", - "version": "0.15.0", + "version": "0.16.0", "description": "Monday UI CSS Foundations", "main": "dist/index.css", "scripts": { diff --git a/packages/testkit/CHANGELOG.md b/packages/testkit/CHANGELOG.md new file mode 100644 index 0000000000..4f10a2ef63 --- /dev/null +++ b/packages/testkit/CHANGELOG.md @@ -0,0 +1,8 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 1.0.1 (2024-10-31) + +**Note:** Version bump only for package @vibe/testkit diff --git a/packages/testkit/package.json b/packages/testkit/package.json index dfcd285833..f83e0498f5 100644 --- a/packages/testkit/package.json +++ b/packages/testkit/package.json @@ -1,6 +1,6 @@ { "name": "@vibe/testkit", - "version": "1.0.0", + "version": "1.0.1", "description": "Vibe e2e testing toolkit", "keywords": [ "TESTING", @@ -10,7 +10,6 @@ "homepage": "https://github.com/mondaycom/vibe#readme", "license": "ISC", "main": "dist/index.js", - "repository": { "type": "git", "url": "git+https://github.com/mondaycom/vibe.git",