From f9f32f8b50f8097561161f49884866ca45d82a33 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 21 Mar 2024 14:43:59 +0000 Subject: [PATCH] chore(release): 6.5.5-rc.4 --- 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 37736470b..3a6a0cefc 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.5-rc.4](https://github.com/ironSource/fusion-ui/compare/v6.5.5-rc.3...v6.5.5-rc.4) (2024-03-21) + ### [6.5.5-rc.3](https://github.com/ironSource/fusion-ui/compare/v6.5.5-rc.2...v6.5.5-rc.3) (2024-03-21) ### [6.5.5-rc.2](https://github.com/ironSource/fusion-ui/compare/v6.5.5-rc.1...v6.5.5-rc.2) (2024-03-21) diff --git a/package.json b/package.json index e10c57b78..282bb928e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-ui", - "version": "6.5.5-rc.3", + "version": "6.5.5-rc.4", "description": "UI library created by ironSource", "license": "MIT", "repository": { diff --git a/projects/fusion-ui/package.json b/projects/fusion-ui/package.json index c2f75366b..126e383ab 100644 --- a/projects/fusion-ui/package.json +++ b/projects/fusion-ui/package.json @@ -1,6 +1,6 @@ { "name": "@ironsource/fusion-ui", - "version": "6.5.5-rc.3", + "version": "6.5.5-rc.4", "dependencies": { "chart.js": "3.7.1", "@floating-ui/dom": "^1.0.9",