From 735c60ddf52268f643c72ceb915e896906f74bcc Mon Sep 17 00:00:00 2001 From: workday-canvas-kit Date: Tue, 23 Nov 2021 18:48:11 +0000 Subject: [PATCH] chore: Release v6.0.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 f3831a4de7..af53d46dd8 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. +## [v6.0.3](https://github.com/Workday/canvas-kit/releases/tag/v6.0.3) (2021-11-23) + +### Components + +- fix(tabs): Fix focusability of the More button ([#1350](https://github.com/Workday/canvas-kit/pull/1350)) ([@NicholasBoll](https://github.com/NicholasBoll)) + + ## [v6.0.2](https://github.com/Workday/canvas-kit/releases/tag/v6.0.2) (2021-11-22) diff --git a/lerna.json b/lerna.json index a02a7b0cee..25de7346e1 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "modules/**" ], - "version": "6.0.2", + "version": "6.0.3", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/modules/codemod/package.json b/modules/codemod/package.json index 6938f214c3..051375ebf4 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": "6.0.2", + "version": "6.0.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 5c215a48aa..23106ec33a 100644 --- a/modules/css-fonts/package.json +++ b/modules/css-fonts/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-fonts", - "version": "6.0.2", + "version": "6.0.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 9772573d69..c38a33d9cb 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": "6.0.2", + "version": "6.0.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": "^6.0.2", - "@workday/canvas-kit-css-core": "^6.0.2" + "@workday/canvas-kit-css-button": "^6.0.3", + "@workday/canvas-kit-css-core": "^6.0.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 0af043b744..583376c3a4 100644 --- a/modules/css/badge/package.json +++ b/modules/css/badge/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-badge", - "version": "6.0.2", + "version": "6.0.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 a8f17c6c5c..dc8e101dea 100644 --- a/modules/css/banner/package.json +++ b/modules/css/banner/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-banner", - "version": "6.0.2", + "version": "6.0.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": "^6.0.2", + "@workday/canvas-kit-css-core": "^6.0.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 d1f4290e80..7eac186b8c 100644 --- a/modules/css/button/package.json +++ b/modules/css/button/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-button", - "version": "6.0.2", + "version": "6.0.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": "^6.0.2", + "@workday/canvas-kit-css-core": "^6.0.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 c916c9177d..b031b6afb8 100644 --- a/modules/css/card/package.json +++ b/modules/css/card/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-card", - "version": "6.0.2", + "version": "6.0.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": "^6.0.2" + "@workday/canvas-kit-css-core": "^6.0.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 0bc97db88a..3867cb828e 100644 --- a/modules/css/checkbox/package.json +++ b/modules/css/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-checkbox", - "version": "6.0.2", + "version": "6.0.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": "^6.0.2", - "@workday/canvas-kit-css-core": "^6.0.2" + "@workday/canvas-kit-css-common": "^6.0.3", + "@workday/canvas-kit-css-core": "^6.0.3" } } diff --git a/modules/css/common/package.json b/modules/css/common/package.json index 94d20ec3b3..92b90d78cb 100644 --- a/modules/css/common/package.json +++ b/modules/css/common/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-common", - "version": "6.0.2", + "version": "6.0.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": "^6.0.2" + "@workday/canvas-kit-css-core": "^6.0.3" } } diff --git a/modules/css/core/package.json b/modules/css/core/package.json index 8b03319c78..fda8939803 100644 --- a/modules/css/core/package.json +++ b/modules/css/core/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-core", - "version": "6.0.2", + "version": "6.0.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 77c39aa61d..1bd5a799e1 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": "6.0.2", + "version": "6.0.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": "^6.0.2", - "@workday/canvas-kit-css-core": "^6.0.2", + "@workday/canvas-kit-css-common": "^6.0.3", + "@workday/canvas-kit-css-core": "^6.0.3", "@workday/canvas-system-icons-web": "1.0.41" }, "devDependencies": { - "@workday/canvas-kit-css-checkbox": "^6.0.2", - "@workday/canvas-kit-css-radio": "^6.0.2", - "@workday/canvas-kit-css-select": "^6.0.2", - "@workday/canvas-kit-css-text-area": "^6.0.2", - "@workday/canvas-kit-css-text-input": "^6.0.2" + "@workday/canvas-kit-css-checkbox": "^6.0.3", + "@workday/canvas-kit-css-radio": "^6.0.3", + "@workday/canvas-kit-css-select": "^6.0.3", + "@workday/canvas-kit-css-text-area": "^6.0.3", + "@workday/canvas-kit-css-text-input": "^6.0.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 6e58527642..b8d34c89f8 100644 --- a/modules/css/icon/package.json +++ b/modules/css/icon/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-icon", - "version": "6.0.2", + "version": "6.0.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": "^6.0.2", + "@workday/canvas-kit-css-core": "^6.0.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 f30dcc23df..ba2cf7ffbe 100644 --- a/modules/css/layout/package.json +++ b/modules/css/layout/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-layout", - "version": "6.0.2", + "version": "6.0.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": "^6.0.2" + "@workday/canvas-kit-css-core": "^6.0.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 92a20265fb..644fa78f05 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": "6.0.2", + "version": "6.0.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": "^6.0.2" + "@workday/canvas-kit-css-core": "^6.0.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 5e7c45eac2..309f9b86e5 100644 --- a/modules/css/menu/package.json +++ b/modules/css/menu/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-menu", - "version": "6.0.2", + "version": "6.0.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": "^6.0.2" + "@workday/canvas-kit-css-core": "^6.0.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 e20cfb597a..f84090cbc7 100644 --- a/modules/css/modal/package.json +++ b/modules/css/modal/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-modal", - "version": "6.0.2", + "version": "6.0.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": "^6.0.2", - "@workday/canvas-kit-css-popup": "^6.0.2" + "@workday/canvas-kit-css-core": "^6.0.3", + "@workday/canvas-kit-css-popup": "^6.0.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/package.json b/modules/css/package.json index f9c50fc126..c765877484 100644 --- a/modules/css/package.json +++ b/modules/css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css", - "version": "6.0.2", + "version": "6.0.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": "^6.0.2", - "@workday/canvas-kit-css-badge": "^6.0.2", - "@workday/canvas-kit-css-banner": "^6.0.2", - "@workday/canvas-kit-css-button": "^6.0.2", - "@workday/canvas-kit-css-card": "^6.0.2", - "@workday/canvas-kit-css-checkbox": "^6.0.2", - "@workday/canvas-kit-css-common": "^6.0.2", - "@workday/canvas-kit-css-core": "^6.0.2", - "@workday/canvas-kit-css-form-field": "^6.0.2", - "@workday/canvas-kit-css-icon": "^6.0.2", - "@workday/canvas-kit-css-layout": "^6.0.2", - "@workday/canvas-kit-css-loading-animation": "^6.0.2", - "@workday/canvas-kit-css-menu": "^6.0.2", - "@workday/canvas-kit-css-modal": "^6.0.2", - "@workday/canvas-kit-css-page-header": "^6.0.2", - "@workday/canvas-kit-css-popup": "^6.0.2", - "@workday/canvas-kit-css-radio": "^6.0.2", - "@workday/canvas-kit-css-select": "^6.0.2", - "@workday/canvas-kit-css-table": "^6.0.2", - "@workday/canvas-kit-css-text-area": "^6.0.2", - "@workday/canvas-kit-css-text-input": "^6.0.2", - "@workday/canvas-kit-css-tooltip": "^6.0.2" + "@workday/canvas-kit-css-action-bar": "^6.0.3", + "@workday/canvas-kit-css-badge": "^6.0.3", + "@workday/canvas-kit-css-banner": "^6.0.3", + "@workday/canvas-kit-css-button": "^6.0.3", + "@workday/canvas-kit-css-card": "^6.0.3", + "@workday/canvas-kit-css-checkbox": "^6.0.3", + "@workday/canvas-kit-css-common": "^6.0.3", + "@workday/canvas-kit-css-core": "^6.0.3", + "@workday/canvas-kit-css-form-field": "^6.0.3", + "@workday/canvas-kit-css-icon": "^6.0.3", + "@workday/canvas-kit-css-layout": "^6.0.3", + "@workday/canvas-kit-css-loading-animation": "^6.0.3", + "@workday/canvas-kit-css-menu": "^6.0.3", + "@workday/canvas-kit-css-modal": "^6.0.3", + "@workday/canvas-kit-css-page-header": "^6.0.3", + "@workday/canvas-kit-css-popup": "^6.0.3", + "@workday/canvas-kit-css-radio": "^6.0.3", + "@workday/canvas-kit-css-select": "^6.0.3", + "@workday/canvas-kit-css-table": "^6.0.3", + "@workday/canvas-kit-css-text-area": "^6.0.3", + "@workday/canvas-kit-css-text-input": "^6.0.3", + "@workday/canvas-kit-css-tooltip": "^6.0.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 628c8edd0f..b256d6db62 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": "6.0.2", + "version": "6.0.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": "^6.0.2" + "@workday/canvas-kit-css-core": "^6.0.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 78385a23ed..e80ace1385 100644 --- a/modules/css/popup/package.json +++ b/modules/css/popup/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-popup", - "version": "6.0.2", + "version": "6.0.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": "^6.0.2", - "@workday/canvas-kit-css-core": "^6.0.2" + "@workday/canvas-kit-css-card": "^6.0.3", + "@workday/canvas-kit-css-core": "^6.0.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 857819293f..cf558338c6 100644 --- a/modules/css/radio/package.json +++ b/modules/css/radio/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-radio", - "version": "6.0.2", + "version": "6.0.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": "^6.0.2", - "@workday/canvas-kit-css-core": "^6.0.2" + "@workday/canvas-kit-css-common": "^6.0.3", + "@workday/canvas-kit-css-core": "^6.0.3" } } diff --git a/modules/css/select/package.json b/modules/css/select/package.json index fd1fd68cf8..3c7097ebe1 100644 --- a/modules/css/select/package.json +++ b/modules/css/select/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-select", - "version": "6.0.2", + "version": "6.0.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": "^6.0.2", - "@workday/canvas-kit-css-core": "^6.0.2" + "@workday/canvas-kit-css-common": "^6.0.3", + "@workday/canvas-kit-css-core": "^6.0.3" } } diff --git a/modules/css/table/package.json b/modules/css/table/package.json index a4bb746899..83ae9bb671 100644 --- a/modules/css/table/package.json +++ b/modules/css/table/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-table", - "version": "6.0.2", + "version": "6.0.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": "^6.0.2", - "@workday/canvas-kit-css-icon": "^6.0.2" + "@workday/canvas-kit-css-core": "^6.0.3", + "@workday/canvas-kit-css-icon": "^6.0.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 5e55f3ff81..c56ae3f55a 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": "6.0.2", + "version": "6.0.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": "^6.0.2", - "@workday/canvas-kit-css-core": "^6.0.2" + "@workday/canvas-kit-css-common": "^6.0.3", + "@workday/canvas-kit-css-core": "^6.0.3" } } diff --git a/modules/css/text-input/package.json b/modules/css/text-input/package.json index 184cff50a8..b01fbdb17e 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": "6.0.2", + "version": "6.0.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": "^6.0.2", - "@workday/canvas-kit-css-core": "^6.0.2" + "@workday/canvas-kit-css-common": "^6.0.3", + "@workday/canvas-kit-css-core": "^6.0.3" } } diff --git a/modules/css/tooltip/package.json b/modules/css/tooltip/package.json index 0f8e9a6010..ef370c13d3 100644 --- a/modules/css/tooltip/package.json +++ b/modules/css/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-tooltip", - "version": "6.0.2", + "version": "6.0.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": "^6.0.2" + "@workday/canvas-kit-css-core": "^6.0.3" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/docs/package.json b/modules/docs/package.json index b5231094ea..7600903684 100644 --- a/modules/docs/package.json +++ b/modules/docs/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-docs", - "version": "6.0.2", + "version": "6.0.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": "^6.0.2" + "@workday/canvas-kit-react": "^6.0.3" }, "devDependencies": { "fs-extra": "^10.0.0", diff --git a/modules/labs-react/package.json b/modules/labs-react/package.json index 114b32037b..f64d06d403 100644 --- a/modules/labs-react/package.json +++ b/modules/labs-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-labs-react", - "version": "6.0.2", + "version": "6.0.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": "^6.0.2", - "@workday/canvas-kit-react": "^6.0.2", + "@workday/canvas-kit-preview-react": "^6.0.3", + "@workday/canvas-kit-react": "^6.0.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 e3175797eb..1745aaa8c0 100644 --- a/modules/popup-stack/package.json +++ b/modules/popup-stack/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-popup-stack", - "version": "6.0.2", + "version": "6.0.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 3c9d0eb8fd..a787fc3ead 100644 --- a/modules/preview-react/package.json +++ b/modules/preview-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-preview-react", - "version": "6.0.2", + "version": "6.0.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,13 +54,13 @@ "@emotion/core": "^10.0.28", "@emotion/styled": "^10.0.27", "@types/uuid": "^3.4.4", - "@workday/canvas-kit-react": "^6.0.2", + "@workday/canvas-kit-react": "^6.0.3", "@workday/canvas-system-icons-web": "1.0.41", "@workday/design-assets-types": "^0.2.4", "uuid": "^3.3.3" }, "devDependencies": { "@workday/canvas-accent-icons-web": "^1.0.0", - "@workday/canvas-kit-labs-react": "^6.0.2" + "@workday/canvas-kit-labs-react": "^6.0.3" } } diff --git a/modules/react-fonts/package.json b/modules/react-fonts/package.json index b9df94c4c6..45606bd9d0 100644 --- a/modules/react-fonts/package.json +++ b/modules/react-fonts/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react-fonts", - "version": "6.0.2", + "version": "6.0.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 558917a001..9d07dca2b4 100644 --- a/modules/react/package.json +++ b/modules/react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react", - "version": "6.0.2", + "version": "6.0.3", "description": "The parent module that contains all Workday Canvas Kit React components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -56,9 +56,9 @@ "@emotion/styled": "^10.0.27", "@popperjs/core": "^2.5.4", "@workday/canvas-colors-web": "^2.0.0", - "@workday/canvas-kit-labs-react": "^6.0.2", - "@workday/canvas-kit-popup-stack": "^6.0.2", - "@workday/canvas-kit-preview-react": "^6.0.2", + "@workday/canvas-kit-labs-react": "^6.0.3", + "@workday/canvas-kit-popup-stack": "^6.0.3", + "@workday/canvas-kit-preview-react": "^6.0.3", "@workday/canvas-system-icons-web": "1.0.41", "@workday/design-assets-types": "^0.2.4", "chroma-js": "^2.1.0",