From 0de70994c2d89bde94338bb6a95c1fb78c75b480 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Tue, 15 Oct 2024 13:02:33 +0000 Subject: [PATCH] chore(release): 8.4.0-rc.11 --- 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 c68ecbedf..1b96202fd 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.4.0-rc.11](https://github.com/ironSource/fusion-ui/compare/v8.4.0-rc.10...v8.4.0-rc.11) (2024-10-15) + ## [8.4.0-rc.10](https://github.com/ironSource/fusion-ui/compare/v8.4.0-rc.9...v8.4.0-rc.10) (2024-10-15) diff --git a/package.json b/package.json index 3538160a8..b4988d2cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-ui", - "version": "8.4.0-rc.10", + "version": "8.4.0-rc.11", "description": "UI library created by ironSource", "license": "MIT", "repository": { diff --git a/projects/fusion-ui/package.json b/projects/fusion-ui/package.json index 9e8966585..95ca68c6c 100644 --- a/projects/fusion-ui/package.json +++ b/projects/fusion-ui/package.json @@ -1,6 +1,6 @@ { "name": "@ironsource/fusion-ui", - "version": "8.4.0-rc.10", + "version": "8.4.0-rc.11", "dependencies": { "chart.js": "4.4.2", "@floating-ui/dom": "^1.0.9",