From 04d63a648a6befe17a0f6816f4344a6613d7e489 Mon Sep 17 00:00:00 2001 From: AndyKIron Date: Mon, 20 Jan 2025 12:35:05 +0200 Subject: [PATCH 1/4] ci(8.x.x): init after merge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70232133d..923f5c940 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,6 @@ Fusion-UI also comes with built-in accessibility features, ensuring that your ap Whether you're building a simple website or a complex web application, Fusion-UI is the perfect choice for your UI needs. Get started today and experience the power and simplicity of Fusion-UI! -**FusionUI installation:** +**FusionUI installation:** ```npm install --save @ironsource/fusion-ui``` From 7a5d4be361e5966ec9eb3ce1a4a4ecbe4eda1631 Mon Sep 17 00:00:00 2001 From: AndyKIron Date: Thu, 4 Sep 2025 11:28:09 +0300 Subject: [PATCH 2/4] fix(dg-10041): fix input v1 component for error shown --- projects/fusion-ui/components/input/v1/input.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/fusion-ui/components/input/v1/input.component.html b/projects/fusion-ui/components/input/v1/input.component.html index f4d8de0a3..8f8291365 100644 --- a/projects/fusion-ui/components/input/v1/input.component.html +++ b/projects/fusion-ui/components/input/v1/input.component.html @@ -105,7 +105,7 @@
From 0f79abcf52c7202f876fea1be7e97d7e1a145239 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 4 Sep 2025 08:33:51 +0000 Subject: [PATCH 3/4] chore(release): 8.5.1-rc.0 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- projects/fusion-ui/package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb2d818b..1af39ff00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.5.1-rc.0](https://github.com/ironSource/fusion-ui/compare/v8.5.0...v8.5.1-rc.0) (2025-09-04) + + +### Bug Fixes + +* **dg-10041:** fix input v1 component for error shown ([7a5d4be](https://github.com/ironSource/fusion-ui/commit/7a5d4be361e5966ec9eb3ce1a4a4ecbe4eda1631)) + + +### CI + +* **8.x.x:** init after merge ([04d63a6](https://github.com/ironSource/fusion-ui/commit/04d63a648a6befe17a0f6816f4344a6613d7e489)) + ## [8.5.0](https://github.com/ironSource/fusion-ui/compare/v8.5.0-rc.0...v8.5.0) (2025-01-20) ## [8.5.0-rc.0](https://github.com/ironSource/fusion-ui/compare/v8.4.2...v8.5.0-rc.0) (2025-01-12) diff --git a/package.json b/package.json index b97bb7fbf..f005d78de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-ui", - "version": "8.5.0", + "version": "8.5.1-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 3c95f11bb..7c5bff8d2 100644 --- a/projects/fusion-ui/package.json +++ b/projects/fusion-ui/package.json @@ -1,6 +1,6 @@ { "name": "@ironsource/fusion-ui", - "version": "8.5.0", + "version": "8.5.1-rc.0", "dependencies": { "chart.js": "4.4.2", "@floating-ui/dom": "^1.0.9", From ce1943464c1d2c9f524fda8f66d1880a483af1e0 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 4 Sep 2025 11:12:00 +0000 Subject: [PATCH 4/4] chore(release): 8.5.1 --- 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 1af39ff00..a71a79f3b 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.5.1](https://github.com/ironSource/fusion-ui/compare/v8.5.1-rc.0...v8.5.1) (2025-09-04) + ### [8.5.1-rc.0](https://github.com/ironSource/fusion-ui/compare/v8.5.0...v8.5.1-rc.0) (2025-09-04) diff --git a/package.json b/package.json index f005d78de..391315a40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-ui", - "version": "8.5.1-rc.0", + "version": "8.5.1", "description": "UI library created by ironSource", "license": "MIT", "repository": { diff --git a/projects/fusion-ui/package.json b/projects/fusion-ui/package.json index 7c5bff8d2..5084b98df 100644 --- a/projects/fusion-ui/package.json +++ b/projects/fusion-ui/package.json @@ -1,6 +1,6 @@ { "name": "@ironsource/fusion-ui", - "version": "8.5.1-rc.0", + "version": "8.5.1", "dependencies": { "chart.js": "4.4.2", "@floating-ui/dom": "^1.0.9",