Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - monday-ui-react-core@2.97.1
 - vibe-storybook-components@0.17.1
  • Loading branch information
ci committed Mar 19, 2024
1 parent eac40f1 commit a4e05b6
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/core/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.

## [2.97.1](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.97.0...monday-ui-react-core@2.97.1) (2024-03-19)

**Note:** Version bump only for package monday-ui-react-core





# [2.97.0](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.96.1...monday-ui-react-core@2.97.0) (2024-03-18)


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.97.0",
"version": "2.97.1",
"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 @@ -121,7 +121,7 @@
"react-window": "^1.8.7",
"react-windowed-select": "^2.0.4",
"style-inject": "^0.3.0",
"vibe-storybook-components": "0.17.0"
"vibe-storybook-components": "0.17.1"
},
"devDependencies": {
"@babel/core": "^7.23.2",
Expand Down
15 changes: 14 additions & 1 deletion packages/storybook-blocks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.17.1 (2024-03-19)

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





# Changelog

## 0.16.1 (2023-12-05)
Expand Down Expand Up @@ -266,4 +279,4 @@

## 0.0.1 (2023-07-20)

* [Initial PR](https://github.com/mondaycom/vibe-storybook-components/pull/1)
* [Initial PR](https://github.com/mondaycom/vibe-storybook-components/pull/1)
6 changes: 3 additions & 3 deletions 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.17.0",
"version": "0.17.1",
"description": "Collection of Vibe's Storybook components",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -48,9 +48,9 @@
"extends browserslist-config-monday"
],
"dependencies": {
"@storybook/types": "^7.5.0",
"browserslist-config-monday": "^1.0.6",
"classnames": "^2.3.2",
"@storybook/types": "^7.5.0"
"classnames": "^2.3.2"
},
"devDependencies": {
"@babel/core": "^7.22.9",
Expand Down

0 comments on commit a4e05b6

Please sign in to comment.