From f8089418792e512a5eea67520a94604d709f60d9 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 20 Sep 2023 11:38:31 +0000 Subject: [PATCH] chore(release): 6.0.0-rc.5 --- CHANGELOG.md | 40 +++++++++++++++++++++++++++++++++ package.json | 2 +- projects/fusion-ui/package.json | 2 +- 3 files changed, 42 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f288b1f9..e2a96815f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,46 @@ 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. +## [6.0.0-rc.5](https://github.com/ironSource/fusion-ui/compare/v5.7.7...v6.0.0-rc.5) (2023-09-20) + + +### Docs + +* **fgc-178:** added typography doc story for style v4 ([1669881](https://github.com/ironSource/fusion-ui/commit/1669881be8912ac97c75e101136df0e7fb66f602)) + +## [6.0.0-rc.3](https://github.com/ironSource/fusion-ui/compare/v5.6.1...v6.0.0-rc.3) (2023-06-28) + +## [6.0.0-rc.2](https://github.com/ironSource/fusion-ui/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2023-06-14) + +## [6.0.0-rc.1](https://github.com/ironSource/fusion-ui/compare/v6.0.0-rc.0...v6.0.0-rc.1) (2023-06-14) + +## [6.0.0-rc.0](https://github.com/ironSource/fusion-ui/compare/v5.4.1...v6.0.0-rc.0) (2023-06-12) + + +### ⚠ BREAKING CHANGES + +* **fg-169:** remove services: + - ali + - auth + - cache + - pub-sub + - redirect + - shared-config + - user + removed guard: + - auth + +### Features + +* **fg-169:** services and guards removing ([54be40b](https://github.com/ironSource/fusion-ui/commit/54be40b2f069fc59b327e99f697f28a4fabd0c71)) + + +### Bug Fixes + +* **fg-169:** fixed unit-tests ([2c91b19](https://github.com/ironSource/fusion-ui/commit/2c91b19f2f47d80f9fa039c8c693a96c4395f421)) + +### [5.4.1](https://github.com/ironSource/fusion-ui/compare/v5.2.0...v5.4.1) (2023-06-05) + ## [6.0.0-rc.3](https://github.com/ironSource/fusion-ui/compare/v6.0.0-rc.2...v6.0.0-rc.3) (2023-06-28) ## [6.0.0-rc.2](https://github.com/ironSource/fusion-ui/compare/v6.0.0-rc.1...v6.0.0-rc.2) (2023-06-14) diff --git a/package.json b/package.json index bf06bf425..d841f7bda 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-ui", - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "description": "UI library created by ironSource", "license": "MIT", "repository": { diff --git a/projects/fusion-ui/package.json b/projects/fusion-ui/package.json index 81c4996a7..bf9410f14 100644 --- a/projects/fusion-ui/package.json +++ b/projects/fusion-ui/package.json @@ -1,6 +1,6 @@ { "name": "@ironsource/fusion-ui", - "version": "6.0.0-rc.4", + "version": "6.0.0-rc.5", "dependencies": { "chart.js": "^3.5.1", "@floating-ui/dom": "^1.0.9",