Skip to content

Commit

Permalink
chore(release): 8.2.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Action committed Jul 21, 2024
1 parent 4593240 commit 738af2b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

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.2.0-rc.0](https://github.com/ironSource/fusion-ui/compare/v8.1.9...v8.2.0-rc.0) (2024-07-21)


### Bug Fixes

* **352:** fix height in label-input component, fixes in input-text ([1bec278](https://github.com/ironSource/fusion-ui/commit/1bec27876c71447ab0d045e8c1bf24585e4fe481))
* **352:** fix input-text v4 placeholder and disabled state ([99cf581](https://github.com/ironSource/fusion-ui/commit/99cf58127eed70e5a6f4b82cbdf7248a657391d5))
* **352:** fix input-text v4 remove viewOnly and move chars counter ([4dc9440](https://github.com/ironSource/fusion-ui/commit/4dc9440f3e762eef100a794a73c8cf4a64303fd7))
* **isct-222:** change story fot input label ([bc0eda6](https://github.com/ironSource/fusion-ui/commit/bc0eda62acee9c8dcf6e7608d77e2423f1739936))
* **isct-223:** change story fot input helper ([871a2ca](https://github.com/ironSource/fusion-ui/commit/871a2caa300ff9efa32c6d2436ef5413a0fdb14f))
* **isct-331:** add loading state to the multi dropdown v4, update its story page ([c972c75](https://github.com/ironSource/fusion-ui/commit/c972c7523ef1ab6627d8f5e814d42032a157c120))
* **isct-331:** dropdown fixes ([bc3281e](https://github.com/ironSource/fusion-ui/commit/bc3281e3a0b060b7bd834ce784556a9c23ccb0c2))
* **isct-331:** multiselect option 3 lever fixed open/close icon ([6a4bb2c](https://github.com/ironSource/fusion-ui/commit/6a4bb2cb28b88bbf957bea20fd32f70b170e42ed))
* **isct-331:** multiselect option group change top margin ([78aea3d](https://github.com/ironSource/fusion-ui/commit/78aea3d4cc939e95862aeba1c24df2f8be8f13bc))
* **isct-331:** multiselect option with icon css fix ([b04e47b](https://github.com/ironSource/fusion-ui/commit/b04e47bde8f518c87f4ccd909ad50d5eeafa21fb))
* **isct-:** change gap from 12px to 8px in alert v4 ([915d9cb](https://github.com/ironSource/fusion-ui/commit/915d9cb32200dc774145f5717bbb66f9fc106125))

## [8.1.0-rc.1](https://github.com/ironSource/fusion-ui/compare/v8.1.0-rc.0...v8.1.0-rc.1) (2024-05-19)

## [8.1.0-rc.0](https://github.com/ironSource/fusion-ui/compare/v8.0.0...v8.1.0-rc.0) (2024-04-25)


### Features

* textarea-v4.component wip ([6f7c063](https://github.com/ironSource/fusion-ui/commit/6f7c0632ef43bd91e77f04b617a2585d3f3c96de))

## [8.0.0-rc.28](https://github.com/ironSource/fusion-ui/compare/v8.0.0-rc.27...v8.0.0-rc.28) (2024-04-11)


### Features

* multi select dropdown hierarchy support ([a6b0c43](https://github.com/ironSource/fusion-ui/commit/a6b0c43479679704c7f5ae4d970fcc7e7204b570))

### [8.1.9](https://github.com/ironSource/fusion-ui/compare/v8.1.9-rc.0...v8.1.9) (2024-07-11)

### [8.1.9-rc.0](https://github.com/ironSource/fusion-ui/compare/v8.1.6...v8.1.9-rc.0) (2024-07-11)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fusion-ui",
"version": "8.1.9",
"version": "8.2.0-rc.0",
"description": "UI library created by ironSource",
"license": "MIT",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion projects/fusion-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ironsource/fusion-ui",
"version": "8.1.9",
"version": "8.2.0-rc.0",
"dependencies": {
"chart.js": "4.4.2",
"@floating-ui/dom": "^1.0.9",
Expand Down

0 comments on commit 738af2b

Please sign in to comment.