Skip to content

Commit 6e51687

Browse files
chore(release): packages publish [no ci]
- @react-ck/base-components@7.6.0 - react-ck@3.37.6 - @react-ck/manager@1.4.0
1 parent a3ddb73 commit 6e51687

File tree

7 files changed

+38
-12
lines changed

7 files changed

+38
-12
lines changed

package-lock.json

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

packages/components/base/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+
## [7.6.0](https://github.com/abelflopes/react-ck/compare/@react-ck/base-components@7.5.3...@react-ck/base-components@7.6.0) (2025-08-20)
7+
8+
9+
### Features
10+
11+
* use single unique id generator ([a3ddb73](https://github.com/abelflopes/react-ck/commit/a3ddb7385501fb6d28969183ea414ddb2ba93651))
12+
13+
14+
615
## [7.5.3](https://github.com/abelflopes/react-ck/compare/@react-ck/base-components@7.5.2...@react-ck/base-components@7.5.3) (2025-08-18)
716

817

packages/components/base/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/base-components",
33
"private": false,
4-
"version": "7.5.3",
4+
"version": "7.6.0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"style": "dist/index.css",
@@ -38,7 +38,7 @@
3838
"@react-ck/icon": "^4.3.2",
3939
"@react-ck/keyboard-controls": "^1.1.0",
4040
"@react-ck/layers": "^1.4.15",
41-
"@react-ck/manager": "^1.3.26",
41+
"@react-ck/manager": "^1.4.0",
4242
"@react-ck/react-utils": "^2.0.4",
4343
"@react-ck/scss-utils": "^1.1.13",
4444
"@react-ck/snackbar-provider": "^1.0.7",

packages/library/react-ck/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+
## [3.37.6](https://github.com/abelflopes/react-ck/compare/react-ck@3.37.5...react-ck@3.37.6) (2025-08-20)
7+
8+
**Note:** Version bump only for package react-ck
9+
10+
11+
12+
13+
614
## [3.37.5](https://github.com/abelflopes/react-ck/compare/react-ck@3.37.4...react-ck@3.37.5) (2025-08-18)
715

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

packages/library/react-ck/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",
33
"private": false,
4-
"version": "3.37.5",
4+
"version": "3.37.6",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"sass": "src/styles/index.scss",
@@ -32,13 +32,13 @@
3232
},
3333
"gitHead": "1b338741d8d093959783c7996dd68c04f1be0893",
3434
"dependencies": {
35-
"@react-ck/base-components": "^7.5.3",
35+
"@react-ck/base-components": "^7.6.0",
3636
"@react-ck/elevation": "^1.1.24",
3737
"@react-ck/focus-trap": "^1.4.0",
3838
"@react-ck/icon": "^4.3.2",
3939
"@react-ck/keyboard-controls": "^1.1.0",
4040
"@react-ck/layers": "^1.4.15",
41-
"@react-ck/manager": "^1.3.26",
41+
"@react-ck/manager": "^1.4.0",
4242
"@react-ck/misc-utils": "^1.0.7",
4343
"@react-ck/react-hooks": "^1.0.15",
4444
"@react-ck/react-utils": "^2.0.4",

packages/providers/manager/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.4.0](https://github.com/abelflopes/react-ck/compare/@react-ck/manager@1.3.26...@react-ck/manager@1.4.0) (2025-08-20)
7+
8+
9+
### Features
10+
11+
* use single unique id generator ([a3ddb73](https://github.com/abelflopes/react-ck/commit/a3ddb7385501fb6d28969183ea414ddb2ba93651))
12+
13+
14+
615
## [1.3.26](https://github.com/abelflopes/react-ck/compare/@react-ck/manager@1.3.25...@react-ck/manager@1.3.26) (2025-08-02)
716

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

packages/providers/manager/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/manager",
33
"private": false,
4-
"version": "1.3.26",
4+
"version": "1.4.0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [

0 commit comments

Comments
 (0)