From f10663f4193a94f3110470f28aa467a724562e85 Mon Sep 17 00:00:00 2001 From: workday-canvas-kit Date: Fri, 7 Oct 2022 17:02:48 +0000 Subject: [PATCH] chore: Release v7.3.17 [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 836af9227e..4cf035f424 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.17](https://github.com/Workday/canvas-kit/releases/tag/v7.3.17) (2022-10-07) + +### Components + +- fix: Error handling to fix TypeError bug on models used in responsive modals/popups ([#1831](https://github.com/Workday/canvas-kit/pull/1831)) ([@ahayes91](https://github.com/ahayes91)) + +### Infrastructure + +- ci: Add token to close-related-issues workflow ([@NicholasBoll](https://github.com/NicholasBoll)) + + ## [v7.3.16](https://github.com/Workday/canvas-kit/releases/tag/v7.3.16) (2022-10-06) ### Documentation diff --git a/lerna.json b/lerna.json index 3a107dbbf1..c609eb64ff 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "modules/**" ], - "version": "7.3.16", + "version": "7.3.17", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/modules/codemod/package.json b/modules/codemod/package.json index 8055c3db14..e29cc02705 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.16", + "version": "7.3.17", "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 2673e7c148..08dcbefbbe 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.16", + "version": "7.3.17", "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 436e6090a3..ec229a70a1 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.16", + "version": "7.3.17", "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.16", - "@workday/canvas-kit-css-core": "^7.3.16" + "@workday/canvas-kit-css-button": "^7.3.17", + "@workday/canvas-kit-css-core": "^7.3.17" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/badge/package.json b/modules/css/badge/package.json index d709e88181..93a13fcfd6 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.16", + "version": "7.3.17", "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 69da8708da..e326e3720d 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.16", + "version": "7.3.17", "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.16", + "@workday/canvas-kit-css-core": "^7.3.17", "@workday/canvas-system-icons-web": "^3.0.0" }, "scripts": { diff --git a/modules/css/button/package.json b/modules/css/button/package.json index 2ea3b19e00..4736c91617 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.16", + "version": "7.3.17", "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.16", + "@workday/canvas-kit-css-core": "^7.3.17", "@workday/canvas-system-icons-web": "^3.0.0" }, "scripts": { diff --git a/modules/css/card/package.json b/modules/css/card/package.json index b8bafb891e..f5ed8dfc5b 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.16", + "version": "7.3.17", "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.16" + "@workday/canvas-kit-css-core": "^7.3.17" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/checkbox/package.json b/modules/css/checkbox/package.json index 6d6a064b71..d02bd1deac 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.16", + "version": "7.3.17", "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.16", - "@workday/canvas-kit-css-core": "^7.3.16" + "@workday/canvas-kit-css-common": "^7.3.17", + "@workday/canvas-kit-css-core": "^7.3.17" } } diff --git a/modules/css/common/package.json b/modules/css/common/package.json index 6f24ee52ac..9262927f01 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.16", + "version": "7.3.17", "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.16" + "@workday/canvas-kit-css-core": "^7.3.17" } } diff --git a/modules/css/core/package.json b/modules/css/core/package.json index 1a6b2634ba..30404d9879 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.16", + "version": "7.3.17", "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 7cee65544b..a0e5a6c0e6 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.16", + "version": "7.3.17", "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.16", - "@workday/canvas-kit-css-core": "^7.3.16", + "@workday/canvas-kit-css-common": "^7.3.17", + "@workday/canvas-kit-css-core": "^7.3.17", "@workday/canvas-system-icons-web": "^3.0.0" }, "devDependencies": { - "@workday/canvas-kit-css-checkbox": "^7.3.16", - "@workday/canvas-kit-css-radio": "^7.3.16", - "@workday/canvas-kit-css-select": "^7.3.16", - "@workday/canvas-kit-css-text-area": "^7.3.16", - "@workday/canvas-kit-css-text-input": "^7.3.16" + "@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" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/icon/package.json b/modules/css/icon/package.json index ce7e098dc4..1c7fc3bee2 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.16", + "version": "7.3.17", "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.16", + "@workday/canvas-kit-css-core": "^7.3.17", "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 28a47752cf..2a75c59714 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.16", + "version": "7.3.17", "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.16" + "@workday/canvas-kit-css-core": "^7.3.17" }, "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 340dc1a01e..a542cf5753 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.16", + "version": "7.3.17", "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.16" + "@workday/canvas-kit-css-core": "^7.3.17" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/menu/package.json b/modules/css/menu/package.json index bb685abc6b..9411503850 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.16", + "version": "7.3.17", "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.16" + "@workday/canvas-kit-css-core": "^7.3.17" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/modal/package.json b/modules/css/modal/package.json index 24a348ebe6..14c23b4d7e 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.16", + "version": "7.3.17", "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.16", - "@workday/canvas-kit-css-popup": "^7.3.16" + "@workday/canvas-kit-css-core": "^7.3.17", + "@workday/canvas-kit-css-popup": "^7.3.17" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/package.json b/modules/css/package.json index 97f227b6dd..48b4d7a161 100644 --- a/modules/css/package.json +++ b/modules/css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css", - "version": "7.3.16", + "version": "7.3.17", "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.16", - "@workday/canvas-kit-css-badge": "^7.3.16", - "@workday/canvas-kit-css-banner": "^7.3.16", - "@workday/canvas-kit-css-button": "^7.3.16", - "@workday/canvas-kit-css-card": "^7.3.16", - "@workday/canvas-kit-css-checkbox": "^7.3.16", - "@workday/canvas-kit-css-common": "^7.3.16", - "@workday/canvas-kit-css-core": "^7.3.16", - "@workday/canvas-kit-css-form-field": "^7.3.16", - "@workday/canvas-kit-css-icon": "^7.3.16", - "@workday/canvas-kit-css-layout": "^7.3.16", - "@workday/canvas-kit-css-loading-animation": "^7.3.16", - "@workday/canvas-kit-css-menu": "^7.3.16", - "@workday/canvas-kit-css-modal": "^7.3.16", - "@workday/canvas-kit-css-page-header": "^7.3.16", - "@workday/canvas-kit-css-popup": "^7.3.16", - "@workday/canvas-kit-css-radio": "^7.3.16", - "@workday/canvas-kit-css-select": "^7.3.16", - "@workday/canvas-kit-css-table": "^7.3.16", - "@workday/canvas-kit-css-text-area": "^7.3.16", - "@workday/canvas-kit-css-text-input": "^7.3.16", - "@workday/canvas-kit-css-tooltip": "^7.3.16" + "@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" }, "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 e9fe5db0b2..76b8f42e9d 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.16", + "version": "7.3.17", "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.16" + "@workday/canvas-kit-css-core": "^7.3.17" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/popup/package.json b/modules/css/popup/package.json index e22c2b78c9..cf8694a323 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.16", + "version": "7.3.17", "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.16", - "@workday/canvas-kit-css-core": "^7.3.16" + "@workday/canvas-kit-css-card": "^7.3.17", + "@workday/canvas-kit-css-core": "^7.3.17" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/radio/package.json b/modules/css/radio/package.json index 82ece63317..ef69fb019a 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.16", + "version": "7.3.17", "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.16", - "@workday/canvas-kit-css-core": "^7.3.16" + "@workday/canvas-kit-css-common": "^7.3.17", + "@workday/canvas-kit-css-core": "^7.3.17" } } diff --git a/modules/css/select/package.json b/modules/css/select/package.json index e6db2f3d39..d466ee2b2b 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.16", + "version": "7.3.17", "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.16", - "@workday/canvas-kit-css-core": "^7.3.16" + "@workday/canvas-kit-css-common": "^7.3.17", + "@workday/canvas-kit-css-core": "^7.3.17" } } diff --git a/modules/css/table/package.json b/modules/css/table/package.json index 4a80e9cff1..09f87bb419 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.16", + "version": "7.3.17", "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.16", - "@workday/canvas-kit-css-icon": "^7.3.16" + "@workday/canvas-kit-css-core": "^7.3.17", + "@workday/canvas-kit-css-icon": "^7.3.17" }, "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 ed47c5fc24..b87ca045fe 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.16", + "version": "7.3.17", "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.16", - "@workday/canvas-kit-css-core": "^7.3.16" + "@workday/canvas-kit-css-common": "^7.3.17", + "@workday/canvas-kit-css-core": "^7.3.17" } } diff --git a/modules/css/text-input/package.json b/modules/css/text-input/package.json index 805abed8c6..f45e62cdb8 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.16", + "version": "7.3.17", "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.16", - "@workday/canvas-kit-css-core": "^7.3.16" + "@workday/canvas-kit-css-common": "^7.3.17", + "@workday/canvas-kit-css-core": "^7.3.17" } } diff --git a/modules/css/tooltip/package.json b/modules/css/tooltip/package.json index eb608b523b..11aebb4cf8 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.16", + "version": "7.3.17", "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.16" + "@workday/canvas-kit-css-core": "^7.3.17" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/docs/package.json b/modules/docs/package.json index 8d61f1adea..8b6b15fcef 100644 --- a/modules/docs/package.json +++ b/modules/docs/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-docs", - "version": "7.3.16", + "version": "7.3.17", "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.16" + "@workday/canvas-kit-react": "^7.3.17" }, "devDependencies": { "fs-extra": "^10.0.0", diff --git a/modules/labs-react/package.json b/modules/labs-react/package.json index 5d88c296f7..889f9e4fa3 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.16", + "version": "7.3.17", "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.16", + "@workday/canvas-kit-react": "^7.3.17", "@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 8716c4bfec..c7f92600e2 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.16", + "version": "7.3.17", "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 a37aa460cf..1031f919c5 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.16", + "version": "7.3.17", "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.16", + "@workday/canvas-kit-react": "^7.3.17", "@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.16", + "@workday/canvas-kit-labs-react": "^7.3.17", "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 12fa8b3c5c..eaa4e21afc 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.16", + "version": "7.3.17", "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 f7dc715f95..6c6f5ddae4 100644 --- a/modules/react/package.json +++ b/modules/react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react", - "version": "7.3.16", + "version": "7.3.17", "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.16", + "@workday/canvas-kit-popup-stack": "^7.3.17", "@workday/canvas-system-icons-web": "^3.0.0", "@workday/design-assets-types": "^0.2.8", "chroma-js": "^2.1.0",