diff --git a/CHANGELOG.md b/CHANGELOG.md index e8f47095b..f7f6019dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.0.0-rc.14](https://github.com/ironSource/fusion-ui/compare/v8.0.0-rc.13...v8.0.0-rc.14) (2024-03-31) + ## [8.0.0-rc.13](https://github.com/ironSource/fusion-ui/compare/v8.0.0-rc.12...v8.0.0-rc.13) (2024-03-31) ## [8.0.0-rc.12](https://github.com/ironSource/fusion-ui/compare/v8.0.0-rc.11...v8.0.0-rc.12) (2024-03-28) diff --git a/package.json b/package.json index b22fc660e..93c615f2e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-ui", - "version": "8.0.0-rc.13", + "version": "8.0.0-rc.14", "description": "UI library created by ironSource", "license": "MIT", "repository": { diff --git a/projects/fusion-ui/package.json b/projects/fusion-ui/package.json index b59ba06be..6304d3fe4 100644 --- a/projects/fusion-ui/package.json +++ b/projects/fusion-ui/package.json @@ -1,6 +1,6 @@ { "name": "@ironsource/fusion-ui", - "version": "8.0.0-rc.13", + "version": "8.0.0-rc.14", "dependencies": { "chart.js": "3.7.1", "@floating-ui/dom": "^1.0.9",