diff --git a/package-lock.json b/package-lock.json index 32397c4f..75557558 100644 --- a/package-lock.json +++ b/package-lock.json @@ -54077,7 +54077,7 @@ }, "system/core": { "name": "@tablecheck/tablekit-core", - "version": "3.0.2", + "version": "3.0.3", "license": "MIT", "dependencies": { "csstype": "3.1.1" @@ -54123,12 +54123,12 @@ }, "system/css": { "name": "@tablecheck/tablekit-css", - "version": "3.0.2", + "version": "3.0.3", "license": "ISC", "devDependencies": { "@emotion/react": "11.10.6", "@tablecheck/scripts": "2.3.9", - "@tablecheck/tablekit-core": "^3.0.2", + "@tablecheck/tablekit-core": "^3.0.3", "@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.2", + "version": "3.0.3", "license": "MIT", "dependencies": { - "@tablecheck/tablekit-core": "^3.0.2" + "@tablecheck/tablekit-core": "^3.0.3" }, "devDependencies": { "@carbon/icons-react": "11.17.0", @@ -54826,11 +54826,11 @@ }, "system/react-css": { "name": "@tablecheck/tablekit-react-css", - "version": "3.0.2", + "version": "3.0.3", "license": "MIT", "dependencies": { - "@tablecheck/tablekit-core": "^3.0.2", - "@tablecheck/tablekit-css": "^3.0.2" + "@tablecheck/tablekit-core": "^3.0.3", + "@tablecheck/tablekit-css": "^3.0.3" }, "devDependencies": { "@carbon/icons-react": "11.17.0", @@ -54848,11 +54848,11 @@ }, "system/react-datepicker": { "name": "@tablecheck/tablekit-react-datepicker", - "version": "3.0.2", + "version": "3.0.3", "license": "MIT", "devDependencies": { "@carbon/icons-react": "11.17.0", - "@tablecheck/tablekit-react": "^3.0.2", + "@tablecheck/tablekit-react": "^3.0.3", "date-fns": "2.29.3", "dayzed": "3.2.3" }, @@ -54869,12 +54869,12 @@ }, "system/react-select": { "name": "@tablecheck/tablekit-react-select", - "version": "3.0.2", + "version": "3.0.3", "license": "MIT", "devDependencies": { "@carbon/icons-react": "11.17.0", - "@tablecheck/tablekit-core": "^3.0.2", - "@tablecheck/tablekit-react": "^3.0.2", + "@tablecheck/tablekit-core": "^3.0.3", + "@tablecheck/tablekit-react": "^3.0.3", "react-select": "5.7.0" }, "peerDependencies": { diff --git a/system/core/CHANGELOG.md b/system/core/CHANGELOG.md index 4e91180b..ce9a8408 100644 --- a/system/core/CHANGELOG.md +++ b/system/core/CHANGELOG.md @@ -1,19 +1,18 @@ -# v3.0.3 (Thu May 30 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: icon button in input-append mode [#227](https://github.com/tablecheck/tablekit/pull/227) ([@SimeonC](https://github.com/SimeonC)) +## [3.0.3](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-core@3.0.2...@tablecheck/tablekit-core@3.0.3) (2024-05-30) -#### Authors: 1 -- Simeon Cheeseman ([@SimeonC](https://github.com/SimeonC)) +### Bug Fixes + +* icon button in input-append mode ([1f281a4](https://github.com/tablecheck/tablekit/commit/1f281a4171ae11f4dca11a587dbb79b6f64b8bfc)) + ---- -# 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.2](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-core@3.0.0-next.29...@tablecheck/tablekit-core@3.0.2) (2024-05-29) diff --git a/system/core/package.json b/system/core/package.json index 1cfe1467..742bfec0 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.2", + "version": "3.0.3", "keywords": [], "main": "./lib/es5/index.js", "module": "./lib/esm/index.js", diff --git a/system/css/CHANGELOG.md b/system/css/CHANGELOG.md index e91dd63a..38522cc9 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.3](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-css@3.0.2...@tablecheck/tablekit-css@3.0.3) (2024-05-30) + +**Note:** Version bump only for package @tablecheck/tablekit-css + + + + + ## [3.0.2](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-css@3.0.0-next.30...@tablecheck/tablekit-css@3.0.2) (2024-05-29) diff --git a/system/css/package.json b/system/css/package.json index 47bf2abd..08c0179b 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.2", + "version": "3.0.3", "type": "module", "keywords": [], "files": [ @@ -22,7 +22,7 @@ "devDependencies": { "@emotion/react": "11.10.6", "@tablecheck/scripts": "2.3.9", - "@tablecheck/tablekit-core": "^3.0.2", + "@tablecheck/tablekit-core": "^3.0.3", "@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 4f257e98..6d5e217a 100644 --- a/system/react-css/CHANGELOG.md +++ b/system/react-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.3](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-css@3.0.2...@tablecheck/tablekit-react-css@3.0.3) (2024-05-30) + +**Note:** Version bump only for package @tablecheck/tablekit-react-css + + + + + ## [3.0.2](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-css@3.0.0-next.30...@tablecheck/tablekit-react-css@3.0.2) (2024-05-29) diff --git a/system/react-css/package.json b/system/react-css/package.json index 468c77e5..fe0e7c38 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.2", + "version": "3.0.3", "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.2", - "@tablecheck/tablekit-css": "^3.0.2" + "@tablecheck/tablekit-core": "^3.0.3", + "@tablecheck/tablekit-css": "^3.0.3" }, "peerDependencies": { "@carbon/icons-react": "11", diff --git a/system/react-datepicker/CHANGELOG.md b/system/react-datepicker/CHANGELOG.md index 6aa74e9a..7c6f4ecc 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.3](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-datepicker@3.0.2...@tablecheck/tablekit-react-datepicker@3.0.3) (2024-05-30) + +**Note:** Version bump only for package @tablecheck/tablekit-react-datepicker + + + + + ## [3.0.2](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-datepicker@3.0.0-next.30...@tablecheck/tablekit-react-datepicker@3.0.2) (2024-05-29) diff --git a/system/react-datepicker/package.json b/system/react-datepicker/package.json index c70f1c30..0f17d045 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.2", + "version": "3.0.3", "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.2", + "@tablecheck/tablekit-react": "^3.0.3", "date-fns": "2.29.3", "dayzed": "3.2.3" }, diff --git a/system/react-select/CHANGELOG.md b/system/react-select/CHANGELOG.md index 691e48b0..9089fff5 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.3](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-select@3.0.2...@tablecheck/tablekit-react-select@3.0.3) (2024-05-30) + +**Note:** Version bump only for package @tablecheck/tablekit-react-select + + + + + ## [3.0.2](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react-select@3.0.0-next.32...@tablecheck/tablekit-react-select@3.0.2) (2024-05-29) diff --git a/system/react-select/package.json b/system/react-select/package.json index 161217b7..42b7ab28 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.2", + "version": "3.0.3", "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.2", - "@tablecheck/tablekit-react": "^3.0.2", + "@tablecheck/tablekit-core": "^3.0.3", + "@tablecheck/tablekit-react": "^3.0.3", "react-select": "5.7.0" }, "publishConfig": { diff --git a/system/react/CHANGELOG.md b/system/react/CHANGELOG.md index 1059eeff..cd559362 100644 --- a/system/react/CHANGELOG.md +++ b/system/react/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.3](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react@3.0.2...@tablecheck/tablekit-react@3.0.3) (2024-05-30) + +**Note:** Version bump only for package @tablecheck/tablekit-react + + + + + ## [3.0.2](https://github.com/tablecheck/tablekit/compare/@tablecheck/tablekit-react@3.0.0-next.29...@tablecheck/tablekit-react@3.0.2) (2024-05-29) diff --git a/system/react/package.json b/system/react/package.json index 63f9bef7..f67a04df 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.2", + "version": "3.0.3", "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.2" + "@tablecheck/tablekit-core": "^3.0.3" }, "peerDependencies": { "@carbon/icons-react": "11",