From 62be8e9363b0ab7fb1d57b1a50b239edfda5d333 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 17 Mar 2024 07:25:31 +0000 Subject: [PATCH] chore(release): 6.5.4-rc.0 --- 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 e259b3c72..cbacd4dcd 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. +### [6.5.4-rc.0](https://github.com/ironSource/fusion-ui/compare/v6.5.3...v6.5.4-rc.0) (2024-03-17) + ### [6.5.3](https://github.com/ironSource/fusion-ui/compare/v6.5.3-rc.31...v6.5.3) (2024-03-14) ### [6.5.3-rc.31](https://github.com/ironSource/fusion-ui/compare/v6.5.3-rc.29...v6.5.3-rc.31) (2024-03-14) diff --git a/package.json b/package.json index 84b9e5302..3b35a22e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-ui", - "version": "6.5.3", + "version": "6.5.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 8f0d01c3e..96de07582 100644 --- a/projects/fusion-ui/package.json +++ b/projects/fusion-ui/package.json @@ -1,6 +1,6 @@ { "name": "@ironsource/fusion-ui", - "version": "6.5.3", + "version": "6.5.4-rc.0", "dependencies": { "chart.js": "3.7.1", "@floating-ui/dom": "^1.0.9",