Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
vibe-gh committed Oct 31, 2024
1 parent 3b48b8b commit ea8256e
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 5 deletions.
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@2.141.0) (2024-10-30)


Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions packages/style/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]@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/[email protected]@0.15.0) (2024-10-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/style/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
8 changes: 8 additions & 0 deletions packages/testkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 1 addition & 2 deletions packages/testkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vibe/testkit",
"version": "1.0.0",
"version": "1.0.1",
"description": "Vibe e2e testing toolkit",
"keywords": [
"TESTING",
Expand All @@ -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",
Expand Down

0 comments on commit ea8256e

Please sign in to comment.