Skip to content

Commit

Permalink
chore(release): 28.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Mukiienko committed Nov 18, 2024
1 parent 8e2ed49 commit 2b754c3
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [28.0.0](https://github.com/textkernel/oneui/compare/27.0.0...28.0.0) (2024-11-18)


### ⚠ BREAKING CHANGES

* **Pill:** PillButton props toggleDropdown removed
* **Pill:** Pill uses RadixDropdown under the hood.

### Bug Fixes

* **deps:** update dependency core-js to v3.39.0 ([#1315](https://github.com/textkernel/oneui/issues/1315)) ([146eaf9](https://github.com/textkernel/oneui/commit/146eaf904d89995e837d47c9486c4830ab92333d))
* **Pill:** bugs in Pill with Enhanced options ([#1316](https://github.com/textkernel/oneui/issues/1316)) ([8e2ed49](https://github.com/textkernel/oneui/commit/8e2ed49fec0a602cd5fde34aad1c93780a1167a0))

## [27.0.0](https://github.com/textkernel/oneui/compare/26.1.0...27.0.0) (2024-11-11)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"oneui": {
"libraryName": "oneui"
},
"version": "27.0.0",
"version": "28.0.0",
"description": "Library of reusable React components with theming support",
"main": "dist/oneui.min.js",
"types": "dist/dts/src/index.d.ts",
Expand Down

0 comments on commit 2b754c3

Please sign in to comment.