diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index e08b171406..1113e66b57 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.149.0](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.148.0...monday-ui-react-core@2.149.0) (2024-11-24) + + +### Features + +* **Dropdown:** add inputValue and blurInputOnSelect properties to allow editing options ([#2608](https://github.com/mondaycom/vibe/issues/2608)) ([074c12c](https://github.com/mondaycom/vibe/commit/074c12c794ebfbe4d0bed3a9921332f66b0aaf07)) + + + + + # [2.148.0](https://github.com/mondaycom/vibe/compare/monday-ui-react-core@2.147.1...monday-ui-react-core@2.148.0) (2024-11-24) diff --git a/packages/core/package.json b/packages/core/package.json index c600e0f25b..ace9ea62cc 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.148.0", + "version": "2.149.0", "description": "Official monday.com UI resources for application development in React.js", "main": "./dist/main.js", "types": "./dist/types.d.ts",