diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 07d42390c9..69ef44397c 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.98.2](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.98.1...monday-ui-react-core@2.98.2) (2024-03-21) + + +### Bug Fixes + +* all elements inside an app that consumes vibe had button with active state that turns to 0.95 scale on active pseudo state ([#2031](https://github.com/mondaycom/monday-ui-react-core/issues/2031)) ([1b6e92a](https://github.com/mondaycom/monday-ui-react-core/commit/1b6e92aab423df632c5fe178a57ddc093e1626f3)) + + + + + ## [2.98.1](https://github.com/mondaycom/monday-ui-react-core/compare/monday-ui-react-core@2.98.0...monday-ui-react-core@2.98.1) (2024-03-20) diff --git a/packages/core/package.json b/packages/core/package.json index 5a0578ac55..93ad9c1f20 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "monday-ui-react-core", - "version": "2.98.1", + "version": "2.98.2", "description": "Official monday.com UI resources for application development in React.js", "main": "./dist/main.js", "types": "./dist/types.d.ts",