Skip to content

Commit ab1dab8

Browse files
chore(release): publish [no ci]
1 parent 1761111 commit ab1dab8

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
## [4.21.0](https://github.com/abelflopes/react-ck/compare/v4.20.0...v4.21.0) (2025-10-02)
2+
3+
4+
### Features
5+
6+
* add select divider ([#9](https://github.com/abelflopes/react-ck/issues/9)) ([c8f05b7](https://github.com/abelflopes/react-ck/commit/c8f05b78be87199ba1913d78a9162a7453caceb3))
7+
8+
9+
### Bug Fixes
10+
11+
* remove flex prop when select is full-width ([6ab86b3](https://github.com/abelflopes/react-ck/commit/6ab86b3e6e6180b5c5c33649acdd489222be3168))
12+
* remove possible undefined ([84604d6](https://github.com/abelflopes/react-ck/commit/84604d6fc5919cd7f16b535f5b77458f36e13bcb))
13+
* style of value to use all available space ([d702fd3](https://github.com/abelflopes/react-ck/commit/d702fd355b68c0f7b0a06d7418d7089433372f0c))
14+
* styles for when is multiple ([54e3bbd](https://github.com/abelflopes/react-ck/commit/54e3bbdb2fe45f001ab120069d4c8a8e7b5e4599))
15+
116
## [4.20.0](https://github.com/abelflopes/react-ck/compare/v4.19.0...v4.20.0) (2025-09-29)
217

318

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@abelflopes/react-ck",
33
"private": true,
4-
"version": "4.20.0",
4+
"version": "4.21.0",
55
"author": "Abel Lopes (@abelflopes)",
66
"description": "React Component Kit - React Components & Utils",
77
"homepage": "https://github.com/abelflopes/react-ck",

0 commit comments

Comments
 (0)