Skip to content

Commit

Permalink
Bump independent versions [skip ci]
Browse files Browse the repository at this point in the history
 - @tablecheck/tablekit-react@3.0.7
 - @tablecheck/tablekit-react-css@3.0.7
 - @tablecheck/tablekit-react-datepicker@3.0.7
 - @tablecheck/tablekit-react-select@3.0.7
  • Loading branch information
TableCheck CI committed Jun 4, 2024
1 parent 8149176 commit beff66b
Show file tree
Hide file tree
Showing 9 changed files with 44 additions and 30 deletions.
12 changes: 6 additions & 6 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/react-css/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# v3.0.7 (Tue Jun 04 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: form banner default icon size [#231](https://github.com/tablecheck/tablekit/pull/231) ([@SashaShostyr](https://github.com/SashaShostyr))
## [3.0.7](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-css@3.0.6...@tablecheck/tablekit-react-css@3.0.7) (2024-06-04)

#### Authors: 1

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

* form banner default icon size ([67fe6c0](https://github.com/tablecheck/tablekit/commit/67fe6c03980e55d3564fa5ebc082b33965b6097a))


---

# 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.6](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-css@3.0.5...@tablecheck/tablekit-react-css@3.0.6) (2024-06-03)

Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "3.0.7",
"keywords": [],
"main": "./lib/es5/index.js",
"module": "./lib/esm/index.js",
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.7](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-datepicker@3.0.6...@tablecheck/tablekit-react-datepicker@3.0.7) (2024-06-04)

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





## [3.0.6](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-datepicker@3.0.5...@tablecheck/tablekit-react-datepicker@3.0.6) (2024-06-03)

**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.6",
"version": "3.0.7",
"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.6",
"@tablecheck/tablekit-react": "^3.0.7",
"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.7](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-select@3.0.6...@tablecheck/tablekit-react-select@3.0.7) (2024-06-04)

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





## [3.0.6](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-select@3.0.5...@tablecheck/tablekit-react-select@3.0.6) (2024-06-03)

**Note:** Version bump only for package @tablecheck/tablekit-react-select
Expand Down
4 changes: 2 additions & 2 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.6",
"version": "3.0.7",
"keywords": [],
"main": "./lib/es5/index.js",
"module": "./lib/esm/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@carbon/icons-react": "11.17.0",
"@tablecheck/tablekit-core": "^3.0.5",
"@tablecheck/tablekit-react": "^3.0.6",
"@tablecheck/tablekit-react": "^3.0.7",
"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.7 (Tue Jun 04 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: form banner default icon size [#231](https://github.com/tablecheck/tablekit/pull/231) ([@SashaShostyr](https://github.com/SashaShostyr))
## [3.0.7](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react@3.0.6...@tablecheck/tablekit-react@3.0.7) (2024-06-04)

#### Authors: 1

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

* form banner default icon size ([67fe6c0](https://github.com/tablecheck/tablekit/commit/67fe6c03980e55d3564fa5ebc082b33965b6097a))


---

# 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.6](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react@3.0.5...@tablecheck/tablekit-react@3.0.6) (2024-06-03)

Expand Down
2 changes: 1 addition & 1 deletion 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.6",
"version": "3.0.7",
"keywords": [],
"main": "./lib/es5/index.js",
"module": "./lib/esm/index.js",
Expand Down

0 comments on commit beff66b

Please sign in to comment.