Skip to content

Commit 2ec8c40

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 e98d5ba commit 2ec8c40

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.1.2 (Fri Oct 11 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: rtl issues [#241](https://github.com/tablecheck/tablekit/pull/241) ([@SashaShostyr](https://github.com/SashaShostyr))
6+
## [3.1.2](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-10-11)
67

7-
#### Authors: 1
88

9-
- Alex ([@SashaShostyr](https://github.com/SashaShostyr))
9+
### Bug Fixes
10+
11+
* rtl issues ([9a12c93](https://github.com/tablecheck/tablekit/commit/9a12c934f4591fd625d5bba0a7a85bc5f7cf8691))
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.1.1](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-10-10)
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.1.1",
6+
"version": "3.1.2",
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.1.2](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-10-11)
7+
8+
**Note:** Version bump only for package @tablecheck/tablekit-css
9+
10+
11+
12+
13+
614
## [3.1.1](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-10-10)
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.1.1",
6+
"version": "3.1.2",
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.1.1",
25+
"@tablecheck/tablekit-core": "^3.1.2",
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.1.2](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-10-11)
7+
8+
**Note:** Version bump only for package @tablecheck/tablekit-react-css
9+
10+
11+
12+
13+
614
## [3.1.1](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-10-10)
715

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

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.1.1",
6+
"version": "3.1.2",
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.1.1",
30-
"@tablecheck/tablekit-css": "^3.1.1"
29+
"@tablecheck/tablekit-core": "^3.1.2",
30+
"@tablecheck/tablekit-css": "^3.1.2"
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.1.2](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-10-11)
7+
8+
**Note:** Version bump only for package @tablecheck/tablekit-react-datepicker
9+
10+
11+
12+
13+
614
## [3.1.1](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-10-10)
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.1.1",
6+
"version": "3.1.2",
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.1.1",
35+
"@tablecheck/tablekit-react": "^3.1.2",
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.1.2](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-10-11)
7+
8+
**Note:** Version bump only for package @tablecheck/tablekit-react-select
9+
10+
11+
12+
13+
614
## [3.1.1](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-10-10)
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.1.1",
6+
"version": "3.1.2",
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.1.1",
36-
"@tablecheck/tablekit-react": "^3.1.1",
35+
"@tablecheck/tablekit-core": "^3.1.2",
36+
"@tablecheck/tablekit-react": "^3.1.2",
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.1.2](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-10-11)
7+
8+
**Note:** Version bump only for package @tablecheck/tablekit-react
9+
10+
11+
12+
13+
614
## [3.1.1](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-10-10)
715

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

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.1.1",
6+
"version": "3.1.2",
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.1.1"
29+
"@tablecheck/tablekit-core": "^3.1.2"
3030
},
3131
"peerDependencies": {
3232
"@carbon/icons-react": "11",

0 commit comments

Comments
 (0)