Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - monday-ui-react-core@2.108.0
 - vibe-storybook-components@0.18.4
 - monday-ui-style@0.6.1
  • Loading branch information
ci committed May 7, 2024
1 parent 4764a86 commit db8aaad
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 5 deletions.
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [2.108.0](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.107.0...monday-ui-react-core@2.108.0) (2024-05-07)


### Bug Fixes

* add null protection for onPickDate callback ([#2045](https://github.com/mondaycom/vibe/issues/2045)) ([#2102](https://github.com/mondaycom/vibe/issues/2102)) ([272ac89](https://github.com/mondaycom/vibe/commit/272ac893832b39a366ed851b98a9e92519d17b2f))
* **MenuItem:** disabled item should not show its submenu ([#2099](https://github.com/mondaycom/vibe/issues/2099)) ([8513ba9](https://github.com/mondaycom/vibe/commit/8513ba9106a3bf259a956cf35ba85a2a2927013e))


### Features

* add a11y props for `search` and `combobox` components ([#2105](https://github.com/mondaycom/vibe/issues/2105)) ([b564e1b](https://github.com/mondaycom/vibe/commit/b564e1ba276cf57c03c448ee5989bc30bcc46b62))





# [2.107.0](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.106.1...monday-ui-react-core@2.107.0) (2024-05-01)


Expand Down
6 changes: 3 additions & 3 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.107.0",
"version": "2.108.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.6.0",
"monday-ui-style": "0.6.1",
"prop-types": "^15.8.1",
"react-dates": "21.8.0",
"react-inlinesvg": "^3.0.1",
Expand All @@ -120,7 +120,7 @@
"react-window": "^1.8.7",
"react-windowed-select": "^2.0.4",
"style-inject": "^0.3.0",
"vibe-storybook-components": "0.18.3"
"vibe-storybook-components": "0.18.4"
},
"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.18.4](https://github.com/mondaycom/vibe/compare/vibe-storybook-components@0.18.3...vibe-storybook-components@0.18.4) (2024-05-07)

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





## [0.18.3](https://github.com/mondaycom/vibe/compare/vibe-storybook-components@0.18.2...vibe-storybook-components@0.18.3) (2024-04-30)


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.18.3",
"version": "0.18.4",
"description": "Collection of Vibe's Storybook components",
"license": "MIT",
"repository": {
Expand Down
8 changes: 8 additions & 0 deletions packages/style/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.6.1](https://github.com/mondaycom/vibe/compare/monday-ui-style@0.6.0...monday-ui-style@0.6.1) (2024-05-07)

**Note:** Version bump only for package monday-ui-style





# [0.6.0](https://github.com/mondaycom/vibe/compare/monday-ui-style@0.5.1...monday-ui-style@0.6.0) (2024-05-01)


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.6.0",
"version": "0.6.1",
"description": "Monday UI CSS Foundations",
"main": "dist/index.css",
"scripts": {
Expand Down

0 comments on commit db8aaad

Please sign in to comment.