Skip to content

Commit

Permalink
Bump independent versions [skip ci]
Browse files Browse the repository at this point in the history
 - @tablecheck/[email protected]
 - @tablecheck/[email protected]
 - @tablecheck/[email protected]
 - @tablecheck/[email protected]
 - @tablecheck/[email protected]
 - @tablecheck/[email protected]
  • Loading branch information
TableCheck CI committed Jul 3, 2024
1 parent a0131ef commit 1e517a6
Show file tree
Hide file tree
Showing 13 changed files with 74 additions and 53 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 @@
# v3.0.8 (Wed Jul 03 2024)
# 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: the Badge component should be default act like an “inline” component [#236](https://github.com/tablecheck/tablekit/pull/236) ([@SimeonC](https://github.com/SimeonC))
## [3.0.8](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-07-03)

#### Authors: 1

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

* the Badge component should be default act like an “inline” component ([c8ce3a2](https://github.com/tablecheck/tablekit/commit/c8ce3a299869ea33c4dce920e808147170916738))


---

# Change Log

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

## [3.0.7](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-06-27)

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": "3.0.7",
"version": "3.0.8",
"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.

## [3.0.8](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-07-03)

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





## [3.0.7](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-06-27)

**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": "3.0.7",
"version": "3.0.8",
"type": "module",
"keywords": [],
"files": [
Expand All @@ -22,7 +22,7 @@
"devDependencies": {
"@emotion/react": "11.10.6",
"@tablecheck/scripts": "2.3.9",
"@tablecheck/tablekit-core": "^3.0.7",
"@tablecheck/tablekit-core": "^3.0.8",
"@types/fs-extra": "11.0.1",
"chalk": "5.2.0",
"cssnano": "5.1.15",
Expand Down
17 changes: 8 additions & 9 deletions system/react-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# v3.0.11 (Wed Jul 03 2024)
# 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: the Badge component should be default act like an “inline” component [#236](https://github.com/tablecheck/tablekit/pull/236) ([@SimeonC](https://github.com/SimeonC))
## [3.0.11](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-07-03)

#### Authors: 1

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

* the Badge component should be default act like an “inline” component ([c8ce3a2](https://github.com/tablecheck/tablekit/commit/c8ce3a299869ea33c4dce920e808147170916738))


---

# Change Log

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

## [3.0.10](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-06-27)

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": "3.0.10",
"version": "3.0.11",
"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": "^3.0.7",
"@tablecheck/tablekit-css": "^3.0.7"
"@tablecheck/tablekit-core": "^3.0.8",
"@tablecheck/tablekit-css": "^3.0.8"
},
"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.

## [3.0.12](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-07-03)

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





## [3.0.11](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-06-27)

**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": "3.0.11",
"version": "3.0.12",
"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": "^3.0.11",
"@tablecheck/tablekit-react": "^3.0.12",
"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.

## [3.0.12](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-07-03)

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





## [3.0.11](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-06-27)

**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": "3.0.11",
"version": "3.0.12",
"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": "^3.0.7",
"@tablecheck/tablekit-react": "^3.0.11",
"@tablecheck/tablekit-core": "^3.0.8",
"@tablecheck/tablekit-react": "^3.0.12",
"react-select": "5.7.0"
},
"publishConfig": {
Expand Down
17 changes: 8 additions & 9 deletions system/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# v3.0.12 (Wed Jul 03 2024)
# 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: the Badge component should be default act like an “inline” component [#236](https://github.com/tablecheck/tablekit/pull/236) ([@SimeonC](https://github.com/SimeonC))
## [3.0.12](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-07-03)

#### Authors: 1

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

* the Badge component should be default act like an “inline” component ([c8ce3a2](https://github.com/tablecheck/tablekit/commit/c8ce3a299869ea33c4dce920e808147170916738))


---

# Change Log

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

## [3.0.11](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-06-27)

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": "3.0.11",
"version": "3.0.12",
"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": "^3.0.7"
"@tablecheck/tablekit-core": "^3.0.8"
},
"peerDependencies": {
"@carbon/icons-react": "11",
Expand Down

0 comments on commit 1e517a6

Please sign in to comment.