Skip to content

Commit cb06a99

Browse files
author
GitHub Action
committed
chore(release): 9.1.0-rc.0
1 parent 172ae9a commit cb06a99

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,35 @@
22

33
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.
44

5+
## [9.1.0-rc.0](https://github.com/ironSource/fusion-ui/compare/v8.4.2...v9.1.0-rc.0) (2025-01-06)
6+
7+
8+
### Bug Fixes
9+
10+
* **isct-532:** fixed css for input v1 unit placeholder border color for warning ([74d6e2b](https://github.com/ironSource/fusion-ui/commit/74d6e2b44e1f117c1c0b2c25ca2d09d4847c8561))
11+
12+
## [9.0.0](https://github.com/ironSource/fusion-ui/compare/v8.4.0...v9.0.0) (2024-12-04)
13+
14+
15+
### Features
16+
17+
* **update-a18:** remove fusion-mfe project ([9584e5c](https://github.com/ironSource/fusion-ui/commit/9584e5cbffc38571e4fa3fd6a8407d5d534775a6))
18+
19+
20+
### Reverts
21+
22+
* Revert "chore(update-a18): refactor common scss" ([1cb2225](https://github.com/ironSource/fusion-ui/commit/1cb22259a8463e0489a83bd2b03f20bc07e362fd))
23+
24+
25+
### Tests
26+
27+
* **update-a18:** update unit tests for HttpTestingController and signal inputs ([2279205](https://github.com/ironSource/fusion-ui/commit/227920533bba2fdb5fa674e44aebf915fd685863))
28+
29+
30+
### Code Refactoring
31+
32+
* **update-a18:** manual update some packages versions ([d646ca4](https://github.com/ironSource/fusion-ui/commit/d646ca40be525d05b2c1e4b98750ad95689a300e))
33+
534
## [9.0.0](https://github.com/ironSource/fusion-ui/compare/v8.4.0...v9.0.0) (2024-12-04)
635

736

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fusion-ui",
3-
"version": "9.0.1",
3+
"version": "9.1.0-rc.0",
44
"description": "UI library created by ironSource",
55
"license": "MIT",
66
"repository": {

projects/fusion-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ironsource/fusion-ui",
3-
"version": "9.0.1",
3+
"version": "9.1.0-rc.0",
44
"peerDependencies": {
55
"chart.js": "4.4.2",
66
"@floating-ui/dom": "^1.0.9",

0 commit comments

Comments
 (0)