Skip to content

Commit 449aded

Browse files
committed
chore(release): 28.1.0
1 parent f20c1fa commit 449aded

File tree

3 files changed

+24
-3
lines changed

3 files changed

+24
-3
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,27 @@
22

33
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.
44

5+
## [28.1.0](https://github.com/textkernel/oneui/compare/28.0.0...28.1.0) (2024-11-29)
6+
7+
8+
### Features
9+
10+
* **Breadcrumb:** new component ([#1331](https://github.com/textkernel/oneui/issues/1331)) ([7202695](https://github.com/textkernel/oneui/commit/72026952ea0df31cf3bfc5e78dbb08a2d5a645ff))
11+
* **Dialog:** update dialog design specs ([#1288](https://github.com/textkernel/oneui/issues/1288)) ([f20c1fa](https://github.com/textkernel/oneui/commit/f20c1fa023997bd4c1f09af56255644a44ca1b08))
12+
* **PillButtonEnhance:** update component ([#1337](https://github.com/textkernel/oneui/issues/1337)) ([d379470](https://github.com/textkernel/oneui/commit/d3794700e784ec95c698632a77a18520d9cc8a07))
13+
* **PillDropdown:** updated pill dropdown ([#1300](https://github.com/textkernel/oneui/issues/1300)) ([2d6e619](https://github.com/textkernel/oneui/commit/2d6e6194276d4026c1321af48211d78aaf5fc834))
14+
* **StatusBadge:** new component ([#1309](https://github.com/textkernel/oneui/issues/1309)) ([a4ce342](https://github.com/textkernel/oneui/commit/a4ce342cb1a85685966468bfffddb70bc4d36c1f))
15+
16+
17+
### Bug Fixes
18+
19+
* add teaser and checkbox breaking change to changelog ([#1332](https://github.com/textkernel/oneui/issues/1332)) ([18ac712](https://github.com/textkernel/oneui/commit/18ac712c83b6ed2c85237d671a5ee92d11c2c98b))
20+
* change fonts ([#1289](https://github.com/textkernel/oneui/issues/1289)) ([b1446e0](https://github.com/textkernel/oneui/commit/b1446e0a346c46284b84d43a3237931931bb3068))
21+
* **deps:** update dependency rc-slider to v10.6.2 ([#1318](https://github.com/textkernel/oneui/issues/1318)) ([c8f1c03](https://github.com/textkernel/oneui/commit/c8f1c030cf6ab2ab09f13860ef8b62c6b621872e))
22+
* **deps:** update dependency remove-accents to v0.5.0 ([#1320](https://github.com/textkernel/oneui/issues/1320)) ([4d20be8](https://github.com/textkernel/oneui/commit/4d20be89d2470a79d5de57055184bf63decc2b6d))
23+
* **different components:** fix small layout bugs ([#1338](https://github.com/textkernel/oneui/issues/1338)) ([56e7cc3](https://github.com/textkernel/oneui/commit/56e7cc32eae0beb769b2e75468d5fc40ff455328))
24+
* sass deprecation warnings ([#1292](https://github.com/textkernel/oneui/issues/1292)) ([91316ee](https://github.com/textkernel/oneui/commit/91316ee88419bb9ac8fcb5feb52eb4e430f8650c))
25+
526
## [28.0.0](https://github.com/textkernel/oneui/compare/27.0.0...28.0.0) (2024-11-18)
627

728

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"oneui": {
44
"libraryName": "oneui"
55
},
6-
"version": "28.0.0",
6+
"version": "28.1.0",
77
"description": "Library of reusable React components with theming support",
88
"main": "dist/oneui.min.js",
99
"types": "dist/dts/src/index.d.ts",

0 commit comments

Comments
 (0)