From 1ae58877f7279b444ccab31e2475da027c882c8f Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 8 Apr 2024 13:33:42 +0000 Subject: [PATCH] chore(release): 8.0.0-rc.27 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- projects/fusion-ui/package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e52f2be..55bf132d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.27](https://github.com/ironSource/fusion-ui/compare/v8.0.0-rc.26...v8.0.0-rc.27) (2024-04-08) + + +### Features + +* add support for truncate long labels in Barchart ([1987be8](https://github.com/ironSource/fusion-ui/commit/1987be8a1d9c8d2501e752f1499792f0bc3cbeab)) + ## [8.0.0-rc.26](https://github.com/ironSource/fusion-ui/compare/v8.0.0-rc.25...v8.0.0-rc.26) (2024-04-08) diff --git a/package.json b/package.json index eef4d27c0..1290fff9d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-ui", - "version": "8.0.0-rc.26", + "version": "8.0.0-rc.27", "description": "UI library created by ironSource", "license": "MIT", "repository": { diff --git a/projects/fusion-ui/package.json b/projects/fusion-ui/package.json index 9df670a55..1c577d8ff 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.26", + "version": "8.0.0-rc.27", "dependencies": { "chart.js": "4.4.2", "@floating-ui/dom": "^1.0.9",