diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 354e180432..6a3db7365c 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.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) + + +### Features + +* **Modal:** make data-testid optional ([#2024](https://github.com/mondaycom/monday-ui-react-core/issues/2024)) ([590c7ce](https://github.com/mondaycom/monday-ui-react-core/commit/590c7ce2debe8281bef057d914830472b0482b3a)) + + + + + ## [2.96.1](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.96.0...monday-ui-react-core@2.96.1) (2024-03-18) diff --git a/packages/core/package.json b/packages/core/package.json index daa4257623..5ed44b9a41 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.96.1", + "version": "2.97.0", "description": "Official monday.com UI resources for application development in React.js", "main": "./dist/main.js", "types": "./dist/types.d.ts",