From c55557aae2e8b195266e72f72387bdcd0fd7d7ff Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 5 Jun 2024 14:31:36 +0000 Subject: [PATCH] chore(release): 8.1.4 --- 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 5f8c856da..39e46f3b2 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.1.4](https://github.com/ironSource/fusion-ui/compare/v8.1.4-rc.1...v8.1.4) (2024-06-05) + ### [8.1.4-rc.1](https://github.com/ironSource/fusion-ui/compare/v8.1.4-rc.0...v8.1.4-rc.1) (2024-06-05) diff --git a/package.json b/package.json index b2d5948a6..0714543c4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-ui", - "version": "8.1.4-rc.1", + "version": "8.1.4", "description": "UI library created by ironSource", "license": "MIT", "repository": { diff --git a/projects/fusion-ui/package.json b/projects/fusion-ui/package.json index bba91d033..8e691c2a3 100644 --- a/projects/fusion-ui/package.json +++ b/projects/fusion-ui/package.json @@ -1,6 +1,6 @@ { "name": "@ironsource/fusion-ui", - "version": "8.1.4-rc.1", + "version": "8.1.4", "dependencies": { "chart.js": "4.4.2", "@floating-ui/dom": "^1.0.9",