diff --git a/CHANGELOG.md b/CHANGELOG.md index 8eb2d818b..a71a79f3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ 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) + + +### 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/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``` diff --git a/package.json b/package.json index b97bb7fbf..391315a40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-ui", - "version": "8.5.0", + "version": "8.5.1", "description": "UI library created by ironSource", "license": "MIT", "repository": { 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 @@