Skip to content

Commit 9a75646

Browse files
author
TableCheck CI
committed
Bump independent versions [skip ci]
- @tablecheck/[email protected] - @tablecheck/[email protected] - @tablecheck/[email protected] - @tablecheck/[email protected] - @tablecheck/[email protected] - @tablecheck/[email protected]
1 parent 9610828 commit 9a75646

13 files changed

+74
-35
lines changed

package-lock.json

+13-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

system/core/CHANGELOG.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,18 @@
1-
# v3.0.6 (Fri Jun 07 2024)
1+
# Change Log
22

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

5-
- fix(tablekit-react-select): update various visuals [#234](https://github.com/tablecheck/tablekit/pull/234) ([@k-baldauf](https://github.com/k-baldauf))
6+
## [3.0.6](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-06-07)
67

7-
#### Authors: 1
88

9-
- [@k-baldauf](https://github.com/k-baldauf)
9+
### Bug Fixes
10+
11+
* **tablekit-react-select:** update various visuals ([04e52c1](https://github.com/tablecheck/tablekit/commit/04e52c1cdc73f6cd244dd7b8d2c6eb489ab1298b))
12+
1013

11-
---
1214

13-
# Change Log
1415

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

1817
## [3.0.5](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-05-31)
1918

system/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Emotion.sh styling for tablekit design system",
44
"license": "MIT",
55
"author": "TableCheck Inc.",
6-
"version": "3.0.5",
6+
"version": "3.0.6",
77
"keywords": [],
88
"main": "./lib/es5/index.js",
99
"module": "./lib/esm/index.js",

system/css/CHANGELOG.md

+8
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.0.6](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-06-07)
7+
8+
**Note:** Version bump only for package @tablecheck/tablekit-css
9+
10+
11+
12+
13+
614
## [3.0.5](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-05-31)
715

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

system/css/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "TableCheck design system in scss/css",
44
"license": "ISC",
55
"author": "",
6-
"version": "3.0.5",
6+
"version": "3.0.6",
77
"type": "module",
88
"keywords": [],
99
"files": [
@@ -22,7 +22,7 @@
2222
"devDependencies": {
2323
"@emotion/react": "11.10.6",
2424
"@tablecheck/scripts": "2.3.9",
25-
"@tablecheck/tablekit-core": "^3.0.5",
25+
"@tablecheck/tablekit-core": "^3.0.6",
2626
"@types/fs-extra": "11.0.1",
2727
"chalk": "5.2.0",
2828
"cssnano": "5.1.15",

system/react-css/CHANGELOG.md

+8
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.0.9](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-06-07)
7+
8+
**Note:** Version bump only for package @tablecheck/tablekit-react-css
9+
10+
11+
12+
13+
614
## [3.0.8](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-06-05)
715

816

system/react-css/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "CSS based react components for tablekit design system",
44
"license": "MIT",
55
"author": "TableCheck Inc.",
6-
"version": "3.0.8",
6+
"version": "3.0.9",
77
"keywords": [],
88
"main": "./lib/es5/index.js",
99
"module": "./lib/esm/index.js",
@@ -26,8 +26,8 @@
2626
"update:exports": "node scripts/generateIndex.mjs"
2727
},
2828
"dependencies": {
29-
"@tablecheck/tablekit-core": "^3.0.5",
30-
"@tablecheck/tablekit-css": "^3.0.5"
29+
"@tablecheck/tablekit-core": "^3.0.6",
30+
"@tablecheck/tablekit-css": "^3.0.6"
3131
},
3232
"peerDependencies": {
3333
"@carbon/icons-react": "11",

system/react-datepicker/CHANGELOG.md

+8
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.0.10](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-06-07)
7+
8+
**Note:** Version bump only for package @tablecheck/tablekit-react-datepicker
9+
10+
11+
12+
13+
614
## [3.0.9](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-06-05)
715

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

system/react-datepicker/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Component for rendering accessible datepickers in react",
44
"license": "MIT",
55
"author": "TableCheck Inc.",
6-
"version": "3.0.9",
6+
"version": "3.0.10",
77
"keywords": [],
88
"main": "./lib/es5/index.js",
99
"module": "./lib/esm/index.js",
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@carbon/icons-react": "11.17.0",
35-
"@tablecheck/tablekit-react": "^3.0.9",
35+
"@tablecheck/tablekit-react": "^3.0.10",
3636
"date-fns": "2.29.3",
3737
"dayzed": "3.2.3"
3838
},

system/react-select/CHANGELOG.md

+8
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.0.10](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-06-07)
7+
8+
**Note:** Version bump only for package @tablecheck/tablekit-react-select
9+
10+
11+
12+
13+
614
## [3.0.9](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-06-05)
715

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

system/react-select/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Hook for providing tablekit styles to react-select package",
44
"license": "MIT",
55
"author": "TableCheck Inc.",
6-
"version": "3.0.9",
6+
"version": "3.0.10",
77
"keywords": [],
88
"main": "./lib/es5/index.js",
99
"module": "./lib/esm/index.js",
@@ -32,8 +32,8 @@
3232
},
3333
"devDependencies": {
3434
"@carbon/icons-react": "11.17.0",
35-
"@tablecheck/tablekit-core": "^3.0.5",
36-
"@tablecheck/tablekit-react": "^3.0.9",
35+
"@tablecheck/tablekit-core": "^3.0.6",
36+
"@tablecheck/tablekit-react": "^3.0.10",
3737
"react-select": "5.7.0"
3838
},
3939
"publishConfig": {

system/react/CHANGELOG.md

+8
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.0.10](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-06-07)
7+
8+
**Note:** Version bump only for package @tablecheck/tablekit-react
9+
10+
11+
12+
13+
614
## [3.0.9](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-06-05)
715

816

system/react/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Emotion.sh based react components for tablekit design system",
44
"license": "MIT",
55
"author": "TableCheck Inc.",
6-
"version": "3.0.9",
6+
"version": "3.0.10",
77
"keywords": [],
88
"main": "./lib/es5/index.js",
99
"module": "./lib/esm/index.js",
@@ -26,7 +26,7 @@
2626
"update:exports": "node scripts/generateIndex.mjs"
2727
},
2828
"dependencies": {
29-
"@tablecheck/tablekit-core": "^3.0.5"
29+
"@tablecheck/tablekit-core": "^3.0.6"
3030
},
3131
"peerDependencies": {
3232
"@carbon/icons-react": "11",

0 commit comments

Comments
 (0)