From d7ed7f58e41ded524b23d5487e1d481f6d1cf8ad Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 28 Mar 2024 07:06:45 +0000 Subject: [PATCH] chore(release): 8.0.0-rc.9 --- CHANGELOG.md | 2 ++ package.json | 2 +- projects/fusion-ui/package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1794d8043..d93762aa7 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.9](https://github.com/ironSource/fusion-ui/compare/v8.0.0-rc.8...v8.0.0-rc.9) (2024-03-28) + ## [8.0.0-rc.8](https://github.com/ironSource/fusion-ui/compare/v8.0.0-rc.7...v8.0.0-rc.8) (2024-03-28) ## [8.0.0-rc.7](https://github.com/ironSource/fusion-ui/compare/v8.0.0-rc.6...v8.0.0-rc.7) (2024-03-27) diff --git a/package.json b/package.json index 562878abb..74cf4658a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-ui", - "version": "8.0.0-rc.8", + "version": "8.0.0-rc.9", "description": "UI library created by ironSource", "license": "MIT", "repository": { diff --git a/projects/fusion-ui/package.json b/projects/fusion-ui/package.json index 3ef9c5cea..ed615e597 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.8", + "version": "8.0.0-rc.9", "dependencies": { "chart.js": "3.7.1", "@floating-ui/dom": "^1.0.9",