diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d3ed2e65a0..aea9c8b262 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -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.139.3](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.139.2...monday-ui-react-core@2.139.3) (2024-10-10) + + +### Bug Fixes + +* fix icons tsx ([#2487](https://github.com/mondaycom/vibe/issues/2487)) ([f53f259](https://github.com/mondaycom/vibe/commit/f53f259879ae36b08f060c6d1e32add02be3e649)) + + + + + ## [2.139.2](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.139.1...monday-ui-react-core@2.139.2) (2024-10-10) diff --git a/packages/core/package.json b/packages/core/package.json index e4bb49c2d1..623b0de49d 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.139.2", + "version": "2.139.3", "description": "Official monday.com UI resources for application development in React.js", "main": "./dist/main.js", "types": "./dist/types.d.ts",