From e191e5b700dc89de1ee5bd36d56494985ae79e0e Mon Sep 17 00:00:00 2001 From: workday-canvas-kit Date: Mon, 10 Oct 2022 23:04:33 +0000 Subject: [PATCH] chore: Release v7.3.18 [skip release] --- CHANGELOG.md | 11 ++++++ 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 | 4 +- modules/popup-stack/package.json | 2 +- modules/preview-react/package.json | 6 +-- modules/react-fonts/package.json | 2 +- modules/react/package.json | 4 +- 33 files changed, 105 insertions(+), 94 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4cf035f424..87c0d185b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [v7.3.18](https://github.com/Workday/canvas-kit/releases/tag/v7.3.18) (2022-10-10) + +### Infrastructure + +- ci: Updates to Project Board Actions ([#1834](https://github.com/Workday/canvas-kit/pull/1834)) ([@jaclynjessup](https://github.com/jaclynjessup)) + +### Test + +- test: Fix flaky Cypress popup specification ([#1837](https://github.com/Workday/canvas-kit/pull/1837)) ([@NicholasBoll](https://github.com/NicholasBoll)) + + ## [v7.3.17](https://github.com/Workday/canvas-kit/releases/tag/v7.3.17) (2022-10-07) ### Components diff --git a/lerna.json b/lerna.json index c609eb64ff..90a11dd4e3 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "modules/**" ], - "version": "7.3.17", + "version": "7.3.18", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/modules/codemod/package.json b/modules/codemod/package.json index e29cc02705..0c65f01eec 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": "7.3.17", + "version": "7.3.18", "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 08dcbefbbe..eaccd6d2ed 100644 --- a/modules/css-fonts/package.json +++ b/modules/css-fonts/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-fonts", - "version": "7.3.17", + "version": "7.3.18", "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 ec229a70a1..276130c494 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": "7.3.17", + "version": "7.3.18", "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": "^7.3.17", - "@workday/canvas-kit-css-core": "^7.3.17" + "@workday/canvas-kit-css-button": "^7.3.18", + "@workday/canvas-kit-css-core": "^7.3.18" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/badge/package.json b/modules/css/badge/package.json index 93a13fcfd6..3f37e92781 100644 --- a/modules/css/badge/package.json +++ b/modules/css/badge/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-badge", - "version": "7.3.17", + "version": "7.3.18", "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 e326e3720d..55263174b4 100644 --- a/modules/css/banner/package.json +++ b/modules/css/banner/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-banner", - "version": "7.3.17", + "version": "7.3.18", "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": "^7.3.17", + "@workday/canvas-kit-css-core": "^7.3.18", "@workday/canvas-system-icons-web": "^3.0.0" }, "scripts": { diff --git a/modules/css/button/package.json b/modules/css/button/package.json index 4736c91617..4e806c3551 100644 --- a/modules/css/button/package.json +++ b/modules/css/button/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-button", - "version": "7.3.17", + "version": "7.3.18", "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": "^7.3.17", + "@workday/canvas-kit-css-core": "^7.3.18", "@workday/canvas-system-icons-web": "^3.0.0" }, "scripts": { diff --git a/modules/css/card/package.json b/modules/css/card/package.json index f5ed8dfc5b..fb2863b1cf 100644 --- a/modules/css/card/package.json +++ b/modules/css/card/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-card", - "version": "7.3.17", + "version": "7.3.18", "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": "^7.3.17" + "@workday/canvas-kit-css-core": "^7.3.18" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/checkbox/package.json b/modules/css/checkbox/package.json index d02bd1deac..1b2aeed854 100644 --- a/modules/css/checkbox/package.json +++ b/modules/css/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-checkbox", - "version": "7.3.17", + "version": "7.3.18", "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": "^7.3.17", - "@workday/canvas-kit-css-core": "^7.3.17" + "@workday/canvas-kit-css-common": "^7.3.18", + "@workday/canvas-kit-css-core": "^7.3.18" } } diff --git a/modules/css/common/package.json b/modules/css/common/package.json index 9262927f01..60cc4f9d85 100644 --- a/modules/css/common/package.json +++ b/modules/css/common/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-common", - "version": "7.3.17", + "version": "7.3.18", "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": "^7.3.17" + "@workday/canvas-kit-css-core": "^7.3.18" } } diff --git a/modules/css/core/package.json b/modules/css/core/package.json index 30404d9879..0bd9131c2a 100644 --- a/modules/css/core/package.json +++ b/modules/css/core/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-core", - "version": "7.3.17", + "version": "7.3.18", "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 a0e5a6c0e6..fcfc0c3130 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": "7.3.17", + "version": "7.3.18", "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": "^7.3.17", - "@workday/canvas-kit-css-core": "^7.3.17", + "@workday/canvas-kit-css-common": "^7.3.18", + "@workday/canvas-kit-css-core": "^7.3.18", "@workday/canvas-system-icons-web": "^3.0.0" }, "devDependencies": { - "@workday/canvas-kit-css-checkbox": "^7.3.17", - "@workday/canvas-kit-css-radio": "^7.3.17", - "@workday/canvas-kit-css-select": "^7.3.17", - "@workday/canvas-kit-css-text-area": "^7.3.17", - "@workday/canvas-kit-css-text-input": "^7.3.17" + "@workday/canvas-kit-css-checkbox": "^7.3.18", + "@workday/canvas-kit-css-radio": "^7.3.18", + "@workday/canvas-kit-css-select": "^7.3.18", + "@workday/canvas-kit-css-text-area": "^7.3.18", + "@workday/canvas-kit-css-text-input": "^7.3.18" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/icon/package.json b/modules/css/icon/package.json index 1c7fc3bee2..d084337c2c 100644 --- a/modules/css/icon/package.json +++ b/modules/css/icon/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-icon", - "version": "7.3.17", + "version": "7.3.18", "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": "^7.3.17", + "@workday/canvas-kit-css-core": "^7.3.18", "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 2a75c59714..74923f0462 100644 --- a/modules/css/layout/package.json +++ b/modules/css/layout/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-layout", - "version": "7.3.17", + "version": "7.3.18", "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": "^7.3.17" + "@workday/canvas-kit-css-core": "^7.3.18" }, "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 a542cf5753..287dcb9438 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": "7.3.17", + "version": "7.3.18", "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": "^7.3.17" + "@workday/canvas-kit-css-core": "^7.3.18" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/menu/package.json b/modules/css/menu/package.json index 9411503850..f16ce30b7f 100644 --- a/modules/css/menu/package.json +++ b/modules/css/menu/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-menu", - "version": "7.3.17", + "version": "7.3.18", "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": "^7.3.17" + "@workday/canvas-kit-css-core": "^7.3.18" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/modal/package.json b/modules/css/modal/package.json index 14c23b4d7e..b9f921f22c 100644 --- a/modules/css/modal/package.json +++ b/modules/css/modal/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-modal", - "version": "7.3.17", + "version": "7.3.18", "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": "^7.3.17", - "@workday/canvas-kit-css-popup": "^7.3.17" + "@workday/canvas-kit-css-core": "^7.3.18", + "@workday/canvas-kit-css-popup": "^7.3.18" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/package.json b/modules/css/package.json index 48b4d7a161..9477c01874 100644 --- a/modules/css/package.json +++ b/modules/css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css", - "version": "7.3.17", + "version": "7.3.18", "description": "The parent module that contains all Workday Canvas Kit CSS components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -17,28 +17,28 @@ "directory": "modules/css" }, "dependencies": { - "@workday/canvas-kit-css-action-bar": "^7.3.17", - "@workday/canvas-kit-css-badge": "^7.3.17", - "@workday/canvas-kit-css-banner": "^7.3.17", - "@workday/canvas-kit-css-button": "^7.3.17", - "@workday/canvas-kit-css-card": "^7.3.17", - "@workday/canvas-kit-css-checkbox": "^7.3.17", - "@workday/canvas-kit-css-common": "^7.3.17", - "@workday/canvas-kit-css-core": "^7.3.17", - "@workday/canvas-kit-css-form-field": "^7.3.17", - "@workday/canvas-kit-css-icon": "^7.3.17", - "@workday/canvas-kit-css-layout": "^7.3.17", - "@workday/canvas-kit-css-loading-animation": "^7.3.17", - "@workday/canvas-kit-css-menu": "^7.3.17", - "@workday/canvas-kit-css-modal": "^7.3.17", - "@workday/canvas-kit-css-page-header": "^7.3.17", - "@workday/canvas-kit-css-popup": "^7.3.17", - "@workday/canvas-kit-css-radio": "^7.3.17", - "@workday/canvas-kit-css-select": "^7.3.17", - "@workday/canvas-kit-css-table": "^7.3.17", - "@workday/canvas-kit-css-text-area": "^7.3.17", - "@workday/canvas-kit-css-text-input": "^7.3.17", - "@workday/canvas-kit-css-tooltip": "^7.3.17" + "@workday/canvas-kit-css-action-bar": "^7.3.18", + "@workday/canvas-kit-css-badge": "^7.3.18", + "@workday/canvas-kit-css-banner": "^7.3.18", + "@workday/canvas-kit-css-button": "^7.3.18", + "@workday/canvas-kit-css-card": "^7.3.18", + "@workday/canvas-kit-css-checkbox": "^7.3.18", + "@workday/canvas-kit-css-common": "^7.3.18", + "@workday/canvas-kit-css-core": "^7.3.18", + "@workday/canvas-kit-css-form-field": "^7.3.18", + "@workday/canvas-kit-css-icon": "^7.3.18", + "@workday/canvas-kit-css-layout": "^7.3.18", + "@workday/canvas-kit-css-loading-animation": "^7.3.18", + "@workday/canvas-kit-css-menu": "^7.3.18", + "@workday/canvas-kit-css-modal": "^7.3.18", + "@workday/canvas-kit-css-page-header": "^7.3.18", + "@workday/canvas-kit-css-popup": "^7.3.18", + "@workday/canvas-kit-css-radio": "^7.3.18", + "@workday/canvas-kit-css-select": "^7.3.18", + "@workday/canvas-kit-css-table": "^7.3.18", + "@workday/canvas-kit-css-text-area": "^7.3.18", + "@workday/canvas-kit-css-text-input": "^7.3.18", + "@workday/canvas-kit-css-tooltip": "^7.3.18" }, "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 76b8f42e9d..2e79076c53 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": "7.3.17", + "version": "7.3.18", "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": "^7.3.17" + "@workday/canvas-kit-css-core": "^7.3.18" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/popup/package.json b/modules/css/popup/package.json index cf8694a323..c2b75a3d4e 100644 --- a/modules/css/popup/package.json +++ b/modules/css/popup/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-popup", - "version": "7.3.17", + "version": "7.3.18", "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": "^7.3.17", - "@workday/canvas-kit-css-core": "^7.3.17" + "@workday/canvas-kit-css-card": "^7.3.18", + "@workday/canvas-kit-css-core": "^7.3.18" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/radio/package.json b/modules/css/radio/package.json index ef69fb019a..d716e864b2 100644 --- a/modules/css/radio/package.json +++ b/modules/css/radio/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-radio", - "version": "7.3.17", + "version": "7.3.18", "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": "^7.3.17", - "@workday/canvas-kit-css-core": "^7.3.17" + "@workday/canvas-kit-css-common": "^7.3.18", + "@workday/canvas-kit-css-core": "^7.3.18" } } diff --git a/modules/css/select/package.json b/modules/css/select/package.json index d466ee2b2b..deed51309c 100644 --- a/modules/css/select/package.json +++ b/modules/css/select/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-select", - "version": "7.3.17", + "version": "7.3.18", "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": "^7.3.17", - "@workday/canvas-kit-css-core": "^7.3.17" + "@workday/canvas-kit-css-common": "^7.3.18", + "@workday/canvas-kit-css-core": "^7.3.18" } } diff --git a/modules/css/table/package.json b/modules/css/table/package.json index 09f87bb419..a5076e1c3e 100644 --- a/modules/css/table/package.json +++ b/modules/css/table/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-table", - "version": "7.3.17", + "version": "7.3.18", "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": "^7.3.17", - "@workday/canvas-kit-css-icon": "^7.3.17" + "@workday/canvas-kit-css-core": "^7.3.18", + "@workday/canvas-kit-css-icon": "^7.3.18" }, "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 b87ca045fe..905883183f 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": "7.3.17", + "version": "7.3.18", "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": "^7.3.17", - "@workday/canvas-kit-css-core": "^7.3.17" + "@workday/canvas-kit-css-common": "^7.3.18", + "@workday/canvas-kit-css-core": "^7.3.18" } } diff --git a/modules/css/text-input/package.json b/modules/css/text-input/package.json index f45e62cdb8..d50844d807 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": "7.3.17", + "version": "7.3.18", "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": "^7.3.17", - "@workday/canvas-kit-css-core": "^7.3.17" + "@workday/canvas-kit-css-common": "^7.3.18", + "@workday/canvas-kit-css-core": "^7.3.18" } } diff --git a/modules/css/tooltip/package.json b/modules/css/tooltip/package.json index 11aebb4cf8..6fdfc66186 100644 --- a/modules/css/tooltip/package.json +++ b/modules/css/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-tooltip", - "version": "7.3.17", + "version": "7.3.18", "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": "^7.3.17" + "@workday/canvas-kit-css-core": "^7.3.18" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/docs/package.json b/modules/docs/package.json index 8b6b15fcef..7687203529 100644 --- a/modules/docs/package.json +++ b/modules/docs/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-docs", - "version": "7.3.17", + "version": "7.3.18", "description": "Documentation components of Canvas Kit components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -42,7 +42,7 @@ ], "dependencies": { "@storybook/csf": "0.0.1", - "@workday/canvas-kit-react": "^7.3.17" + "@workday/canvas-kit-react": "^7.3.18" }, "devDependencies": { "fs-extra": "^10.0.0", diff --git a/modules/labs-react/package.json b/modules/labs-react/package.json index 889f9e4fa3..d21483c114 100644 --- a/modules/labs-react/package.json +++ b/modules/labs-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-labs-react", - "version": "7.3.17", + "version": "7.3.18", "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", @@ -46,7 +46,7 @@ "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@workday/canvas-kit-react": "^7.3.17", + "@workday/canvas-kit-react": "^7.3.18", "@workday/canvas-system-icons-web": "^3.0.0", "@workday/design-assets-types": "^0.2.8", "chroma-js": "^2.1.0", diff --git a/modules/popup-stack/package.json b/modules/popup-stack/package.json index c7f92600e2..22897955f5 100644 --- a/modules/popup-stack/package.json +++ b/modules/popup-stack/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-popup-stack", - "version": "7.3.17", + "version": "7.3.18", "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 1031f919c5..a35b7fdfa4 100644 --- a/modules/preview-react/package.json +++ b/modules/preview-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-preview-react", - "version": "7.3.17", + "version": "7.3.18", "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", @@ -46,13 +46,13 @@ "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@workday/canvas-kit-react": "^7.3.17", + "@workday/canvas-kit-react": "^7.3.18", "@workday/canvas-system-icons-web": "^3.0.0", "@workday/design-assets-types": "^0.2.8" }, "devDependencies": { "@workday/canvas-accent-icons-web": "^3.0.0", - "@workday/canvas-kit-labs-react": "^7.3.17", + "@workday/canvas-kit-labs-react": "^7.3.18", "formik": "^2.2.9", "react-hook-form": "7.36.1", "yup": "^0.32.11" diff --git a/modules/react-fonts/package.json b/modules/react-fonts/package.json index eaa4e21afc..35eedbd7d0 100644 --- a/modules/react-fonts/package.json +++ b/modules/react-fonts/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react-fonts", - "version": "7.3.17", + "version": "7.3.18", "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 6c6f5ddae4..91b3f6e000 100644 --- a/modules/react/package.json +++ b/modules/react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react", - "version": "7.3.17", + "version": "7.3.18", "description": "The parent module that contains all Workday Canvas Kit React components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -49,7 +49,7 @@ "@emotion/styled": "^11.6.0", "@popperjs/core": "^2.5.4", "@workday/canvas-colors-web": "^2.0.0", - "@workday/canvas-kit-popup-stack": "^7.3.17", + "@workday/canvas-kit-popup-stack": "^7.3.18", "@workday/canvas-system-icons-web": "^3.0.0", "@workday/design-assets-types": "^0.2.8", "chroma-js": "^2.1.0",