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 May 31, 2024
1 parent 7678ceb commit 93ec750
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.5 (Fri May 31 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.

- feat: add form banner component [#228](https://github.com/tablecheck/tablekit/pull/228) ([@SashaShostyr](https://github.com/SashaShostyr))
## [3.0.5](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-05-31)

#### Authors: 1

- Alex ([@SashaShostyr](https://github.com/SashaShostyr))
### Features

* add form banner component ([46208da](https://github.com/tablecheck/tablekit/commit/46208daa111e9e4e0d9d954ea0a491b800458193))


---

# 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.4](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-05-31)

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.4",
"version": "3.0.5",
"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.5](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-05-31)

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





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

**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.4",
"version": "3.0.5",
"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.4",
"@tablecheck/tablekit-core": "^3.0.5",
"@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.5 (Fri May 31 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.

- feat: add form banner component [#228](https://github.com/tablecheck/tablekit/pull/228) ([@SashaShostyr](https://github.com/SashaShostyr))
## [3.0.5](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-05-31)

#### Authors: 1

- Alex ([@SashaShostyr](https://github.com/SashaShostyr))
### Features

* add form banner component ([46208da](https://github.com/tablecheck/tablekit/commit/46208daa111e9e4e0d9d954ea0a491b800458193))


---

# 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.4](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-05-31)

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.4",
"version": "3.0.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": "^3.0.4",
"@tablecheck/tablekit-css": "^3.0.4"
"@tablecheck/tablekit-core": "^3.0.5",
"@tablecheck/tablekit-css": "^3.0.5"
},
"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.5](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-05-31)

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





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

**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.4",
"version": "3.0.5",
"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.4",
"@tablecheck/tablekit-react": "^3.0.5",
"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.5](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-05-31)

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





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

**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.4",
"version": "3.0.5",
"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.4",
"@tablecheck/tablekit-react": "^3.0.4",
"@tablecheck/tablekit-core": "^3.0.5",
"@tablecheck/tablekit-react": "^3.0.5",
"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.5 (Fri May 31 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.

- feat: add form banner component [#228](https://github.com/tablecheck/tablekit/pull/228) ([@SashaShostyr](https://github.com/SashaShostyr))
## [3.0.5](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-05-31)

#### Authors: 1

- Alex ([@SashaShostyr](https://github.com/SashaShostyr))
### Features

* add form banner component ([46208da](https://github.com/tablecheck/tablekit/commit/46208daa111e9e4e0d9d954ea0a491b800458193))


---

# 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.4](https://github.com/tablecheck/tablekit/compare/@tablecheck/[email protected]...@tablecheck/[email protected]) (2024-05-31)

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.4",
"version": "3.0.5",
"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.4"
"@tablecheck/tablekit-core": "^3.0.5"
},
"peerDependencies": {
"@carbon/icons-react": "11",
Expand Down

0 comments on commit 93ec750

Please sign in to comment.