diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b95ba909..dcefbca39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +### [8.1.4-rc.0](https://github.com/ironSource/fusion-ui/compare/v8.1.3...v8.1.4-rc.0) (2024-06-05) + + +### Bug Fixes + +* comment clear storage (sticky state ) for secondary menu if home (dashboard was clicked) ([a74dd60](https://github.com/ironSource/fusion-ui/commit/a74dd60fb88cee8247f66006099d4f7ed1f5a4b7)) + ### [8.1.3](https://github.com/ironSource/fusion-ui/compare/v8.0.0...v8.1.3) (2024-06-05) diff --git a/package.json b/package.json index 1f5cc0944..b22600f5d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-ui", - "version": "8.1.3", + "version": "8.1.4-rc.0", "description": "UI library created by ironSource", "license": "MIT", "repository": { diff --git a/projects/fusion-ui/package.json b/projects/fusion-ui/package.json index 7d1fb90bc..7ad50802f 100644 --- a/projects/fusion-ui/package.json +++ b/projects/fusion-ui/package.json @@ -1,6 +1,6 @@ { "name": "@ironsource/fusion-ui", - "version": "8.1.3", + "version": "8.1.4-rc.0", "dependencies": { "chart.js": "4.4.2", "@floating-ui/dom": "^1.0.9",