diff --git a/CHANGELOG.md b/CHANGELOG.md index 464af0af50..1b68c6284c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [v5.2.2](https://github.com/Workday/canvas-kit/releases/tag/v5.2.2) (2021-09-21) + +### Components + +- Fix: Fix PR template to include correct category shield ([@NicholasBoll](https://github.com/NicholasBoll)) + + ## [v5.2.1](https://github.com/Workday/canvas-kit/releases/tag/v5.2.1) (2021-09-20) ### Components diff --git a/lerna.json b/lerna.json index 28c4f09644..3f4cda5321 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "modules/**" ], - "version": "5.2.1", + "version": "5.2.2", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/modules/codemod/package.json b/modules/codemod/package.json index 4405fe2e81..1279b3c6fd 100644 --- a/modules/codemod/package.json +++ b/modules/codemod/package.json @@ -2,7 +2,7 @@ "name": "@workday/canvas-kit-codemod", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", - "version": "5.2.1", + "version": "5.2.2", "description": "A collection of codemods for use on Workday Canvas Kit packages.", "main": "dist/es6/index.js", "sideEffects": false, diff --git a/modules/css-fonts/package.json b/modules/css-fonts/package.json index 0a7ca32ade..66684ced42 100644 --- a/modules/css-fonts/package.json +++ b/modules/css-fonts/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-fonts", - "version": "5.2.1", + "version": "5.2.2", "description": "Fonts for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/css/action-bar/package.json b/modules/css/action-bar/package.json index dabeea2cb5..3891626def 100644 --- a/modules/css/action-bar/package.json +++ b/modules/css/action-bar/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-action-bar", - "version": "5.2.1", + "version": "5.2.2", "description": "Action bar CSS for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,8 +16,8 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/action-bar/css" }, "dependencies": { - "@workday/canvas-kit-css-button": "^5.2.1", - "@workday/canvas-kit-css-core": "^5.2.1" + "@workday/canvas-kit-css-button": "^5.2.2", + "@workday/canvas-kit-css-core": "^5.2.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/badge/package.json b/modules/css/badge/package.json index 6185cf0fde..26b5e638d5 100644 --- a/modules/css/badge/package.json +++ b/modules/css/badge/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-badge", - "version": "5.2.1", + "version": "5.2.2", "description": "provides a summary indicator with dynamic values", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/css/banner/package.json b/modules/css/banner/package.json index c68090167c..27daa2d64e 100644 --- a/modules/css/banner/package.json +++ b/modules/css/banner/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-banner", - "version": "5.2.1", + "version": "5.2.2", "description": "Errors and alerts for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/banner/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^5.2.1", + "@workday/canvas-kit-css-core": "^5.2.2", "@workday/canvas-system-icons-web": "1.0.41" }, "scripts": { diff --git a/modules/css/button/package.json b/modules/css/button/package.json index 5b057b1062..db21587d33 100644 --- a/modules/css/button/package.json +++ b/modules/css/button/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-button", - "version": "5.2.1", + "version": "5.2.2", "description": "The button css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/button/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^5.2.1", + "@workday/canvas-kit-css-core": "^5.2.2", "@workday/canvas-system-icons-web": "1.0.41" }, "scripts": { diff --git a/modules/css/card/package.json b/modules/css/card/package.json index 093fde3ca6..18dd905f14 100644 --- a/modules/css/card/package.json +++ b/modules/css/card/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-card", - "version": "5.2.1", + "version": "5.2.2", "description": "Card CSS for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/card/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^5.2.1" + "@workday/canvas-kit-css-core": "^5.2.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/checkbox/package.json b/modules/css/checkbox/package.json index aa024c4cae..5f4b8ae479 100644 --- a/modules/css/checkbox/package.json +++ b/modules/css/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-checkbox", - "version": "5.2.1", + "version": "5.2.2", "description": "The checkbox css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -29,7 +29,7 @@ "workday" ], "dependencies": { - "@workday/canvas-kit-css-common": "^5.2.1", - "@workday/canvas-kit-css-core": "^5.2.1" + "@workday/canvas-kit-css-common": "^5.2.2", + "@workday/canvas-kit-css-core": "^5.2.2" } } diff --git a/modules/css/common/package.json b/modules/css/common/package.json index 6dd8eb781d..02efb78c77 100644 --- a/modules/css/common/package.json +++ b/modules/css/common/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-common", - "version": "5.2.1", + "version": "5.2.2", "description": "The common css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -28,6 +28,6 @@ "workday" ], "dependencies": { - "@workday/canvas-kit-css-core": "^5.2.1" + "@workday/canvas-kit-css-core": "^5.2.2" } } diff --git a/modules/css/core/package.json b/modules/css/core/package.json index 4aa675c80a..2904f243ae 100644 --- a/modules/css/core/package.json +++ b/modules/css/core/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-core", - "version": "5.2.1", + "version": "5.2.2", "description": "The core css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/css/form-field/package.json b/modules/css/form-field/package.json index ec24d2008f..30dc4fa927 100644 --- a/modules/css/form-field/package.json +++ b/modules/css/form-field/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-form-field", - "version": "5.2.1", + "version": "5.2.2", "description": "The form css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,16 +16,16 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/form-field/css" }, "dependencies": { - "@workday/canvas-kit-css-common": "^5.2.1", - "@workday/canvas-kit-css-core": "^5.2.1", + "@workday/canvas-kit-css-common": "^5.2.2", + "@workday/canvas-kit-css-core": "^5.2.2", "@workday/canvas-system-icons-web": "1.0.41" }, "devDependencies": { - "@workday/canvas-kit-css-checkbox": "^5.2.1", - "@workday/canvas-kit-css-radio": "^5.2.1", - "@workday/canvas-kit-css-select": "^5.2.1", - "@workday/canvas-kit-css-text-area": "^5.2.1", - "@workday/canvas-kit-css-text-input": "^5.2.1" + "@workday/canvas-kit-css-checkbox": "^5.2.2", + "@workday/canvas-kit-css-radio": "^5.2.2", + "@workday/canvas-kit-css-select": "^5.2.2", + "@workday/canvas-kit-css-text-area": "^5.2.2", + "@workday/canvas-kit-css-text-input": "^5.2.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/icon/package.json b/modules/css/icon/package.json index 026a5b2e93..b7c88ea762 100644 --- a/modules/css/icon/package.json +++ b/modules/css/icon/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-icon", - "version": "5.2.1", + "version": "5.2.2", "description": "Icon toolkit for Canvas kit", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -17,7 +17,7 @@ }, "dependencies": { "@workday/canvas-colors-web": "^2.0.0", - "@workday/canvas-kit-css-core": "^5.2.1", + "@workday/canvas-kit-css-core": "^5.2.2", "svg-injector": "^1.1.3", "to-slug-case": "^1.0.0" }, diff --git a/modules/css/layout/package.json b/modules/css/layout/package.json index 28fb968b06..f0f2f65f34 100644 --- a/modules/css/layout/package.json +++ b/modules/css/layout/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-layout", - "version": "5.2.1", + "version": "5.2.2", "description": "Layout css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/layout/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^5.2.1" + "@workday/canvas-kit-css-core": "^5.2.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/loading-animation/package.json b/modules/css/loading-animation/package.json index e1be1d92ac..7f037f3dc7 100644 --- a/modules/css/loading-animation/package.json +++ b/modules/css/loading-animation/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-loading-animation", - "version": "5.2.1", + "version": "5.2.2", "description": "Animations used while a page or component is loading.", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/loading-animation/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^5.2.1" + "@workday/canvas-kit-css-core": "^5.2.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/menu/package.json b/modules/css/menu/package.json index 9b335dd355..a73058c60e 100644 --- a/modules/css/menu/package.json +++ b/modules/css/menu/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-menu", - "version": "5.2.1", + "version": "5.2.2", "description": "Menu CSS for Canvas kit CSS", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/menu/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^5.2.1" + "@workday/canvas-kit-css-core": "^5.2.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/modal/package.json b/modules/css/modal/package.json index ce2c5ef1be..4634994232 100644 --- a/modules/css/modal/package.json +++ b/modules/css/modal/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-modal", - "version": "5.2.1", + "version": "5.2.2", "description": "Modal CSS for Canvas kit CSS", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,8 +16,8 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/modal/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^5.2.1", - "@workday/canvas-kit-css-popup": "^5.2.1" + "@workday/canvas-kit-css-core": "^5.2.2", + "@workday/canvas-kit-css-popup": "^5.2.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/package.json b/modules/css/package.json index 6f72cbb862..d96128d212 100644 --- a/modules/css/package.json +++ b/modules/css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css", - "version": "5.2.1", + "version": "5.2.2", "description": "The parent module that contains all Workday Canvas Kit CSS components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,28 +16,28 @@ "url": "https://github.com/Workday/canvas-kit/tree/master/modules/canvas-kit-css" }, "dependencies": { - "@workday/canvas-kit-css-action-bar": "^5.2.1", - "@workday/canvas-kit-css-badge": "^5.2.1", - "@workday/canvas-kit-css-banner": "^5.2.1", - "@workday/canvas-kit-css-button": "^5.2.1", - "@workday/canvas-kit-css-card": "^5.2.1", - "@workday/canvas-kit-css-checkbox": "^5.2.1", - "@workday/canvas-kit-css-common": "^5.2.1", - "@workday/canvas-kit-css-core": "^5.2.1", - "@workday/canvas-kit-css-form-field": "^5.2.1", - "@workday/canvas-kit-css-icon": "^5.2.1", - "@workday/canvas-kit-css-layout": "^5.2.1", - "@workday/canvas-kit-css-loading-animation": "^5.2.1", - "@workday/canvas-kit-css-menu": "^5.2.1", - "@workday/canvas-kit-css-modal": "^5.2.1", - "@workday/canvas-kit-css-page-header": "^5.2.1", - "@workday/canvas-kit-css-popup": "^5.2.1", - "@workday/canvas-kit-css-radio": "^5.2.1", - "@workday/canvas-kit-css-select": "^5.2.1", - "@workday/canvas-kit-css-table": "^5.2.1", - "@workday/canvas-kit-css-text-area": "^5.2.1", - "@workday/canvas-kit-css-text-input": "^5.2.1", - "@workday/canvas-kit-css-tooltip": "^5.2.1" + "@workday/canvas-kit-css-action-bar": "^5.2.2", + "@workday/canvas-kit-css-badge": "^5.2.2", + "@workday/canvas-kit-css-banner": "^5.2.2", + "@workday/canvas-kit-css-button": "^5.2.2", + "@workday/canvas-kit-css-card": "^5.2.2", + "@workday/canvas-kit-css-checkbox": "^5.2.2", + "@workday/canvas-kit-css-common": "^5.2.2", + "@workday/canvas-kit-css-core": "^5.2.2", + "@workday/canvas-kit-css-form-field": "^5.2.2", + "@workday/canvas-kit-css-icon": "^5.2.2", + "@workday/canvas-kit-css-layout": "^5.2.2", + "@workday/canvas-kit-css-loading-animation": "^5.2.2", + "@workday/canvas-kit-css-menu": "^5.2.2", + "@workday/canvas-kit-css-modal": "^5.2.2", + "@workday/canvas-kit-css-page-header": "^5.2.2", + "@workday/canvas-kit-css-popup": "^5.2.2", + "@workday/canvas-kit-css-radio": "^5.2.2", + "@workday/canvas-kit-css-select": "^5.2.2", + "@workday/canvas-kit-css-table": "^5.2.2", + "@workday/canvas-kit-css-text-area": "^5.2.2", + "@workday/canvas-kit-css-text-input": "^5.2.2", + "@workday/canvas-kit-css-tooltip": "^5.2.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/page-header/package.json b/modules/css/page-header/package.json index 06ae1df703..aef2d84e48 100644 --- a/modules/css/page-header/package.json +++ b/modules/css/page-header/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-page-header", - "version": "5.2.1", + "version": "5.2.2", "description": "The blue header at the top of a page to indicate page title and other details", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/page-header/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^5.2.1" + "@workday/canvas-kit-css-core": "^5.2.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/popup/package.json b/modules/css/popup/package.json index e4cb53b011..0c335bf460 100644 --- a/modules/css/popup/package.json +++ b/modules/css/popup/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-popup", - "version": "5.2.1", + "version": "5.2.2", "description": "Popup CSS for Canvas kit CSS", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,8 +16,8 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/popup/css" }, "dependencies": { - "@workday/canvas-kit-css-card": "^5.2.1", - "@workday/canvas-kit-css-core": "^5.2.1" + "@workday/canvas-kit-css-card": "^5.2.2", + "@workday/canvas-kit-css-core": "^5.2.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/radio/package.json b/modules/css/radio/package.json index df327e0678..4c42b4e5c0 100644 --- a/modules/css/radio/package.json +++ b/modules/css/radio/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-radio", - "version": "5.2.1", + "version": "5.2.2", "description": "The radio css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -29,7 +29,7 @@ "workday" ], "dependencies": { - "@workday/canvas-kit-css-common": "^5.2.1", - "@workday/canvas-kit-css-core": "^5.2.1" + "@workday/canvas-kit-css-common": "^5.2.2", + "@workday/canvas-kit-css-core": "^5.2.2" } } diff --git a/modules/css/select/package.json b/modules/css/select/package.json index c3a76b7189..e48445c694 100644 --- a/modules/css/select/package.json +++ b/modules/css/select/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-select", - "version": "5.2.1", + "version": "5.2.2", "description": "The select css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -29,7 +29,7 @@ "workday" ], "dependencies": { - "@workday/canvas-kit-css-common": "^5.2.1", - "@workday/canvas-kit-css-core": "^5.2.1" + "@workday/canvas-kit-css-common": "^5.2.2", + "@workday/canvas-kit-css-core": "^5.2.2" } } diff --git a/modules/css/table/package.json b/modules/css/table/package.json index 794c9b41ff..3b445e94ee 100644 --- a/modules/css/table/package.json +++ b/modules/css/table/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-table", - "version": "5.2.1", + "version": "5.2.2", "description": "Table CSS for Canvas kit", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,8 +16,8 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/table/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^5.2.1", - "@workday/canvas-kit-css-icon": "^5.2.1" + "@workday/canvas-kit-css-core": "^5.2.2", + "@workday/canvas-kit-css-icon": "^5.2.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/text-area/package.json b/modules/css/text-area/package.json index 73492126e4..7c05ce6666 100644 --- a/modules/css/text-area/package.json +++ b/modules/css/text-area/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-text-area", - "version": "5.2.1", + "version": "5.2.2", "description": "The text-area css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -30,7 +30,7 @@ "workday" ], "dependencies": { - "@workday/canvas-kit-css-common": "^5.2.1", - "@workday/canvas-kit-css-core": "^5.2.1" + "@workday/canvas-kit-css-common": "^5.2.2", + "@workday/canvas-kit-css-core": "^5.2.2" } } diff --git a/modules/css/text-input/package.json b/modules/css/text-input/package.json index 3cd8b680bb..d1bdab6b0f 100644 --- a/modules/css/text-input/package.json +++ b/modules/css/text-input/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-text-input", - "version": "5.2.1", + "version": "5.2.2", "description": "The text-input css for canvas-kit-css", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -30,7 +30,7 @@ "workday" ], "dependencies": { - "@workday/canvas-kit-css-common": "^5.2.1", - "@workday/canvas-kit-css-core": "^5.2.1" + "@workday/canvas-kit-css-common": "^5.2.2", + "@workday/canvas-kit-css-core": "^5.2.2" } } diff --git a/modules/css/tooltip/package.json b/modules/css/tooltip/package.json index 10ad09772c..feccec7a2a 100644 --- a/modules/css/tooltip/package.json +++ b/modules/css/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-tooltip", - "version": "5.2.1", + "version": "5.2.2", "description": "Tooltip CSS for Canvas kit CSS", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -16,7 +16,7 @@ "url": "http://github.com/Workday/canvas-kit/tree/master/modules/tooltip/css" }, "dependencies": { - "@workday/canvas-kit-css-core": "^5.2.1" + "@workday/canvas-kit-css-core": "^5.2.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/docs/package.json b/modules/docs/package.json index 792d4ea0c6..0cb281d68e 100644 --- a/modules/docs/package.json +++ b/modules/docs/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-docs", - "version": "5.2.1", + "version": "5.2.2", "description": "Documentation components of Canvas Kit components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -49,7 +49,7 @@ ], "dependencies": { "@storybook/csf": "0.0.1", - "@workday/canvas-kit-react": "^5.2.1" + "@workday/canvas-kit-react": "^5.2.2" }, "devDependencies": { "fs-extra": "^10.0.0", diff --git a/modules/labs-react/package.json b/modules/labs-react/package.json index 1d8357f82b..440c603c4b 100644 --- a/modules/labs-react/package.json +++ b/modules/labs-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-labs-react", - "version": "5.2.1", + "version": "5.2.2", "description": "Canvas Kit Labs is an incubator for new and experimental components. Since we have a rather rigorous process for getting components in at a production level, it can be valuable to make them available earlier while we continuously iterate on the API/functionality. The Labs modules allow us to do that as needed.", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -55,8 +55,8 @@ "@emotion/is-prop-valid": "^0.8.2", "@emotion/styled": "^10.0.27", "@types/uuid": "^3.4.4", - "@workday/canvas-kit-preview-react": "^5.2.1", - "@workday/canvas-kit-react": "^5.2.1", + "@workday/canvas-kit-preview-react": "^5.2.2", + "@workday/canvas-kit-react": "^5.2.2", "@workday/canvas-system-icons-web": "1.0.41", "chroma-js": "^2.1.0", "csstype": "^2.6.17", diff --git a/modules/popup-stack/package.json b/modules/popup-stack/package.json index 5103c41f18..f2793d040a 100644 --- a/modules/popup-stack/package.json +++ b/modules/popup-stack/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-popup-stack", - "version": "5.2.1", + "version": "5.2.2", "description": "Stack for managing popup UIs to coordinate global concerns like escape key handling and rendering order", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/preview-react/package.json b/modules/preview-react/package.json index 9597dc74f6..e57c603575 100644 --- a/modules/preview-react/package.json +++ b/modules/preview-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-preview-react", - "version": "5.2.1", + "version": "5.2.2", "description": "Canvas Kit Preview is made up of components that have the full design and a11y review, are part of the DS ecosystem and are approved for use in product. The API's could be subject to change, but not without strong communication and migration strategies.", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -54,7 +54,7 @@ "@emotion/core": "^10.0.28", "@emotion/styled": "^10.0.27", "@types/uuid": "^3.4.4", - "@workday/canvas-kit-react": "^5.2.1", + "@workday/canvas-kit-react": "^5.2.2", "@workday/canvas-system-icons-web": "1.0.41", "@workday/design-assets-types": "^0.2.4", "uuid": "^3.3.3" @@ -62,6 +62,6 @@ "devDependencies": { "@material-ui/core": "^4.9.7", "@workday/canvas-accent-icons-web": "^1.0.0", - "@workday/canvas-kit-labs-react": "^5.2.1" + "@workday/canvas-kit-labs-react": "^5.2.2" } } diff --git a/modules/react-fonts/package.json b/modules/react-fonts/package.json index 7930ca3cb7..1d3a769c85 100644 --- a/modules/react-fonts/package.json +++ b/modules/react-fonts/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react-fonts", - "version": "5.2.1", + "version": "5.2.2", "description": "Fonts for canvas-kit-react", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/react/package.json b/modules/react/package.json index 04a1cd912e..7b61064a58 100644 --- a/modules/react/package.json +++ b/modules/react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react", - "version": "5.2.1", + "version": "5.2.2", "description": "The parent module that contains all Workday Canvas Kit React components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -57,9 +57,9 @@ "@popperjs/core": "^2.5.4", "@workday/canvas-colors-web": "^2.0.0", "@workday/canvas-depth-web": "^0.16.4", - "@workday/canvas-kit-labs-react": "^5.2.1", - "@workday/canvas-kit-popup-stack": "^5.2.1", - "@workday/canvas-kit-preview-react": "^5.2.1", + "@workday/canvas-kit-labs-react": "^5.2.2", + "@workday/canvas-kit-popup-stack": "^5.2.2", + "@workday/canvas-kit-preview-react": "^5.2.2", "@workday/canvas-system-icons-web": "1.0.41", "@workday/design-assets-types": "^0.2.4", "chroma-js": "^2.1.0",