Skip to content

Commit f3239d0

Browse files
chore(release): packages publish [no ci]
- @react-ck/button@1.3.1 - @react-ck/empty-state@1.1.1 - @react-ck/modal@1.1.1 - @react-ck/layers@1.1.1 - @react-ck/manager@1.1.2 - @react-ck/react-utils@1.1.0 - @react-ck/react-hooks@1.0.1
1 parent 16c94d3 commit f3239d0

File tree

15 files changed

+97
-30
lines changed

15 files changed

+97
-30
lines changed

package-lock.json

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

packages/components/button/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.1](https://github.com/abelflopes/react-ck/compare/@react-ck/button@1.3.0...@react-ck/button@1.3.1) (2024-01-02)
7+
8+
**Note:** Version bump only for package @react-ck/button
9+
10+
11+
12+
13+
614
## [1.3.0](https://github.com/abelflopes/react-ck/compare/@react-ck/button@1.2.6...@react-ck/button@1.3.0) (2024-01-02)
715

816

packages/components/button/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/button",
33
"private": false,
4-
"version": "1.3.0",
4+
"version": "1.3.1",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [
@@ -31,7 +31,7 @@
3131
"react": "^18.2.0"
3232
},
3333
"dependencies": {
34-
"@react-ck/react-utils": "^1.0.0",
34+
"@react-ck/react-utils": "^1.1.0",
3535
"@react-ck/scss-utils": "^1.1.2",
3636
"@react-ck/text": "^1.2.7",
3737
"classnames": "^2.3.2"

packages/components/empty-state/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.1](https://github.com/abelflopes/react-ck/compare/@react-ck/empty-state@1.1.0...@react-ck/empty-state@1.1.1) (2024-01-02)
7+
8+
**Note:** Version bump only for package @react-ck/empty-state
9+
10+
11+
12+
13+
614
## 1.1.0 (2024-01-02)
715

816

packages/components/empty-state/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/empty-state",
33
"private": false,
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [
@@ -31,7 +31,7 @@
3131
"react": "^18.2.0"
3232
},
3333
"dependencies": {
34-
"@react-ck/react-utils": "^1.0.0",
34+
"@react-ck/react-utils": "^1.1.0",
3535
"@react-ck/scss-utils": "^1.1.2",
3636
"@react-ck/text": "^1.2.7",
3737
"classnames": "^2.3.2"

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.1](https://github.com/abelflopes/react-ck/compare/@react-ck/modal@1.1.0...@react-ck/modal@1.1.1) (2024-01-02)
7+
8+
**Note:** Version bump only for package @react-ck/modal
9+
10+
11+
12+
13+
614
## 1.1.0 (2024-01-02)
715

816

packages/components/modal/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@react-ck/modal",
33
"private": false,
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [
@@ -31,12 +31,12 @@
3131
"react": "^18.2.0"
3232
},
3333
"dependencies": {
34-
"@react-ck/button": "^1.3.0",
34+
"@react-ck/button": "^1.3.1",
3535
"@react-ck/card": "^1.2.4",
3636
"@react-ck/icon": "^1.4.1",
37-
"@react-ck/layers": "^1.1.0",
37+
"@react-ck/layers": "^1.1.1",
3838
"@react-ck/overlay": "^1.1.7",
39-
"@react-ck/react-utils": "^1.0.0",
39+
"@react-ck/react-utils": "^1.1.0",
4040
"@react-ck/text": "^1.2.7",
4141
"@react-ck/theme": "^1.5.0",
4242
"classnames": "^2.3.2"

packages/providers/layers/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.1](https://github.com/abelflopes/react-ck/compare/@react-ck/layers@1.1.0...@react-ck/layers@1.1.1) (2024-01-02)
7+
8+
**Note:** Version bump only for package @react-ck/layers
9+
10+
11+
12+
13+
614
## 1.1.0 (2024-01-02)
715

816

packages/providers/layers/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/layers",
33
"private": false,
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"sass": "src/styles/shared.scss",
@@ -28,6 +28,6 @@
2828
},
2929
"dependencies": {
3030
"@react-ck/elevation": "^1.1.0",
31-
"@react-ck/react-utils": "^1.0.0"
31+
"@react-ck/react-utils": "^1.1.0"
3232
}
3333
}

packages/providers/manager/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.2](https://github.com/abelflopes/react-ck/compare/@react-ck/manager@1.1.1...@react-ck/manager@1.1.2) (2024-01-02)
7+
8+
**Note:** Version bump only for package @react-ck/manager
9+
10+
11+
12+
13+
614
## [1.1.1](https://github.com/abelflopes/react-ck/compare/@react-ck/manager@1.1.0...@react-ck/manager@1.1.1) (2024-01-02)
715

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

0 commit comments

Comments
 (0)