diff --git a/package-lock.json b/package-lock.json index 57858a95..aa30bd82 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54077,7 +54077,7 @@ }, "system/core": { "name": "@tablecheck/tablekit-core", - "version": "3.0.7", + "version": "3.0.8", "license": "MIT", "dependencies": { "csstype": "3.1.1" @@ -54123,12 +54123,12 @@ }, "system/css": { "name": "@tablecheck/tablekit-css", - "version": "3.0.7", + "version": "3.0.8", "license": "ISC", "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", @@ -54803,10 +54803,10 @@ }, "system/react": { "name": "@tablecheck/tablekit-react", - "version": "3.0.11", + "version": "3.0.12", "license": "MIT", "dependencies": { - "@tablecheck/tablekit-core": "^3.0.7" + "@tablecheck/tablekit-core": "^3.0.8" }, "devDependencies": { "@carbon/icons-react": "11.17.0", @@ -54826,11 +54826,11 @@ }, "system/react-css": { "name": "@tablecheck/tablekit-react-css", - "version": "3.0.10", + "version": "3.0.11", "license": "MIT", "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" }, "devDependencies": { "@carbon/icons-react": "11.17.0", @@ -54848,11 +54848,11 @@ }, "system/react-datepicker": { "name": "@tablecheck/tablekit-react-datepicker", - "version": "3.0.11", + "version": "3.0.12", "license": "MIT", "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" }, @@ -54869,12 +54869,12 @@ }, "system/react-select": { "name": "@tablecheck/tablekit-react-select", - "version": "3.0.11", + "version": "3.0.12", "license": "MIT", "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" }, "peerDependencies": { diff --git a/system/core/CHANGELOG.md b/system/core/CHANGELOG.md index c182846e..e3d5bffe 100644 --- a/system/core/CHANGELOG.md +++ b/system/core/CHANGELOG.md @@ -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/tablekit-core@3.0.7...@tablecheck/tablekit-core@3.0.8) (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/tablekit-core@3.0.6...@tablecheck/tablekit-core@3.0.7) (2024-06-27) diff --git a/system/core/package.json b/system/core/package.json index 105f557c..72c48b4c 100644 --- a/system/core/package.json +++ b/system/core/package.json @@ -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", diff --git a/system/css/CHANGELOG.md b/system/css/CHANGELOG.md index 94e4681d..7ffd5c57 100644 --- a/system/css/CHANGELOG.md +++ b/system/css/CHANGELOG.md @@ -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/tablekit-css@3.0.7...@tablecheck/tablekit-css@3.0.8) (2024-07-03) + +**Note:** Version bump only for package @tablecheck/tablekit-css + + + + + ## [3.0.7](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-css@3.0.6...@tablecheck/tablekit-css@3.0.7) (2024-06-27) **Note:** Version bump only for package @tablecheck/tablekit-css diff --git a/system/css/package.json b/system/css/package.json index 5690b830..459a47a3 100644 --- a/system/css/package.json +++ b/system/css/package.json @@ -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": [ @@ -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", diff --git a/system/react-css/CHANGELOG.md b/system/react-css/CHANGELOG.md index 2e43e97b..3c0dbefd 100644 --- a/system/react-css/CHANGELOG.md +++ b/system/react-css/CHANGELOG.md @@ -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/tablekit-react-css@3.0.10...@tablecheck/tablekit-react-css@3.0.11) (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/tablekit-react-css@3.0.9...@tablecheck/tablekit-react-css@3.0.10) (2024-06-27) diff --git a/system/react-css/package.json b/system/react-css/package.json index 0a4f8cef..3c664571 100644 --- a/system/react-css/package.json +++ b/system/react-css/package.json @@ -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", @@ -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", diff --git a/system/react-datepicker/CHANGELOG.md b/system/react-datepicker/CHANGELOG.md index 772f8c5a..fb4ba73c 100644 --- a/system/react-datepicker/CHANGELOG.md +++ b/system/react-datepicker/CHANGELOG.md @@ -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/tablekit-react-datepicker@3.0.11...@tablecheck/tablekit-react-datepicker@3.0.12) (2024-07-03) + +**Note:** Version bump only for package @tablecheck/tablekit-react-datepicker + + + + + ## [3.0.11](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-datepicker@3.0.10...@tablecheck/tablekit-react-datepicker@3.0.11) (2024-06-27) **Note:** Version bump only for package @tablecheck/tablekit-react-datepicker diff --git a/system/react-datepicker/package.json b/system/react-datepicker/package.json index 66d47952..d4e0d3a8 100644 --- a/system/react-datepicker/package.json +++ b/system/react-datepicker/package.json @@ -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", @@ -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" }, diff --git a/system/react-select/CHANGELOG.md b/system/react-select/CHANGELOG.md index 069dd40b..6394e4db 100644 --- a/system/react-select/CHANGELOG.md +++ b/system/react-select/CHANGELOG.md @@ -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/tablekit-react-select@3.0.11...@tablecheck/tablekit-react-select@3.0.12) (2024-07-03) + +**Note:** Version bump only for package @tablecheck/tablekit-react-select + + + + + ## [3.0.11](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-select@3.0.10...@tablecheck/tablekit-react-select@3.0.11) (2024-06-27) **Note:** Version bump only for package @tablecheck/tablekit-react-select diff --git a/system/react-select/package.json b/system/react-select/package.json index d023eed6..0c204cc4 100644 --- a/system/react-select/package.json +++ b/system/react-select/package.json @@ -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", @@ -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": { diff --git a/system/react/CHANGELOG.md b/system/react/CHANGELOG.md index ace014e3..541ea3d3 100644 --- a/system/react/CHANGELOG.md +++ b/system/react/CHANGELOG.md @@ -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/tablekit-react@3.0.11...@tablecheck/tablekit-react@3.0.12) (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/tablekit-react@3.0.10...@tablecheck/tablekit-react@3.0.11) (2024-06-27) diff --git a/system/react/package.json b/system/react/package.json index 8d640447..bddb01b9 100644 --- a/system/react/package.json +++ b/system/react/package.json @@ -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", @@ -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",