From 9ad89e3b25b61aec6487974fe02c0bc53c5a04ea Mon Sep 17 00:00:00 2001 From: workday-canvas-kit Date: Mon, 22 Nov 2021 18:26:28 +0000 Subject: [PATCH] chore: Release v6.0.2 [skip ci] --- CHANGELOG.md | 5 +++ 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, 102 insertions(+), 97 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da7a21aa35..f3831a4de7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [v6.0.2](https://github.com/Workday/canvas-kit/releases/tag/v6.0.2) (2021-11-22) + + + + ## [v6.0.1](https://github.com/Workday/canvas-kit/releases/tag/v6.0.1) (2021-11-17) ### Infrastructure diff --git a/lerna.json b/lerna.json index 6f2f4aafad..a02a7b0cee 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "modules/**" ], - "version": "6.0.1", + "version": "6.0.2", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/modules/codemod/package.json b/modules/codemod/package.json index 3d0c5a4e00..6938f214c3 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.1", + "version": "6.0.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 207bd882ca..5c215a48aa 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.1", + "version": "6.0.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 df8a98c768..9772573d69 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.1", + "version": "6.0.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": "^6.0.1", - "@workday/canvas-kit-css-core": "^6.0.1" + "@workday/canvas-kit-css-button": "^6.0.2", + "@workday/canvas-kit-css-core": "^6.0.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 4c5c98db27..0af043b744 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.1", + "version": "6.0.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 3220fe2e9b..a8f17c6c5c 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.1", + "version": "6.0.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": "^6.0.1", + "@workday/canvas-kit-css-core": "^6.0.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 152767705b..d1f4290e80 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.1", + "version": "6.0.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": "^6.0.1", + "@workday/canvas-kit-css-core": "^6.0.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 1d8b47c2a6..c916c9177d 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.1", + "version": "6.0.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": "^6.0.1" + "@workday/canvas-kit-css-core": "^6.0.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 a8a23adc66..0bc97db88a 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.1", + "version": "6.0.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": "^6.0.1", - "@workday/canvas-kit-css-core": "^6.0.1" + "@workday/canvas-kit-css-common": "^6.0.2", + "@workday/canvas-kit-css-core": "^6.0.2" } } diff --git a/modules/css/common/package.json b/modules/css/common/package.json index ace4e173cd..94d20ec3b3 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.1", + "version": "6.0.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": "^6.0.1" + "@workday/canvas-kit-css-core": "^6.0.2" } } diff --git a/modules/css/core/package.json b/modules/css/core/package.json index f4e1f651fa..8b03319c78 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.1", + "version": "6.0.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 2651f7d651..77c39aa61d 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.1", + "version": "6.0.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": "^6.0.1", - "@workday/canvas-kit-css-core": "^6.0.1", + "@workday/canvas-kit-css-common": "^6.0.2", + "@workday/canvas-kit-css-core": "^6.0.2", "@workday/canvas-system-icons-web": "1.0.41" }, "devDependencies": { - "@workday/canvas-kit-css-checkbox": "^6.0.1", - "@workday/canvas-kit-css-radio": "^6.0.1", - "@workday/canvas-kit-css-select": "^6.0.1", - "@workday/canvas-kit-css-text-area": "^6.0.1", - "@workday/canvas-kit-css-text-input": "^6.0.1" + "@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" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/icon/package.json b/modules/css/icon/package.json index 1f6ff13698..6e58527642 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.1", + "version": "6.0.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": "^6.0.1", + "@workday/canvas-kit-css-core": "^6.0.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 68b54562af..f30dcc23df 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.1", + "version": "6.0.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": "^6.0.1" + "@workday/canvas-kit-css-core": "^6.0.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 2f2c7af56f..92a20265fb 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.1", + "version": "6.0.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": "^6.0.1" + "@workday/canvas-kit-css-core": "^6.0.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 c6c1242aec..5e7c45eac2 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.1", + "version": "6.0.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": "^6.0.1" + "@workday/canvas-kit-css-core": "^6.0.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 3ecd458862..e20cfb597a 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.1", + "version": "6.0.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": "^6.0.1", - "@workday/canvas-kit-css-popup": "^6.0.1" + "@workday/canvas-kit-css-core": "^6.0.2", + "@workday/canvas-kit-css-popup": "^6.0.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/package.json b/modules/css/package.json index 5f83e8abfd..f9c50fc126 100644 --- a/modules/css/package.json +++ b/modules/css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css", - "version": "6.0.1", + "version": "6.0.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": "^6.0.1", - "@workday/canvas-kit-css-badge": "^6.0.1", - "@workday/canvas-kit-css-banner": "^6.0.1", - "@workday/canvas-kit-css-button": "^6.0.1", - "@workday/canvas-kit-css-card": "^6.0.1", - "@workday/canvas-kit-css-checkbox": "^6.0.1", - "@workday/canvas-kit-css-common": "^6.0.1", - "@workday/canvas-kit-css-core": "^6.0.1", - "@workday/canvas-kit-css-form-field": "^6.0.1", - "@workday/canvas-kit-css-icon": "^6.0.1", - "@workday/canvas-kit-css-layout": "^6.0.1", - "@workday/canvas-kit-css-loading-animation": "^6.0.1", - "@workday/canvas-kit-css-menu": "^6.0.1", - "@workday/canvas-kit-css-modal": "^6.0.1", - "@workday/canvas-kit-css-page-header": "^6.0.1", - "@workday/canvas-kit-css-popup": "^6.0.1", - "@workday/canvas-kit-css-radio": "^6.0.1", - "@workday/canvas-kit-css-select": "^6.0.1", - "@workday/canvas-kit-css-table": "^6.0.1", - "@workday/canvas-kit-css-text-area": "^6.0.1", - "@workday/canvas-kit-css-text-input": "^6.0.1", - "@workday/canvas-kit-css-tooltip": "^6.0.1" + "@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" }, "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 51b09427f9..628c8edd0f 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.1", + "version": "6.0.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": "^6.0.1" + "@workday/canvas-kit-css-core": "^6.0.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 e7edd9e7f3..78385a23ed 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.1", + "version": "6.0.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": "^6.0.1", - "@workday/canvas-kit-css-core": "^6.0.1" + "@workday/canvas-kit-css-card": "^6.0.2", + "@workday/canvas-kit-css-core": "^6.0.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 aa47eb1031..857819293f 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.1", + "version": "6.0.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": "^6.0.1", - "@workday/canvas-kit-css-core": "^6.0.1" + "@workday/canvas-kit-css-common": "^6.0.2", + "@workday/canvas-kit-css-core": "^6.0.2" } } diff --git a/modules/css/select/package.json b/modules/css/select/package.json index d827cd2371..fd1fd68cf8 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.1", + "version": "6.0.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": "^6.0.1", - "@workday/canvas-kit-css-core": "^6.0.1" + "@workday/canvas-kit-css-common": "^6.0.2", + "@workday/canvas-kit-css-core": "^6.0.2" } } diff --git a/modules/css/table/package.json b/modules/css/table/package.json index a094cfe079..a4bb746899 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.1", + "version": "6.0.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": "^6.0.1", - "@workday/canvas-kit-css-icon": "^6.0.1" + "@workday/canvas-kit-css-core": "^6.0.2", + "@workday/canvas-kit-css-icon": "^6.0.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 697ff5be16..5e55f3ff81 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.1", + "version": "6.0.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": "^6.0.1", - "@workday/canvas-kit-css-core": "^6.0.1" + "@workday/canvas-kit-css-common": "^6.0.2", + "@workday/canvas-kit-css-core": "^6.0.2" } } diff --git a/modules/css/text-input/package.json b/modules/css/text-input/package.json index 2ba17a9874..184cff50a8 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.1", + "version": "6.0.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": "^6.0.1", - "@workday/canvas-kit-css-core": "^6.0.1" + "@workday/canvas-kit-css-common": "^6.0.2", + "@workday/canvas-kit-css-core": "^6.0.2" } } diff --git a/modules/css/tooltip/package.json b/modules/css/tooltip/package.json index 09fdab2851..0f8e9a6010 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.1", + "version": "6.0.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": "^6.0.1" + "@workday/canvas-kit-css-core": "^6.0.2" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/docs/package.json b/modules/docs/package.json index e60fffb7a8..b5231094ea 100644 --- a/modules/docs/package.json +++ b/modules/docs/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-docs", - "version": "6.0.1", + "version": "6.0.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": "^6.0.1" + "@workday/canvas-kit-react": "^6.0.2" }, "devDependencies": { "fs-extra": "^10.0.0", diff --git a/modules/labs-react/package.json b/modules/labs-react/package.json index b88388412b..114b32037b 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.1", + "version": "6.0.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": "^6.0.1", - "@workday/canvas-kit-react": "^6.0.1", + "@workday/canvas-kit-preview-react": "^6.0.2", + "@workday/canvas-kit-react": "^6.0.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 e9a2d1058b..e3175797eb 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.1", + "version": "6.0.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 f604b5afb9..3c9d0eb8fd 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.1", + "version": "6.0.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,13 +54,13 @@ "@emotion/core": "^10.0.28", "@emotion/styled": "^10.0.27", "@types/uuid": "^3.4.4", - "@workday/canvas-kit-react": "^6.0.1", + "@workday/canvas-kit-react": "^6.0.2", "@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.1" + "@workday/canvas-kit-labs-react": "^6.0.2" } } diff --git a/modules/react-fonts/package.json b/modules/react-fonts/package.json index e2eb959cc1..b9df94c4c6 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.1", + "version": "6.0.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 f0c54b4b1d..558917a001 100644 --- a/modules/react/package.json +++ b/modules/react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react", - "version": "6.0.1", + "version": "6.0.2", "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.1", - "@workday/canvas-kit-popup-stack": "^6.0.1", - "@workday/canvas-kit-preview-react": "^6.0.1", + "@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-system-icons-web": "1.0.41", "@workday/design-assets-types": "^0.2.4", "chroma-js": "^2.1.0",