From 82affe4e79853f07df82baa5d71bdb36d18daada Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 28 Mar 2024 07:26:49 +0000 Subject: [PATCH] chore(release): 8.0.0-rc.10 --- 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 d93762aa7..e97183b1a 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.10](https://github.com/ironSource/fusion-ui/compare/v8.0.0-rc.9...v8.0.0-rc.10) (2024-03-28) + ## [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) diff --git a/package.json b/package.json index 74cf4658a..8ef5f527c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-ui", - "version": "8.0.0-rc.9", + "version": "8.0.0-rc.10", "description": "UI library created by ironSource", "license": "MIT", "repository": { diff --git a/projects/fusion-ui/package.json b/projects/fusion-ui/package.json index ed615e597..87e0e8047 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.9", + "version": "8.0.0-rc.10", "dependencies": { "chart.js": "3.7.1", "@floating-ui/dom": "^1.0.9",