Skip to content

Commit

Permalink
Bump independent versions [skip ci]
Browse files Browse the repository at this point in the history
 - @tablecheck/tablekit-core@4.1.4
 - @tablecheck/tablekit-css@4.1.4
 - @tablecheck/tablekit-react@4.1.4
 - @tablecheck/tablekit-react-css@4.1.5
 - @tablecheck/tablekit-react-datepicker@4.1.4
 - @tablecheck/tablekit-react-select@4.1.4
  • Loading branch information
TableCheck CI committed Feb 10, 2025
1 parent 745bb96 commit 0854487
Show file tree
Hide file tree
Showing 13 changed files with 74 additions and 35 deletions.
26 changes: 13 additions & 13 deletions package-lock.json

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

17 changes: 8 additions & 9 deletions system/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# v4.1.4 (Mon Feb 10 2025)
# Change Log

#### 🐛 Bug Fix
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

- fix: checkbox indeterminate styling [#250](https://github.com/tablecheck/tablekit/pull/250) ([@SimeonC](https://github.com/SimeonC))
## [4.1.4](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-core@4.1.3...@tablecheck/tablekit-core@4.1.4) (2025-02-10)

#### Authors: 1

- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC))
### Bug Fixes

* checkbox indeterminate styling ([a7ec038](https://github.com/tablecheck/tablekit/commit/a7ec038d3716aaa266884a2638ca796e57be6ea5))


---

# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.1.3](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-core@4.1.2...@tablecheck/tablekit-core@4.1.3) (2025-01-17)

Expand Down
2 changes: 1 addition & 1 deletion system/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Emotion.sh styling for tablekit design system",
"license": "MIT",
"author": "TableCheck Inc.",
"version": "4.1.3",
"version": "4.1.4",
"keywords": [],
"main": "./lib/es5/index.js",
"module": "./lib/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions system/css/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.

## [4.1.4](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-css@4.1.3...@tablecheck/tablekit-css@4.1.4) (2025-02-10)

**Note:** Version bump only for package @tablecheck/tablekit-css





## [4.1.3](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-css@4.1.2...@tablecheck/tablekit-css@4.1.3) (2025-01-17)

**Note:** Version bump only for package @tablecheck/tablekit-css
Expand Down
4 changes: 2 additions & 2 deletions system/css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "TableCheck design system in scss/css",
"license": "ISC",
"author": "",
"version": "4.1.3",
"version": "4.1.4",
"type": "module",
"keywords": [],
"files": [
Expand All @@ -22,7 +22,7 @@
"devDependencies": {
"@emotion/react": "11.10.6",
"@tablecheck/scripts": "2.3.9",
"@tablecheck/tablekit-core": "^4.1.3",
"@tablecheck/tablekit-core": "^4.1.4",
"@types/fs-extra": "11.0.1",
"chalk": "5.2.0",
"cssnano": "7.0.6",
Expand Down
8 changes: 8 additions & 0 deletions system/react-css/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.

## [4.1.5](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-css@4.1.4...@tablecheck/tablekit-react-css@4.1.5) (2025-02-10)

**Note:** Version bump only for package @tablecheck/tablekit-react-css





## [4.1.4](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-css@4.1.3...@tablecheck/tablekit-react-css@4.1.4) (2025-01-17)

**Note:** Version bump only for package @tablecheck/tablekit-react-css
Expand Down
6 changes: 3 additions & 3 deletions system/react-css/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "CSS based react components for tablekit design system",
"license": "MIT",
"author": "TableCheck Inc.",
"version": "4.1.4",
"version": "4.1.5",
"keywords": [],
"main": "./lib/es5/index.js",
"module": "./lib/esm/index.js",
Expand All @@ -26,8 +26,8 @@
"update:exports": "node scripts/generateIndex.mjs"
},
"dependencies": {
"@tablecheck/tablekit-core": "^4.1.3",
"@tablecheck/tablekit-css": "^4.1.3"
"@tablecheck/tablekit-core": "^4.1.4",
"@tablecheck/tablekit-css": "^4.1.4"
},
"peerDependencies": {
"@carbon/icons-react": "11",
Expand Down
8 changes: 8 additions & 0 deletions system/react-datepicker/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.

## [4.1.4](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-datepicker@4.1.3...@tablecheck/tablekit-react-datepicker@4.1.4) (2025-02-10)

**Note:** Version bump only for package @tablecheck/tablekit-react-datepicker





## [4.1.3](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-datepicker@4.1.2...@tablecheck/tablekit-react-datepicker@4.1.3) (2025-01-17)

**Note:** Version bump only for package @tablecheck/tablekit-react-datepicker
Expand Down
4 changes: 2 additions & 2 deletions system/react-datepicker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Component for rendering accessible datepickers in react",
"license": "MIT",
"author": "TableCheck Inc.",
"version": "4.1.3",
"version": "4.1.4",
"keywords": [],
"main": "./lib/es5/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"devDependencies": {
"@carbon/icons-react": "11.17.0",
"@tablecheck/tablekit-react": "^4.1.3",
"@tablecheck/tablekit-react": "^4.1.4",
"date-fns": "2.29.3",
"dayzed": "3.2.3"
},
Expand Down
8 changes: 8 additions & 0 deletions system/react-select/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.

## [4.1.4](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-select@4.1.3...@tablecheck/tablekit-react-select@4.1.4) (2025-02-10)

**Note:** Version bump only for package @tablecheck/tablekit-react-select





## [4.1.3](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-select@4.1.2...@tablecheck/tablekit-react-select@4.1.3) (2025-01-17)

**Note:** Version bump only for package @tablecheck/tablekit-react-select
Expand Down
6 changes: 3 additions & 3 deletions system/react-select/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Hook for providing tablekit styles to react-select package",
"license": "MIT",
"author": "TableCheck Inc.",
"version": "4.1.3",
"version": "4.1.4",
"keywords": [],
"main": "./lib/es5/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -32,8 +32,8 @@
},
"devDependencies": {
"@carbon/icons-react": "11.17.0",
"@tablecheck/tablekit-core": "^4.1.3",
"@tablecheck/tablekit-react": "^4.1.3",
"@tablecheck/tablekit-core": "^4.1.4",
"@tablecheck/tablekit-react": "^4.1.4",
"react-select": "5.7.0"
},
"publishConfig": {
Expand Down
8 changes: 8 additions & 0 deletions system/react/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.

## [4.1.4](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react@4.1.3...@tablecheck/tablekit-react@4.1.4) (2025-02-10)

**Note:** Version bump only for package @tablecheck/tablekit-react





## [4.1.3](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react@4.1.2...@tablecheck/tablekit-react@4.1.3) (2025-01-17)

**Note:** Version bump only for package @tablecheck/tablekit-react
Expand Down
4 changes: 2 additions & 2 deletions system/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Emotion.sh based react components for tablekit design system",
"license": "MIT",
"author": "TableCheck Inc.",
"version": "4.1.3",
"version": "4.1.4",
"keywords": [],
"main": "./lib/es5/index.js",
"module": "./lib/esm/index.js",
Expand All @@ -26,7 +26,7 @@
"update:exports": "node scripts/generateIndex.mjs"
},
"dependencies": {
"@tablecheck/tablekit-core": "^4.1.3"
"@tablecheck/tablekit-core": "^4.1.4"
},
"peerDependencies": {
"@carbon/icons-react": "11",
Expand Down

0 comments on commit 0854487

Please sign in to comment.