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.11.8
 - @react-ck/accordion@1.2.1
 - @react-ck/alert@3.2.3
 - @react-ck/button@1.10.0
 - @react-ck/collapse@1.3.1
 - @react-ck/data-table@3.1.30
 - @react-ck/modal@3.2.28
 - @react-ck/pagination@1.1.40
 - @react-ck/select@1.6.10
 - @react-ck/table@1.4.30
 - react-ck@2.50.0
  • Loading branch information
github-actions[bot] committed Dec 11, 2024
1 parent 3e841a9 commit 66e9142
Show file tree
Hide file tree
Showing 23 changed files with 151 additions and 60 deletions.
60 changes: 30 additions & 30 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions packages/components/_provisional/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.11.8](https://github.com/abelflopes/react-ck/compare/@react-ck/provisional@3.11.7...@react-ck/provisional@3.11.8) (2024-12-11)

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





## [3.11.7](https://github.com/abelflopes/react-ck/compare/@react-ck/provisional@3.11.6...@react-ck/provisional@3.11.7) (2024-12-11)

**Note:** Version bump only for package @react-ck/provisional
Expand Down
4 changes: 2 additions & 2 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.11.7",
"version": "3.11.8",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand All @@ -27,7 +27,7 @@
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/button": "^1.9.2",
"@react-ck/button": "^1.10.0",
"@react-ck/card": "^1.9.1",
"@react-ck/elevation": "^1.1.17",
"@react-ck/empty-state": "^1.2.11",
Expand Down
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.2.1](https://github.com/abelflopes/react-ck/compare/@react-ck/accordion@1.2.0...@react-ck/accordion@1.2.1) (2024-12-11)

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





## [1.2.0](https://github.com/abelflopes/react-ck/compare/@react-ck/accordion@1.1.35...@react-ck/accordion@1.2.0) (2024-12-11)


Expand Down
4 changes: 2 additions & 2 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.2.0",
"version": "1.2.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"@types/react": "^18.3.11"
},
"dependencies": {
"@react-ck/collapse": "^1.3.0",
"@react-ck/collapse": "^1.3.1",
"@react-ck/list": "^1.2.30",
"@react-ck/theme": "^1.12.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/components/alert/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.2.3](https://github.com/abelflopes/react-ck/compare/@react-ck/alert@3.2.2...@react-ck/alert@3.2.3) (2024-12-11)

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





## [3.2.2](https://github.com/abelflopes/react-ck/compare/@react-ck/alert@3.2.1...@react-ck/alert@3.2.2) (2024-11-22)

**Note:** Version bump only for package @react-ck/alert
Expand Down
4 changes: 2 additions & 2 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.2.2",
"version": "3.2.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/button": "^1.9.2",
"@react-ck/button": "^1.10.0",
"@react-ck/icon": "^3.6.4",
"@react-ck/scss-utils": "^1.1.12",
"@react-ck/text": "^1.7.0",
Expand Down
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.10.0](https://github.com/abelflopes/react-ck/compare/@react-ck/button@1.9.2...@react-ck/button@1.10.0) (2024-12-11)


### Features

* **button:** add prop to choose icon position ([e735899](https://github.com/abelflopes/react-ck/commit/e73589905183362e49f33656244d0835d8e370e6))



## [1.9.2](https://github.com/abelflopes/react-ck/compare/@react-ck/button@1.9.1...@react-ck/button@1.9.2) (2024-11-22)


Expand Down
2 changes: 1 addition & 1 deletion 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.9.2",
"version": "1.10.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
9 changes: 9 additions & 0 deletions packages/components/collapse/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.3.1](https://github.com/abelflopes/react-ck/compare/@react-ck/collapse@1.3.0...@react-ck/collapse@1.3.1) (2024-12-11)


### Bug Fixes

* **collapse:** apply margin only when open ([c5a7123](https://github.com/abelflopes/react-ck/commit/c5a7123ae4b06f62a78cabb75ff5f87c44bf9077))



## [1.3.0](https://github.com/abelflopes/react-ck/compare/@react-ck/collapse@1.2.3...@react-ck/collapse@1.3.0) (2024-12-11)


Expand Down
2 changes: 1 addition & 1 deletion packages/components/collapse/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-ck/collapse",
"private": false,
"version": "1.3.0",
"version": "1.3.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"sass": "src/styles/shared.scss",
Expand Down
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.30](https://github.com/abelflopes/react-ck/compare/@react-ck/data-table@3.1.29...@react-ck/data-table@3.1.30) (2024-12-11)

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





## [3.1.29](https://github.com/abelflopes/react-ck/compare/@react-ck/data-table@3.1.28...@react-ck/data-table@3.1.29) (2024-12-11)

**Note:** Version bump only for package @react-ck/data-table
Expand Down
4 changes: 2 additions & 2 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.29",
"version": "3.1.30",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@react-ck/icon": "^3.6.4",
"@react-ck/react-utils": "^1.3.7",
"@react-ck/table": "^1.4.29",
"@react-ck/table": "^1.4.30",
"change-case": "^5.4.2",
"classnames": "^2.3.2"
}
Expand Down
8 changes: 8 additions & 0 deletions packages/components/modal/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.2.28](https://github.com/abelflopes/react-ck/compare/@react-ck/modal@3.2.27...@react-ck/modal@3.2.28) (2024-12-11)

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





## [3.2.27](https://github.com/abelflopes/react-ck/compare/@react-ck/modal@3.2.26...@react-ck/modal@3.2.27) (2024-12-11)

**Note:** Version bump only for package @react-ck/modal
Expand Down
6 changes: 3 additions & 3 deletions packages/components/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-ck/modal",
"private": false,
"version": "3.2.27",
"version": "3.2.28",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -32,13 +32,13 @@
"react": "^18.3.1"
},
"dependencies": {
"@react-ck/button": "^1.9.2",
"@react-ck/button": "^1.10.0",
"@react-ck/card": "^1.9.1",
"@react-ck/container": "^1.5.5",
"@react-ck/icon": "^3.6.4",
"@react-ck/layers": "^1.3.8",
"@react-ck/overlay": "^1.2.19",
"@react-ck/provisional": "^3.11.7",
"@react-ck/provisional": "^3.11.8",
"@react-ck/react-utils": "^1.3.7",
"@react-ck/scss-utils": "^1.1.12",
"@react-ck/text": "^1.7.0",
Expand Down
Loading

0 comments on commit 66e9142

Please sign in to comment.