From aae0f9d6224f4c278b12ad2ca108c9952bd61b36 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 7 Jul 2024 10:16:36 +0000 Subject: [PATCH] chore(release): 8.1.7-rc.2 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- projects/fusion-ui/package.json | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 266426688..1233f1c00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.7-rc.2](https://github.com/ironSource/fusion-ui/compare/v8.1.7-rc.1...v8.1.7-rc.2) (2024-07-07) + + +### Bug Fixes + +* **8.x.x:** restore include to css variables for v4 in style-guide.scss ([9ce35b6](https://github.com/ironSource/fusion-ui/commit/9ce35b69317be4968d4de42deceb1616dcc3e776)) +* **8.x.x:** restore include to css variavles for v4 in style-guide.scss ([#323](https://github.com/ironSource/fusion-ui/issues/323)) ([c5ec0b0](https://github.com/ironSource/fusion-ui/commit/c5ec0b06e3b4d7df31ca4bb273ba7a33d95fbbc4)) + ### [8.1.7-rc.1](https://github.com/ironSource/fusion-ui/compare/v8.1.7-rc.0...v8.1.7-rc.1) (2024-07-04) ### [8.1.7-rc.0](https://github.com/ironSource/fusion-ui/compare/v8.1.6...v8.1.7-rc.0) (2024-07-04) diff --git a/package.json b/package.json index 410cf60ec..1319d89a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-ui", - "version": "8.1.7-rc.1", + "version": "8.1.7-rc.2", "description": "UI library created by ironSource", "license": "MIT", "repository": { diff --git a/projects/fusion-ui/package.json b/projects/fusion-ui/package.json index 345fe2480..a9a8b8ece 100644 --- a/projects/fusion-ui/package.json +++ b/projects/fusion-ui/package.json @@ -1,6 +1,6 @@ { "name": "@ironsource/fusion-ui", - "version": "8.1.7-rc.1", + "version": "8.1.7-rc.2", "dependencies": { "chart.js": "4.4.2", "@floating-ui/dom": "^1.0.9",