Skip to content

Commit 1023fbf

Browse files
chore(release): publish [no ci]
1 parent 43c21c9 commit 1023fbf

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## [1.10.0](https://github.com/abelflopes/react-ck/compare/v1.9.0...v1.10.0) (2024-03-12)
2+
3+
4+
### Features
5+
6+
* add index css variable to column count ([cc227bb](https://github.com/abelflopes/react-ck/commit/cc227bbcce8d9a96d547396ea8804a7cb62d45d2))
7+
* add snackbar component ([6056809](https://github.com/abelflopes/react-ck/commit/6056809245903b8f7e8c713367b7ffcbf8a993c2))
8+
* allow grid column to have natural content size ([a9484a2](https://github.com/abelflopes/react-ck/commit/a9484a208be7191be043342ed06b7e64c926d6eb))
9+
10+
11+
### Bug Fixes
12+
13+
* container props interfering with rendered style ([9879648](https://github.com/abelflopes/react-ck/commit/9879648e013659271764ab9aa432d41f973d8548))
14+
15+
16+
### Code Refactoring
17+
18+
* convert subcomponents to compound component approach ([d15a430](https://github.com/abelflopes/react-ck/commit/d15a4302dc69bea5a9a09c80832b28dafe51c387))
19+
* rename alert close handler for consistency with other props ([de610db](https://github.com/abelflopes/react-ck/commit/de610db1f85664df05ac84e3a74fd1a3850157e4))
20+
* rename text type ([6b71051](https://github.com/abelflopes/react-ck/commit/6b710516f5bc912757f59b4cd734b730348a59d1))
21+
* update text component props, use explicit variation & skin ([3cf759d](https://github.com/abelflopes/react-ck/commit/3cf759dbbd6622d4329d8a71bdd36221f5ebff2c))
22+
* update text props and variations ([24d47d2](https://github.com/abelflopes/react-ck/commit/24d47d2afaa2a88737d20fdd2f74fac4533024e4))
23+
124
## [1.9.0](https://github.com/abelflopes/react-ck/compare/v1.8.1...v1.9.0) (2024-03-06)
225

326

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.9.0",
4+
"version": "1.10.0",
55
"author": "Abel Lopes (@abelflopes)",
66
"description": "Monorepo PoC/Template with independent versioning for the whole project and its packages",
77
"homepage": "https://github.com/abelflopes/react-ck",

0 commit comments

Comments
 (0)