From 86c7222ceceda3a71402a100ef902080713ccb85 Mon Sep 17 00:00:00 2001 From: alanbsmith Date: Wed, 22 Sep 2021 17:34:04 +0000 Subject: [PATCH] chore: Release v5.2.3 [skip ci] --- CHANGELOG.md | 7 ++++ lerna.json | 2 +- modules/codemod/package.json | 2 +- modules/css-fonts/package.json | 2 +- modules/css/action-bar/package.json | 6 +-- modules/css/badge/package.json | 2 +- modules/css/banner/package.json | 4 +- modules/css/button/package.json | 4 +- modules/css/card/package.json | 4 +- modules/css/checkbox/package.json | 6 +-- modules/css/common/package.json | 4 +- modules/css/core/package.json | 2 +- modules/css/form-field/package.json | 16 ++++---- modules/css/icon/package.json | 4 +- modules/css/layout/package.json | 4 +- modules/css/loading-animation/package.json | 4 +- modules/css/menu/package.json | 4 +- modules/css/modal/package.json | 6 +-- modules/css/package.json | 46 +++++++++++----------- modules/css/page-header/package.json | 4 +- modules/css/popup/package.json | 6 +-- modules/css/radio/package.json | 6 +-- modules/css/select/package.json | 6 +-- modules/css/table/package.json | 6 +-- modules/css/text-area/package.json | 6 +-- modules/css/text-input/package.json | 6 +-- modules/css/tooltip/package.json | 4 +- modules/docs/package.json | 4 +- modules/labs-react/package.json | 6 +-- modules/popup-stack/package.json | 2 +- modules/preview-react/package.json | 6 +-- modules/react-fonts/package.json | 2 +- modules/react/package.json | 8 ++-- 33 files changed, 104 insertions(+), 97 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b68c6284c..0e6341c868 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.3](https://github.com/Workday/canvas-kit/releases/tag/v5.2.3) (2021-09-22) + +### Components + +- fix: Update import of static states when creating labs component ([#1266](https://github.com/Workday/canvas-kit/pull/1266)) ([@mannycarrera4](https://github.com/mannycarrera4)) + + ## [v5.2.2](https://github.com/Workday/canvas-kit/releases/tag/v5.2.2) (2021-09-21) ### Components diff --git a/lerna.json b/lerna.json index 3f4cda5321..5be54dbb7c 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "modules/**" ], - "version": "5.2.2", + "version": "5.2.3", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/modules/codemod/package.json b/modules/codemod/package.json index 1279b3c6fd..3091be248d 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.2", + "version": "5.2.3", "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 66684ced42..e12742729e 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.2", + "version": "5.2.3", "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 3891626def..b63531102f 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.2", + "version": "5.2.3", "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.2", - "@workday/canvas-kit-css-core": "^5.2.2" + "@workday/canvas-kit-css-button": "^5.2.3", + "@workday/canvas-kit-css-core": "^5.2.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/badge/package.json b/modules/css/badge/package.json index 26b5e638d5..953be22ab5 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.2", + "version": "5.2.3", "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 27daa2d64e..da652cf4f4 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.2", + "version": "5.2.3", "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.2", + "@workday/canvas-kit-css-core": "^5.2.3", "@workday/canvas-system-icons-web": "1.0.41" }, "scripts": { diff --git a/modules/css/button/package.json b/modules/css/button/package.json index db21587d33..d00e5c2452 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.2", + "version": "5.2.3", "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.2", + "@workday/canvas-kit-css-core": "^5.2.3", "@workday/canvas-system-icons-web": "1.0.41" }, "scripts": { diff --git a/modules/css/card/package.json b/modules/css/card/package.json index 18dd905f14..68c6c99821 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.2", + "version": "5.2.3", "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.2" + "@workday/canvas-kit-css-core": "^5.2.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/checkbox/package.json b/modules/css/checkbox/package.json index 5f4b8ae479..5dff42de45 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.2", + "version": "5.2.3", "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.2", - "@workday/canvas-kit-css-core": "^5.2.2" + "@workday/canvas-kit-css-common": "^5.2.3", + "@workday/canvas-kit-css-core": "^5.2.3" } } diff --git a/modules/css/common/package.json b/modules/css/common/package.json index 02efb78c77..3ead307736 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.2", + "version": "5.2.3", "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.2" + "@workday/canvas-kit-css-core": "^5.2.3" } } diff --git a/modules/css/core/package.json b/modules/css/core/package.json index 2904f243ae..7411c86d86 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.2", + "version": "5.2.3", "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 30dc4fa927..937de1b943 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.2", + "version": "5.2.3", "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.2", - "@workday/canvas-kit-css-core": "^5.2.2", + "@workday/canvas-kit-css-common": "^5.2.3", + "@workday/canvas-kit-css-core": "^5.2.3", "@workday/canvas-system-icons-web": "1.0.41" }, "devDependencies": { - "@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" + "@workday/canvas-kit-css-checkbox": "^5.2.3", + "@workday/canvas-kit-css-radio": "^5.2.3", + "@workday/canvas-kit-css-select": "^5.2.3", + "@workday/canvas-kit-css-text-area": "^5.2.3", + "@workday/canvas-kit-css-text-input": "^5.2.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/icon/package.json b/modules/css/icon/package.json index b7c88ea762..6846b0dc4a 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.2", + "version": "5.2.3", "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.2", + "@workday/canvas-kit-css-core": "^5.2.3", "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 f0f2f65f34..99bc768efa 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.2", + "version": "5.2.3", "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.2" + "@workday/canvas-kit-css-core": "^5.2.3" }, "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 7f037f3dc7..93ca684242 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.2", + "version": "5.2.3", "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.2" + "@workday/canvas-kit-css-core": "^5.2.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/menu/package.json b/modules/css/menu/package.json index a73058c60e..88e47f9d92 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.2", + "version": "5.2.3", "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.2" + "@workday/canvas-kit-css-core": "^5.2.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/modal/package.json b/modules/css/modal/package.json index 4634994232..5cad79952b 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.2", + "version": "5.2.3", "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.2", - "@workday/canvas-kit-css-popup": "^5.2.2" + "@workday/canvas-kit-css-core": "^5.2.3", + "@workday/canvas-kit-css-popup": "^5.2.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/package.json b/modules/css/package.json index d96128d212..89a25332fc 100644 --- a/modules/css/package.json +++ b/modules/css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css", - "version": "5.2.2", + "version": "5.2.3", "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.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" + "@workday/canvas-kit-css-action-bar": "^5.2.3", + "@workday/canvas-kit-css-badge": "^5.2.3", + "@workday/canvas-kit-css-banner": "^5.2.3", + "@workday/canvas-kit-css-button": "^5.2.3", + "@workday/canvas-kit-css-card": "^5.2.3", + "@workday/canvas-kit-css-checkbox": "^5.2.3", + "@workday/canvas-kit-css-common": "^5.2.3", + "@workday/canvas-kit-css-core": "^5.2.3", + "@workday/canvas-kit-css-form-field": "^5.2.3", + "@workday/canvas-kit-css-icon": "^5.2.3", + "@workday/canvas-kit-css-layout": "^5.2.3", + "@workday/canvas-kit-css-loading-animation": "^5.2.3", + "@workday/canvas-kit-css-menu": "^5.2.3", + "@workday/canvas-kit-css-modal": "^5.2.3", + "@workday/canvas-kit-css-page-header": "^5.2.3", + "@workday/canvas-kit-css-popup": "^5.2.3", + "@workday/canvas-kit-css-radio": "^5.2.3", + "@workday/canvas-kit-css-select": "^5.2.3", + "@workday/canvas-kit-css-table": "^5.2.3", + "@workday/canvas-kit-css-text-area": "^5.2.3", + "@workday/canvas-kit-css-text-input": "^5.2.3", + "@workday/canvas-kit-css-tooltip": "^5.2.3" }, "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 aef2d84e48..822add6398 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.2", + "version": "5.2.3", "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.2" + "@workday/canvas-kit-css-core": "^5.2.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/popup/package.json b/modules/css/popup/package.json index 0c335bf460..11b0059b75 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.2", + "version": "5.2.3", "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.2", - "@workday/canvas-kit-css-core": "^5.2.2" + "@workday/canvas-kit-css-card": "^5.2.3", + "@workday/canvas-kit-css-core": "^5.2.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/radio/package.json b/modules/css/radio/package.json index 4c42b4e5c0..e165f986a0 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.2", + "version": "5.2.3", "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.2", - "@workday/canvas-kit-css-core": "^5.2.2" + "@workday/canvas-kit-css-common": "^5.2.3", + "@workday/canvas-kit-css-core": "^5.2.3" } } diff --git a/modules/css/select/package.json b/modules/css/select/package.json index e48445c694..e30c64aacc 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.2", + "version": "5.2.3", "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.2", - "@workday/canvas-kit-css-core": "^5.2.2" + "@workday/canvas-kit-css-common": "^5.2.3", + "@workday/canvas-kit-css-core": "^5.2.3" } } diff --git a/modules/css/table/package.json b/modules/css/table/package.json index 3b445e94ee..e7936e931e 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.2", + "version": "5.2.3", "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.2", - "@workday/canvas-kit-css-icon": "^5.2.2" + "@workday/canvas-kit-css-core": "^5.2.3", + "@workday/canvas-kit-css-icon": "^5.2.3" }, "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 7c05ce6666..10c9e26829 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.2", + "version": "5.2.3", "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.2", - "@workday/canvas-kit-css-core": "^5.2.2" + "@workday/canvas-kit-css-common": "^5.2.3", + "@workday/canvas-kit-css-core": "^5.2.3" } } diff --git a/modules/css/text-input/package.json b/modules/css/text-input/package.json index d1bdab6b0f..bac6ab1ac4 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.2", + "version": "5.2.3", "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.2", - "@workday/canvas-kit-css-core": "^5.2.2" + "@workday/canvas-kit-css-common": "^5.2.3", + "@workday/canvas-kit-css-core": "^5.2.3" } } diff --git a/modules/css/tooltip/package.json b/modules/css/tooltip/package.json index feccec7a2a..cb89ca0038 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.2", + "version": "5.2.3", "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.2" + "@workday/canvas-kit-css-core": "^5.2.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/docs/package.json b/modules/docs/package.json index 0cb281d68e..59f708396e 100644 --- a/modules/docs/package.json +++ b/modules/docs/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-docs", - "version": "5.2.2", + "version": "5.2.3", "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.2" + "@workday/canvas-kit-react": "^5.2.3" }, "devDependencies": { "fs-extra": "^10.0.0", diff --git a/modules/labs-react/package.json b/modules/labs-react/package.json index 440c603c4b..a84ea19d9e 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.2", + "version": "5.2.3", "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.2", - "@workday/canvas-kit-react": "^5.2.2", + "@workday/canvas-kit-preview-react": "^5.2.3", + "@workday/canvas-kit-react": "^5.2.3", "@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 f2793d040a..8840fd1801 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.2", + "version": "5.2.3", "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 e57c603575..67ae54b35c 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.2", + "version": "5.2.3", "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.2", + "@workday/canvas-kit-react": "^5.2.3", "@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.2" + "@workday/canvas-kit-labs-react": "^5.2.3" } } diff --git a/modules/react-fonts/package.json b/modules/react-fonts/package.json index 1d3a769c85..ced7f05746 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.2", + "version": "5.2.3", "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 7b61064a58..4bf241e423 100644 --- a/modules/react/package.json +++ b/modules/react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react", - "version": "5.2.2", + "version": "5.2.3", "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.2", - "@workday/canvas-kit-popup-stack": "^5.2.2", - "@workday/canvas-kit-preview-react": "^5.2.2", + "@workday/canvas-kit-labs-react": "^5.2.3", + "@workday/canvas-kit-popup-stack": "^5.2.3", + "@workday/canvas-kit-preview-react": "^5.2.3", "@workday/canvas-system-icons-web": "1.0.41", "@workday/design-assets-types": "^0.2.4", "chroma-js": "^2.1.0",