Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - monday-ui-react-core@2.115.0
 - vibe-storybook-components@0.19.2
  • Loading branch information
vibe-gh committed Jun 26, 2024
1 parent cdb45d5 commit da91e70
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

# [2.115.0](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.114.0...monday-ui-react-core@2.115.0) (2024-06-26)


### Features

* **TextField:** add a controlled variant ([#2180](https://github.com/mondaycom/vibe/issues/2180)) ([67489b3](https://github.com/mondaycom/vibe/commit/67489b38de56ba44ed86deafc0ca49b7f72e050e))





# [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)


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.114.0",
"version": "2.115.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.1"
"vibe-storybook-components": "0.19.2"
},
"devDependencies": {
"@babel/core": "^7.23.2",
Expand Down
11 changes: 11 additions & 0 deletions packages/storybook-blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.19.2](https://github.com/mondaycom/vibe/compare/vibe-storybook-components@0.19.1...vibe-storybook-components@0.19.2) (2024-06-26)


### Bug Fixes

* Revert "chore: add build step postinstall for vibe-storybook-components" ([#2192](https://github.com/mondaycom/vibe/issues/2192)) ([cdb45d5](https://github.com/mondaycom/vibe/commit/cdb45d5fb467bae9af935212c714268e0eda4f2a))





## [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
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.1",
"version": "0.19.2",
"description": "Collection of Vibe's Storybook components",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit da91e70

Please sign in to comment.