Skip to content

Commit 5d8eccf

Browse files
chore(release): packages publish [no ci]
- @react-ck/provisional@1.4.0 - @react-ck/alert@1.2.10 - @react-ck/button@1.5.0 - @react-ck/data-table@1.3.10 - @react-ck/modal@1.1.15 - @react-ck/pagination@1.1.10 - @react-ck/table@1.3.12 - react-ck@1.2.9 - @react-ck/layers@1.2.0 - @react-ck/manager@1.2.0
1 parent f3ff0e5 commit 5d8eccf

File tree

21 files changed

+173
-76
lines changed

21 files changed

+173
-76
lines changed

package-lock.json

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

packages/components/_provisional/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.4.0](https://github.com/abelflopes/react-ck/compare/@react-ck/provisional@1.3.0...@react-ck/provisional@1.4.0) (2024-05-24)
7+
8+
9+
### Features
10+
11+
* implement dropdown with positioning engine ([7293105](https://github.com/abelflopes/react-ck/commit/7293105fbf1ff42f4312477b7a076440c4c6f8c6))
12+
13+
14+
### Bug Fixes
15+
16+
* positioning engine ([ae965d8](https://github.com/abelflopes/react-ck/commit/ae965d8b40f85a8e1494c4bad69dfd94940da1d2))
17+
* snackbar z-index ([588ae3c](https://github.com/abelflopes/react-ck/commit/588ae3c9e4dc059bee002cf86a33d6ae9d70b77d))
18+
19+
20+
621
## [1.3.0](https://github.com/abelflopes/react-ck/compare/@react-ck/provisional@1.2.9...@react-ck/provisional@1.3.0) (2024-03-19)
722

823

packages/components/_provisional/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-ck/provisional",
33
"private": false,
4-
"version": "1.3.0",
4+
"version": "1.4.0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [
@@ -27,11 +27,11 @@
2727
"react": "^18.2.0"
2828
},
2929
"dependencies": {
30-
"@react-ck/button": "^1.4.9",
30+
"@react-ck/button": "^1.5.0",
3131
"@react-ck/card": "^1.3.9",
3232
"@react-ck/elevation": "^1.1.11",
3333
"@react-ck/icon": "^1.5.9",
34-
"@react-ck/layers": "^1.1.14",
34+
"@react-ck/layers": "^1.2.0",
3535
"@react-ck/overlay": "^1.2.0",
3636
"@react-ck/react-utils": "^1.2.9",
3737
"@react-ck/scss-utils": "^1.1.5",

packages/components/alert/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.2.10](https://github.com/abelflopes/react-ck/compare/@react-ck/alert@1.2.9...@react-ck/alert@1.2.10) (2024-05-24)
7+
8+
**Note:** Version bump only for package @react-ck/alert
9+
10+
11+
12+
13+
614
## [1.2.9](https://github.com/abelflopes/react-ck/compare/@react-ck/alert@1.2.8...@react-ck/alert@1.2.9) (2024-03-19)
715

816
**Note:** Version bump only for package @react-ck/alert

packages/components/alert/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-ck/alert",
33
"private": false,
4-
"version": "1.2.9",
4+
"version": "1.2.10",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [
@@ -32,7 +32,7 @@
3232
"react": "^18.2.0"
3333
},
3434
"dependencies": {
35-
"@react-ck/button": "^1.4.9",
35+
"@react-ck/button": "^1.5.0",
3636
"@react-ck/icon": "^1.5.9",
3737
"@react-ck/text": "^1.4.9",
3838
"@react-ck/theme": "^1.7.0",

packages/components/button/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.5.0](https://github.com/abelflopes/react-ck/compare/@react-ck/button@1.4.9...@react-ck/button@1.5.0) (2024-05-24)
7+
8+
9+
### Features
10+
11+
* add button ref ([7db6790](https://github.com/abelflopes/react-ck/commit/7db6790c7e7d3e71f4e0afe0446749678321e61f))
12+
13+
14+
615
## [1.4.9](https://github.com/abelflopes/react-ck/compare/@react-ck/button@1.4.8...@react-ck/button@1.4.9) (2024-03-19)
716

817
**Note:** Version bump only for package @react-ck/button

packages/components/button/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-ck/button",
33
"private": false,
4-
"version": "1.4.9",
4+
"version": "1.5.0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [

packages/components/data-table/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.3.10](https://github.com/abelflopes/react-ck/compare/@react-ck/data-table@1.3.9...@react-ck/data-table@1.3.10) (2024-05-24)
7+
8+
**Note:** Version bump only for package @react-ck/data-table
9+
10+
11+
12+
13+
614
## [1.3.9](https://github.com/abelflopes/react-ck/compare/@react-ck/data-table@1.3.8...@react-ck/data-table@1.3.9) (2024-03-19)
715

816
**Note:** Version bump only for package @react-ck/data-table

packages/components/data-table/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-ck/data-table",
33
"private": false,
4-
"version": "1.3.9",
4+
"version": "1.3.10",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@react-ck/icon": "^1.5.9",
3636
"@react-ck/react-utils": "^1.2.9",
37-
"@react-ck/table": "^1.3.11",
37+
"@react-ck/table": "^1.3.12",
3838
"change-case": "^5.4.2",
3939
"classnames": "^2.3.2"
4040
}

packages/components/modal/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.15](https://github.com/abelflopes/react-ck/compare/@react-ck/modal@1.1.14...@react-ck/modal@1.1.15) (2024-05-24)
7+
8+
**Note:** Version bump only for package @react-ck/modal
9+
10+
11+
12+
13+
614
## [1.1.14](https://github.com/abelflopes/react-ck/compare/@react-ck/modal@1.1.13...@react-ck/modal@1.1.14) (2024-03-19)
715

816
**Note:** Version bump only for package @react-ck/modal

0 commit comments

Comments
 (0)