Skip to content

Commit

Permalink
chore(release): packages publish [no ci]
Browse files Browse the repository at this point in the history
 - @react-ck/provisional@3.9.4
 - @react-ck/accordion@1.1.27
 - @react-ck/alert@3.1.5
 - @react-ck/badge@1.2.15
 - @react-ck/banner@1.1.34
 - @react-ck/button@1.8.10
 - @react-ck/card@1.8.8
 - @react-ck/chip@1.2.34
 - @react-ck/container@1.4.3
 - @react-ck/data-table@3.1.9
 - @react-ck/divider@1.2.24
 - @react-ck/empty-state@1.2.4
 - @react-ck/form-field@1.3.13
 - @react-ck/grid@1.6.3
 - @react-ck/icon@3.4.4
 - @react-ck/input@1.4.13
 - @react-ck/list@1.2.24
 - @react-ck/modal@3.2.7
 - @react-ck/overlay@1.2.13
 - @react-ck/pagination@1.1.30
 - @react-ck/progress@1.3.6
 - @react-ck/responsive@1.3.2
 - @react-ck/select@1.5.9
 - @react-ck/skeleton@1.1.27
 - @react-ck/spinner@3.0.18
 - @react-ck/table@1.4.9
 - @react-ck/tabs@1.1.30
 - @react-ck/text@1.5.15
 - @react-ck/textarea@1.2.29
 - react-ck@2.24.0
 - @react-ck/layers@1.3.2
 - @react-ck/manager@1.3.2
 - @react-ck/theme@1.9.2
 - @react-ck/scss-utils@1.1.11
  • Loading branch information
