From cb06a999138815db097889a53cb0cfaa34c3d922 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 6 Jan 2025 15:07:21 +0000 Subject: [PATCH] chore(release): 9.1.0-rc.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- projects/fusion-ui/package.json | 2 +- 3 files changed, 31 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b789b965..43ba5ff69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,35 @@ 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. +## [9.1.0-rc.0](https://github.com/ironSource/fusion-ui/compare/v8.4.2...v9.1.0-rc.0) (2025-01-06) + + +### Bug Fixes + +* **isct-532:** fixed css for input v1 unit placeholder border color for warning ([74d6e2b](https://github.com/ironSource/fusion-ui/commit/74d6e2b44e1f117c1c0b2c25ca2d09d4847c8561)) + +## [9.0.0](https://github.com/ironSource/fusion-ui/compare/v8.4.0...v9.0.0) (2024-12-04) + + +### Features + +* **update-a18:** remove fusion-mfe project ([9584e5c](https://github.com/ironSource/fusion-ui/commit/9584e5cbffc38571e4fa3fd6a8407d5d534775a6)) + + +### Reverts + +* Revert "chore(update-a18): refactor common scss" ([1cb2225](https://github.com/ironSource/fusion-ui/commit/1cb22259a8463e0489a83bd2b03f20bc07e362fd)) + + +### Tests + +* **update-a18:** update unit tests for HttpTestingController and signal inputs ([2279205](https://github.com/ironSource/fusion-ui/commit/227920533bba2fdb5fa674e44aebf915fd685863)) + + +### Code Refactoring + +* **update-a18:** manual update some packages versions ([d646ca4](https://github.com/ironSource/fusion-ui/commit/d646ca40be525d05b2c1e4b98750ad95689a300e)) + ## [9.0.0](https://github.com/ironSource/fusion-ui/compare/v8.4.0...v9.0.0) (2024-12-04) diff --git a/package.json b/package.json index 8d80b6443..677439ba3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-ui", - "version": "9.0.1", + "version": "9.1.0-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 93ffb6ab0..de3bc44e8 100644 --- a/projects/fusion-ui/package.json +++ b/projects/fusion-ui/package.json @@ -1,6 +1,6 @@ { "name": "@ironsource/fusion-ui", - "version": "9.0.1", + "version": "9.1.0-rc.0", "peerDependencies": { "chart.js": "4.4.2", "@floating-ui/dom": "^1.0.9",