diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 5ce699753a..91d8408d47 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [2.131.0](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.130.2...monday-ui-react-core@2.131.0) (2024-08-19) + + +### Bug Fixes + +* **AvatarGroup:** be able to use some tooltip props ([#2370](https://github.com/mondaycom/vibe/issues/2370)) ([583e1fd](https://github.com/mondaycom/vibe/commit/583e1fddb07656ca76fbad941bdfb49faead547b)) + + +### Features + +* **Chips:** change chips spacing and size ([#2356](https://github.com/mondaycom/vibe/issues/2356)) ([c455cc6](https://github.com/mondaycom/vibe/commit/c455cc6fa9023d541297c097a95f268b6fa28899)) + + + + + ## [2.130.2](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.130.1...monday-ui-react-core@2.130.2) (2024-08-12) diff --git a/packages/core/package.json b/packages/core/package.json index b1a90f5112..334880e7ee 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.130.2", + "version": "2.131.0", "description": "Official monday.com UI resources for application development in React.js", "main": "./dist/main.js", "types": "./dist/types.d.ts",