diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 0830c44de5..0f870fa8bc 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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.130.1](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.130.0...monday-ui-react-core@2.130.1) (2024-08-12) + + +### Bug Fixes + +* **menuButton:** fix scale for disabled menu button ([#2319](https://github.com/mondaycom/vibe/issues/2319)) ([c84a9ae](https://github.com/mondaycom/vibe/commit/c84a9ae4e80eed2e3a6e01d7882ef701dd70be47)) +* targets for storybook ([#2351](https://github.com/mondaycom/vibe/issues/2351)) ([e9d2a5c](https://github.com/mondaycom/vibe/commit/e9d2a5ca21d7574991ee5690c00b04b955aaa2f8)) + + + + + # [2.130.0](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.129.0...monday-ui-react-core@2.130.0) (2024-08-08) diff --git a/packages/core/package.json b/packages/core/package.json index b44f245073..3b0656f279 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.130.0", + "version": "2.130.1", "description": "Official monday.com UI resources for application development in React.js", "main": "./dist/main.js", "types": "./dist/types.d.ts",