Skip to content

Commit ba65b4b

Browse files
author
GitHub Action
committed
chore(release): 9.1.0-rc.1
1 parent e45eb9f commit ba65b4b

File tree

3 files changed

+39
-2
lines changed

3 files changed

+39
-2
lines changed

CHANGELOG.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,43 @@
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.1](https://github.com/ironSource/fusion-ui/compare/v8.5.0...v9.1.0-rc.1) (2025-01-28)
6+
7+
8+
### CI
9+
10+
* **8.x.x:** init after merge ([04d63a6](https://github.com/ironSource/fusion-ui/commit/04d63a648a6befe17a0f6816f4344a6613d7e489))
11+
* **9.x.x:** generate package-lock ([e45eb9f](https://github.com/ironSource/fusion-ui/commit/e45eb9f60462d2e8752febb4b591380af5d5507d))
12+
13+
## [9.1.0-rc.0](https://github.com/ironSource/fusion-ui/compare/v8.4.2...v9.1.0-rc.0) (2025-01-06)
14+
15+
16+
### Bug Fixes
17+
18+
* **isct-532:** fixed css for input v1 unit placeholder border color for warning ([74d6e2b](https://github.com/ironSource/fusion-ui/commit/74d6e2b44e1f117c1c0b2c25ca2d09d4847c8561))
19+
20+
## [9.0.0](https://github.com/ironSource/fusion-ui/compare/v8.4.0...v9.0.0) (2024-12-04)
21+
22+
23+
### Features
24+
25+
* **update-a18:** remove fusion-mfe project ([9584e5c](https://github.com/ironSource/fusion-ui/commit/9584e5cbffc38571e4fa3fd6a8407d5d534775a6))
26+
27+
28+
### Reverts
29+
30+
* Revert "chore(update-a18): refactor common scss" ([1cb2225](https://github.com/ironSource/fusion-ui/commit/1cb22259a8463e0489a83bd2b03f20bc07e362fd))
31+
32+
33+
### Tests
34+
35+
* **update-a18:** update unit tests for HttpTestingController and signal inputs ([2279205](https://github.com/ironSource/fusion-ui/commit/227920533bba2fdb5fa674e44aebf915fd685863))
36+
37+
38+
### Code Refactoring
39+
40+
* **update-a18:** manual update some packages versions ([d646ca4](https://github.com/ironSource/fusion-ui/commit/d646ca40be525d05b2c1e4b98750ad95689a300e))
41+
542
## [9.1.0-rc.0](https://github.com/ironSource/fusion-ui/compare/v8.4.2...v9.1.0-rc.0) (2025-01-06)
643

744

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.1.0-rc.0",
3+
"version": "9.1.0-rc.1",
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.1.0-rc.0",
3+
"version": "9.1.0-rc.1",
44
"peerDependencies": {
55
"chart.js": "4.4.2",
66
"@floating-ui/dom": "^1.0.9",

0 commit comments

Comments
 (0)