diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index d6fc1031ed..4be4b06da7 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.92.8](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.92.7...monday-ui-react-core@2.92.8) (2024-02-18) + + +### Bug Fixes + +* **AlertBanner:** fix children type ([#1968](https://github.com/mondaycom/monday-ui-react-core/issues/1968)) ([cf4845d](https://github.com/mondaycom/monday-ui-react-core/commit/cf4845d00e6caf85cfba45b6dd4823fdd9c19452)) + + + + + ## [2.92.7](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.92.6...monday-ui-react-core@2.92.7) (2024-02-14) diff --git a/packages/core/package.json b/packages/core/package.json index a09255e16d..67972c33d2 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.92.7", + "version": "2.92.8", "description": "Official monday.com UI resources for application development in React.js", "main": "./dist/main.js", "types": "./dist/types.d.ts",