Skip to content

Commit 3dbe444

Browse files
chore(release): publish [no ci]
1 parent 2cd00f2 commit 3dbe444

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
## [2.0.0](https://github.com/abelflopes/react-ck/compare/v1.21.0...v2.0.0) (2024-05-30)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* make icons library tree-shakable
7+
8+
### Features
9+
10+
* add menu component ([5b04991](https://github.com/abelflopes/react-ck/commit/5b04991fd5237a655421b3e0a6abf254129eb0ba))
11+
* **react-ck:** global library package ([104678a](https://github.com/abelflopes/react-ck/commit/104678ad0d5b35fee7770fa1bc0fd5b2dc319f1b))
12+
* **react-ck:** global library package ([cd77203](https://github.com/abelflopes/react-ck/commit/cd77203bdc9b37c8cfe4bb17e6b408f831ebbf00))
13+
14+
15+
### Bug Fixes
16+
17+
* icon names conflicting with component exports on main lib package ([ad5d802](https://github.com/abelflopes/react-ck/commit/ad5d8023ac4090c1c564093adbca165b9a5bf63d))
18+
* make icons library tree-shakable ([131264a](https://github.com/abelflopes/react-ck/commit/131264aadd18b710e84b4d1ccdad5d8c6a48f3d8))
19+
* storybook crashing when entering variation pages ([a3aa4ec](https://github.com/abelflopes/react-ck/commit/a3aa4ec4b06f031eacf8236cb1d5f6de3c61e14c))
20+
121
## [1.21.0](https://github.com/abelflopes/react-ck/compare/v1.20.0...v1.21.0) (2024-05-24)
222

323

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": "1.21.0",
4+
"version": "2.0.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)