Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - monday-ui-react-core@2.114.0
 - vibe-storybook-components@0.19.1
  • Loading branch information
vibe-gh committed Jun 26, 2024
1 parent c90b6dd commit 076a709
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 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.114.0](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.113.1...monday-ui-react-core@2.114.0) (2024-06-26)


### Features

* **react-select:** use react-select version 4.3.1 ([#2184](https://github.com/mondaycom/vibe/issues/2184)) ([c90b6dd](https://github.com/mondaycom/vibe/commit/c90b6dd7aa8fe1612d7feefb1dce224a9cb04222))
* **TextArea:** be able to disable resize ([#2189](https://github.com/mondaycom/vibe/issues/2189)) ([9223c0a](https://github.com/mondaycom/vibe/commit/9223c0abd8828f8da34c70c7df7ec3c8204cebba))





## [2.113.1](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.113.0...monday-ui-react-core@2.113.1) (2024-06-25)


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.113.1",
"version": "2.114.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 @@ -120,7 +120,7 @@
"react-window": "^1.8.7",
"react-windowed-select": "^3.1.2",
"style-inject": "^0.3.0",
"vibe-storybook-components": "0.19.0"
"vibe-storybook-components": "0.19.1"
},
"devDependencies": {
"@babel/core": "^7.23.2",
Expand Down
8 changes: 8 additions & 0 deletions packages/storybook-blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1](https://github.com/mondaycom/vibe/compare/vibe-storybook-components@0.19.0...vibe-storybook-components@0.19.1) (2024-06-26)

**Note:** Version bump only for package vibe-storybook-components





# [0.19.0](https://github.com/mondaycom/vibe/compare/vibe-storybook-components@0.18.4...vibe-storybook-components@0.19.0) (2024-05-26)


Expand Down
2 changes: 1 addition & 1 deletion packages/storybook-blocks/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vibe-storybook-components",
"version": "0.19.0",
"version": "0.19.1",
"description": "Collection of Vibe's Storybook components",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 076a709

Please sign in to comment.