github-actions[bot] committed Jul 25, 2024
1 parent 7b4a721 commit 686505f
Show file tree
Hide file tree
Showing 69 changed files with 622 additions and 334 deletions.
336 changes: 168 additions & 168 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions packages/components/_provisional/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.9.4](https://github.com/abelflopes/react-ck/compare/@react-ck/provisional@3.9.3...@react-ck/provisional@3.9.4) (2024-07-25)


### Bug Fixes

* remove unused dependencies / add missing dependencies ([2fdb7a4](https://github.com/abelflopes/react-ck/commit/2fdb7a4eed218581949f6d0d8d902b3b677b3bf1))



## [3.9.3](https://github.com/abelflopes/react-ck/compare/@react-ck/provisional@3.9.2...@react-ck/provisional@3.9.3) (2024-07-25)

**Note:** Version bump only for package @react-ck/provisional
Expand Down
26 changes: 13 additions & 13 deletions packages/components/_provisional/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-ck/provisional",
"private": false,
"version": "3.9.3",
"version": "3.9.4",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand All @@ -27,20 +27,20 @@
"react": "^18.2.0"
},
"dependencies": {
"@react-ck/button": "^1.8.9",
"@react-ck/card": "^1.8.7",
"@react-ck/button": "^1.8.10",
"@react-ck/card": "^1.8.8",
"@react-ck/elevation": "^1.1.16",
"@react-ck/empty-state": "^1.2.3",
"@react-ck/icon": "^3.4.3",
"@react-ck/input": "^1.4.12",
"@react-ck/layers": "^1.3.1",
"@react-ck/overlay": "^1.2.12",
"@react-ck/empty-state": "^1.2.4",
"@react-ck/icon": "^3.4.4",
"@react-ck/input": "^1.4.13",
"@react-ck/layers": "^1.3.2",
"@react-ck/overlay": "^1.2.13",
"@react-ck/react-utils": "^1.3.6",
"@react-ck/scss-utils": "^1.1.10",
"@react-ck/skeleton": "^1.1.26",
"@react-ck/spinner": "^3.0.17",
"@react-ck/text": "^1.5.14",
"@react-ck/theme": "^1.9.1",
"@react-ck/scss-utils": "^1.1.11",
"@react-ck/skeleton": "^1.1.27",
"@react-ck/spinner": "^3.0.18",
"@react-ck/text": "^1.5.15",
"@react-ck/theme": "^1.9.2",
"classnames": "*"
}
}
8 changes: 8 additions & 0 deletions packages/components/accordion/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.27](https://github.com/abelflopes/react-ck/compare/@react-ck/accordion@1.1.26...@react-ck/accordion@1.1.27) (2024-07-25)

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





## [1.1.26](https://github.com/abelflopes/react-ck/compare/@react-ck/accordion@1.1.25...@react-ck/accordion@1.1.26) (2024-07-24)

**Note:** Version bump only for package @react-ck/accordion
Expand Down
6 changes: 3 additions & 3 deletions packages/components/accordion/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-ck/accordion",
"private": false,
"version": "1.1.26",
"version": "1.1.27",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@react-ck/collapse": "^1.1.20",
"@react-ck/list": "^1.2.23",
"@react-ck/theme": "^1.9.1"
"@react-ck/list": "^1.2.24",
"@react-ck/theme": "^1.9.2"
},
"peerDependencies": {
"react": "^18.2.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/components/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.5](https://github.com/abelflopes/react-ck/compare/@react-ck/alert@3.1.4...@react-ck/alert@3.1.5) (2024-07-25)


### Bug Fixes

* remove unused dependencies / add missing dependencies ([2fdb7a4](https://github.com/abelflopes/react-ck/commit/2fdb7a4eed218581949f6d0d8d902b3b677b3bf1))



## [3.1.4](https://github.com/abelflopes/react-ck/compare/@react-ck/alert@3.1.3...@react-ck/alert@3.1.4) (2024-07-24)

**Note:** Version bump only for package @react-ck/alert
Expand Down
12 changes: 6 additions & 6 deletions packages/components/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-ck/alert",
"private": false,
"version": "3.1.4",
"version": "3.1.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -32,11 +32,11 @@
"react": "^18.2.0"
},
"dependencies": {
"@react-ck/button": "^1.8.9",
"@react-ck/icon": "^3.4.3",
"@react-ck/scss-utils": "^1.1.10",
"@react-ck/text": "^1.5.14",
"@react-ck/theme": "^1.9.1",
"@react-ck/button": "^1.8.10",
"@react-ck/icon": "^3.4.4",
"@react-ck/scss-utils": "^1.1.11",
"@react-ck/text": "^1.5.15",
"@react-ck/theme": "^1.9.2",
"classnames": "^2.3.2"
}
}
9 changes: 9 additions & 0 deletions packages/components/badge/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.15](https://github.com/abelflopes/react-ck/compare/@react-ck/badge@1.2.14...@react-ck/badge@1.2.15) (2024-07-25)


### Bug Fixes

* remove unused dependencies / add missing dependencies ([2fdb7a4](https://github.com/abelflopes/react-ck/commit/2fdb7a4eed218581949f6d0d8d902b3b677b3bf1))



## [1.2.14](https://github.com/abelflopes/react-ck/compare/@react-ck/badge@1.2.13...@react-ck/badge@1.2.14) (2024-07-24)

**Note:** Version bump only for package @react-ck/badge
Expand Down
8 changes: 4 additions & 4 deletions packages/components/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-ck/badge",
"private": false,
"version": "1.2.14",
"version": "1.2.15",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -32,9 +32,9 @@
"react": "^18.2.0"
},
"dependencies": {
"@react-ck/text": "^1.5.14",
"@react-ck/scss-utils": "^1.1.10",
"@react-ck/theme": "^1.9.1",
"@react-ck/scss-utils": "^1.1.11",
"@react-ck/text": "^1.5.15",
"@react-ck/theme": "^1.9.2",
"classnames": "^2.3.2"
}
}
8 changes: 8 additions & 0 deletions packages/components/banner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.1.34](https://github.com/abelflopes/react-ck/compare/@react-ck/banner@1.1.33...@react-ck/banner@1.1.34) (2024-07-25)

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





## [1.1.33](https://github.com/abelflopes/react-ck/compare/@react-ck/banner@1.1.32...@react-ck/banner@1.1.33) (2024-07-25)

**Note:** Version bump only for package @react-ck/banner
Expand Down
8 changes: 4 additions & 4 deletions packages/components/banner/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-ck/banner",
"private": false,
"version": "1.1.33",
"version": "1.1.34",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -32,9 +32,9 @@
"react": "^18.2.0"
},
"dependencies": {
"@react-ck/container": "^1.4.2",
"@react-ck/overlay": "^1.2.12",
"@react-ck/theme": "^1.9.1",
"@react-ck/container": "^1.4.3",
"@react-ck/overlay": "^1.2.13",
"@react-ck/theme": "^1.9.2",
"classnames": "^2.3.2"
}
}
9 changes: 9 additions & 0 deletions packages/components/button/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.10](https://github.com/abelflopes/react-ck/compare/@react-ck/button@1.8.9...@react-ck/button@1.8.10) (2024-07-25)


### Bug Fixes

* remove unused dependencies / add missing dependencies ([2fdb7a4](https://github.com/abelflopes/react-ck/commit/2fdb7a4eed218581949f6d0d8d902b3b677b3bf1))



## [1.8.9](https://github.com/abelflopes/react-ck/compare/@react-ck/button@1.8.8...@react-ck/button@1.8.9) (2024-07-24)


Expand Down
8 changes: 4 additions & 4 deletions packages/components/button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-ck/button",
"private": false,
"version": "1.8.9",
"version": "1.8.10",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -33,9 +33,9 @@
},
"dependencies": {
"@react-ck/react-utils": "^1.3.6",
"@react-ck/scss-utils": "^1.1.10",
"@react-ck/text": "^1.5.14",
"@react-ck/theme": "^1.9.1",
"@react-ck/scss-utils": "^1.1.11",
"@react-ck/text": "^1.5.15",
"@react-ck/theme": "^1.9.2",
"classnames": "^2.3.2"
}
}
9 changes: 9 additions & 0 deletions packages/components/card/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.8.8](https://github.com/abelflopes/react-ck/compare/@react-ck/card@1.8.7...@react-ck/card@1.8.8) (2024-07-25)


### Bug Fixes

* remove unused dependencies / add missing dependencies ([2fdb7a4](https://github.com/abelflopes/react-ck/commit/2fdb7a4eed218581949f6d0d8d902b3b677b3bf1))



## [1.8.7](https://github.com/abelflopes/react-ck/compare/@react-ck/card@1.8.6...@react-ck/card@1.8.7) (2024-07-24)


Expand Down
8 changes: 4 additions & 4 deletions packages/components/card/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-ck/card",
"private": false,
"version": "1.8.7",
"version": "1.8.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sass": "src/styles/shared.scss",
Expand Down Expand Up @@ -35,9 +35,9 @@
},
"dependencies": {
"@react-ck/react-utils": "^1.3.6",
"@react-ck/scss-utils": "^1.1.10",
"@react-ck/text": "^1.5.14",
"@react-ck/theme": "^1.9.1",
"@react-ck/scss-utils": "^1.1.11",
"@react-ck/text": "^1.5.15",
"@react-ck/theme": "^1.9.2",
"classnames": "^2.3.2"
}
}
9 changes: 9 additions & 0 deletions packages/components/chip/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.2.34](https://github.com/abelflopes/react-ck/compare/@react-ck/chip@1.2.33...@react-ck/chip@1.2.34) (2024-07-25)


### Bug Fixes

* remove unused dependencies / add missing dependencies ([2fdb7a4](https://github.com/abelflopes/react-ck/commit/2fdb7a4eed218581949f6d0d8d902b3b677b3bf1))



## [1.2.33](https://github.com/abelflopes/react-ck/compare/@react-ck/chip@1.2.32...@react-ck/chip@1.2.33) (2024-07-24)

**Note:** Version bump only for package @react-ck/chip
Expand Down
8 changes: 4 additions & 4 deletions packages/components/chip/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-ck/chip",
"private": false,
"version": "1.2.33",
"version": "1.2.34",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -32,9 +32,9 @@
"react": "^18.2.0"
},
"dependencies": {
"@react-ck/scss-utils": "^1.1.10",
"@react-ck/text": "^1.5.14",
"@react-ck/theme": "^1.9.1",
"@react-ck/scss-utils": "^1.1.11",
"@react-ck/text": "^1.5.15",
"@react-ck/theme": "^1.9.2",
"classnames": "^2.3.2"
}
}
8 changes: 8 additions & 0 deletions packages/components/container/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.4.3](https://github.com/abelflopes/react-ck/compare/@react-ck/container@1.4.2...@react-ck/container@1.4.3) (2024-07-25)

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





## [1.4.2](https://github.com/abelflopes/react-ck/compare/@react-ck/container@1.4.1...@react-ck/container@1.4.2) (2024-07-25)

**Note:** Version bump only for package @react-ck/container
Expand Down
8 changes: 4 additions & 4 deletions packages/components/container/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-ck/container",
"private": false,
"version": "1.4.2",
"version": "1.4.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sass": "src/styles/shared.scss",
Expand Down Expand Up @@ -34,9 +34,9 @@
"react": "^18.2.0"
},
"dependencies": {
"@react-ck/responsive": "^1.3.1",
"@react-ck/scss-utils": "^1.1.10",
"@react-ck/theme": "^1.9.1",
"@react-ck/responsive": "^1.3.2",
"@react-ck/scss-utils": "^1.1.11",
"@react-ck/theme": "^1.9.2",
"classnames": "^2.3.2"
}
}
8 changes: 8 additions & 0 deletions packages/components/data-table/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.1.9](https://github.com/abelflopes/react-ck/compare/@react-ck/data-table@3.1.8...@react-ck/data-table@3.1.9) (2024-07-25)

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





## [3.1.8](https://github.com/abelflopes/react-ck/compare/@react-ck/data-table@3.1.7...@react-ck/data-table@3.1.8) (2024-07-25)

**Note:** Version bump only for package @react-ck/data-table
Expand Down
6 changes: 3 additions & 3 deletions packages/components/data-table/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-ck/data-table",
"private": false,
"version": "3.1.8",
"version": "3.1.9",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -32,9 +32,9 @@
"react": "^18.2.0"
},
"dependencies": {
"@react-ck/icon": "^3.4.3",
"@react-ck/icon": "^3.4.4",
"@react-ck/react-utils": "^1.3.6",
"@react-ck/table": "^1.4.8",
"@react-ck/table": "^1.4.9",
"change-case": "^5.4.2",
"classnames": "^2.3.2"
}
Expand Down
Loading

0 comments on commit 686505f

Please sign in to comment.