diff --git a/CHANGELOG.md b/CHANGELOG.md index 89e4571d0..f0da2389f 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. +## [7.0.0-rc.1](https://github.com/ironSource/fusion-ui/compare/v7.0.0-rc.0...v7.0.0-rc.1) (2023-11-30) + + +### CI + +* **isct-120:** update node version to 20 in gh actions ([257ece6](https://github.com/ironSource/fusion-ui/commit/257ece6936011bb2d4db39875c1f93e3a21f8add)) + ## [7.0.0-rc.0](https://github.com/ironSource/fusion-ui/compare/v6.3.1...v7.0.0-rc.0) (2023-11-29) diff --git a/package.json b/package.json index 5bed16fbc..8e33e0510 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-ui", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "description": "UI library created by ironSource", "license": "MIT", "repository": { diff --git a/projects/fusion-ui/package.json b/projects/fusion-ui/package.json index 65a6f2468..a020f7f3e 100644 --- a/projects/fusion-ui/package.json +++ b/projects/fusion-ui/package.json @@ -1,6 +1,6 @@ { "name": "@ironsource/fusion-ui", - "version": "7.0.0-rc.0", + "version": "7.0.0-rc.1", "dependencies": { "chart.js": "^3.5.1", "@floating-ui/dom": "^1.0.9",