diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f6016de79..4f5c431a14 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. +## [v8.6.20](https://github.com/Workday/canvas-kit/releases/tag/v8.6.20) (2023-09-06) + +### Components + +- fix(popup): Allow SVG elements in focus calculations ([#2331](https://github.com/Workday/canvas-kit/pull/2331)) ([@NicholasBoll](https://github.com/NicholasBoll)) + + ## [v8.6.19](https://github.com/Workday/canvas-kit/releases/tag/v8.6.19) (2023-08-24) ### Components diff --git a/lerna.json b/lerna.json index ba6f641ef0..078eb1aac7 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "modules/**" ], - "version": "8.6.19", + "version": "8.6.20", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/modules/codemod/package.json b/modules/codemod/package.json index e7801b1ad4..2376d77c20 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": "8.6.19", + "version": "8.6.20", "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 e372cda94d..2d570f33fd 100644 --- a/modules/css-fonts/package.json +++ b/modules/css-fonts/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-fonts", - "version": "8.6.19", + "version": "8.6.20", "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 203b6a72c2..92839007a1 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": "8.6.19", + "version": "8.6.20", "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": "^8.6.19", - "@workday/canvas-kit-css-core": "^8.6.19" + "@workday/canvas-kit-css-button": "^8.6.20", + "@workday/canvas-kit-css-core": "^8.6.20" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/badge/package.json b/modules/css/badge/package.json index ee700dd1d9..43c4ecc750 100644 --- a/modules/css/badge/package.json +++ b/modules/css/badge/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-badge", - "version": "8.6.19", + "version": "8.6.20", "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 6ff54f9df9..27702abf36 100644 --- a/modules/css/banner/package.json +++ b/modules/css/banner/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-banner", - "version": "8.6.19", + "version": "8.6.20", "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": "^8.6.19", + "@workday/canvas-kit-css-core": "^8.6.20", "@workday/canvas-system-icons-web": "^3.0.0" }, "scripts": { diff --git a/modules/css/button/package.json b/modules/css/button/package.json index ae1a13edb8..81c6670d5c 100644 --- a/modules/css/button/package.json +++ b/modules/css/button/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-button", - "version": "8.6.19", + "version": "8.6.20", "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": "^8.6.19", + "@workday/canvas-kit-css-core": "^8.6.20", "@workday/canvas-system-icons-web": "^3.0.0" }, "scripts": { diff --git a/modules/css/card/package.json b/modules/css/card/package.json index 92594eb0a8..6f1ec4bda1 100644 --- a/modules/css/card/package.json +++ b/modules/css/card/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-card", - "version": "8.6.19", + "version": "8.6.20", "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": "^8.6.19" + "@workday/canvas-kit-css-core": "^8.6.20" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/checkbox/package.json b/modules/css/checkbox/package.json index a27976adeb..63c4438981 100644 --- a/modules/css/checkbox/package.json +++ b/modules/css/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-checkbox", - "version": "8.6.19", + "version": "8.6.20", "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": "^8.6.19", - "@workday/canvas-kit-css-core": "^8.6.19" + "@workday/canvas-kit-css-common": "^8.6.20", + "@workday/canvas-kit-css-core": "^8.6.20" } } diff --git a/modules/css/common/package.json b/modules/css/common/package.json index d08d25dede..ba870a522f 100644 --- a/modules/css/common/package.json +++ b/modules/css/common/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-common", - "version": "8.6.19", + "version": "8.6.20", "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": "^8.6.19" + "@workday/canvas-kit-css-core": "^8.6.20" } } diff --git a/modules/css/core/package.json b/modules/css/core/package.json index 83f592172e..7d4fa34cbe 100644 --- a/modules/css/core/package.json +++ b/modules/css/core/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-core", - "version": "8.6.19", + "version": "8.6.20", "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 bef38cc871..c696989658 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": "8.6.19", + "version": "8.6.20", "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": "^8.6.19", - "@workday/canvas-kit-css-core": "^8.6.19", + "@workday/canvas-kit-css-common": "^8.6.20", + "@workday/canvas-kit-css-core": "^8.6.20", "@workday/canvas-system-icons-web": "^3.0.0" }, "devDependencies": { - "@workday/canvas-kit-css-checkbox": "^8.6.19", - "@workday/canvas-kit-css-radio": "^8.6.19", - "@workday/canvas-kit-css-select": "^8.6.19", - "@workday/canvas-kit-css-text-area": "^8.6.19", - "@workday/canvas-kit-css-text-input": "^8.6.19" + "@workday/canvas-kit-css-checkbox": "^8.6.20", + "@workday/canvas-kit-css-radio": "^8.6.20", + "@workday/canvas-kit-css-select": "^8.6.20", + "@workday/canvas-kit-css-text-area": "^8.6.20", + "@workday/canvas-kit-css-text-input": "^8.6.20" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/icon/package.json b/modules/css/icon/package.json index b01b5b74a5..fefb377563 100644 --- a/modules/css/icon/package.json +++ b/modules/css/icon/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-icon", - "version": "8.6.19", + "version": "8.6.20", "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": "^8.6.19", + "@workday/canvas-kit-css-core": "^8.6.20", "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 b74db38ac3..1a6d681224 100644 --- a/modules/css/layout/package.json +++ b/modules/css/layout/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-layout", - "version": "8.6.19", + "version": "8.6.20", "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": "^8.6.19" + "@workday/canvas-kit-css-core": "^8.6.20" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/loading-dots/package.json b/modules/css/loading-dots/package.json index 0345d1e9aa..3c8b2e027b 100644 --- a/modules/css/loading-dots/package.json +++ b/modules/css/loading-dots/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-loading-dots", - "version": "8.6.19", + "version": "8.6.20", "description": "Animations used while a page or component is loading.", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -17,7 +17,7 @@ "directory": "modules/css/loading-dots" }, "dependencies": { - "@workday/canvas-kit-css-core": "^8.6.19" + "@workday/canvas-kit-css-core": "^8.6.20" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/menu/package.json b/modules/css/menu/package.json index 327508a9c7..ba2bfe3d5d 100644 --- a/modules/css/menu/package.json +++ b/modules/css/menu/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-menu", - "version": "8.6.19", + "version": "8.6.20", "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": "^8.6.19" + "@workday/canvas-kit-css-core": "^8.6.20" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/modal/package.json b/modules/css/modal/package.json index c13ef8e8e9..9a8678b822 100644 --- a/modules/css/modal/package.json +++ b/modules/css/modal/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-modal", - "version": "8.6.19", + "version": "8.6.20", "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": "^8.6.19", - "@workday/canvas-kit-css-popup": "^8.6.19" + "@workday/canvas-kit-css-core": "^8.6.20", + "@workday/canvas-kit-css-popup": "^8.6.20" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/package.json b/modules/css/package.json index 5cceaca24c..a740f17eb6 100644 --- a/modules/css/package.json +++ b/modules/css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css", - "version": "8.6.19", + "version": "8.6.20", "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": "^8.6.19", - "@workday/canvas-kit-css-badge": "^8.6.19", - "@workday/canvas-kit-css-banner": "^8.6.19", - "@workday/canvas-kit-css-button": "^8.6.19", - "@workday/canvas-kit-css-card": "^8.6.19", - "@workday/canvas-kit-css-checkbox": "^8.6.19", - "@workday/canvas-kit-css-common": "^8.6.19", - "@workday/canvas-kit-css-core": "^8.6.19", - "@workday/canvas-kit-css-form-field": "^8.6.19", - "@workday/canvas-kit-css-icon": "^8.6.19", - "@workday/canvas-kit-css-layout": "^8.6.19", - "@workday/canvas-kit-css-loading-dots": "^8.6.19", - "@workday/canvas-kit-css-menu": "^8.6.19", - "@workday/canvas-kit-css-modal": "^8.6.19", - "@workday/canvas-kit-css-page-header": "^8.6.19", - "@workday/canvas-kit-css-popup": "^8.6.19", - "@workday/canvas-kit-css-radio": "^8.6.19", - "@workday/canvas-kit-css-select": "^8.6.19", - "@workday/canvas-kit-css-table": "^8.6.19", - "@workday/canvas-kit-css-text-area": "^8.6.19", - "@workday/canvas-kit-css-text-input": "^8.6.19", - "@workday/canvas-kit-css-tooltip": "^8.6.19" + "@workday/canvas-kit-css-action-bar": "^8.6.20", + "@workday/canvas-kit-css-badge": "^8.6.20", + "@workday/canvas-kit-css-banner": "^8.6.20", + "@workday/canvas-kit-css-button": "^8.6.20", + "@workday/canvas-kit-css-card": "^8.6.20", + "@workday/canvas-kit-css-checkbox": "^8.6.20", + "@workday/canvas-kit-css-common": "^8.6.20", + "@workday/canvas-kit-css-core": "^8.6.20", + "@workday/canvas-kit-css-form-field": "^8.6.20", + "@workday/canvas-kit-css-icon": "^8.6.20", + "@workday/canvas-kit-css-layout": "^8.6.20", + "@workday/canvas-kit-css-loading-dots": "^8.6.20", + "@workday/canvas-kit-css-menu": "^8.6.20", + "@workday/canvas-kit-css-modal": "^8.6.20", + "@workday/canvas-kit-css-page-header": "^8.6.20", + "@workday/canvas-kit-css-popup": "^8.6.20", + "@workday/canvas-kit-css-radio": "^8.6.20", + "@workday/canvas-kit-css-select": "^8.6.20", + "@workday/canvas-kit-css-table": "^8.6.20", + "@workday/canvas-kit-css-text-area": "^8.6.20", + "@workday/canvas-kit-css-text-input": "^8.6.20", + "@workday/canvas-kit-css-tooltip": "^8.6.20" }, "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 3c1a959832..1d517facda 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": "8.6.19", + "version": "8.6.20", "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": "^8.6.19" + "@workday/canvas-kit-css-core": "^8.6.20" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/popup/package.json b/modules/css/popup/package.json index c7a19d438f..2d98334dbd 100644 --- a/modules/css/popup/package.json +++ b/modules/css/popup/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-popup", - "version": "8.6.19", + "version": "8.6.20", "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": "^8.6.19", - "@workday/canvas-kit-css-core": "^8.6.19" + "@workday/canvas-kit-css-card": "^8.6.20", + "@workday/canvas-kit-css-core": "^8.6.20" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/radio/package.json b/modules/css/radio/package.json index c716f371f8..1b3f0fefa6 100644 --- a/modules/css/radio/package.json +++ b/modules/css/radio/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-radio", - "version": "8.6.19", + "version": "8.6.20", "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": "^8.6.19", - "@workday/canvas-kit-css-core": "^8.6.19" + "@workday/canvas-kit-css-common": "^8.6.20", + "@workday/canvas-kit-css-core": "^8.6.20" } } diff --git a/modules/css/select/package.json b/modules/css/select/package.json index 0a77b2186f..520667e7a4 100644 --- a/modules/css/select/package.json +++ b/modules/css/select/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-select", - "version": "8.6.19", + "version": "8.6.20", "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": "^8.6.19", - "@workday/canvas-kit-css-core": "^8.6.19" + "@workday/canvas-kit-css-common": "^8.6.20", + "@workday/canvas-kit-css-core": "^8.6.20" } } diff --git a/modules/css/table/package.json b/modules/css/table/package.json index d239b131aa..a058200e79 100644 --- a/modules/css/table/package.json +++ b/modules/css/table/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-table", - "version": "8.6.19", + "version": "8.6.20", "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": "^8.6.19", - "@workday/canvas-kit-css-icon": "^8.6.19" + "@workday/canvas-kit-css-core": "^8.6.20", + "@workday/canvas-kit-css-icon": "^8.6.20" }, "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 7b794322c5..732b02ab91 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": "8.6.19", + "version": "8.6.20", "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": "^8.6.19", - "@workday/canvas-kit-css-core": "^8.6.19" + "@workday/canvas-kit-css-common": "^8.6.20", + "@workday/canvas-kit-css-core": "^8.6.20" } } diff --git a/modules/css/text-input/package.json b/modules/css/text-input/package.json index 22f19364da..6db13e0dc5 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": "8.6.19", + "version": "8.6.20", "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": "^8.6.19", - "@workday/canvas-kit-css-core": "^8.6.19" + "@workday/canvas-kit-css-common": "^8.6.20", + "@workday/canvas-kit-css-core": "^8.6.20" } } diff --git a/modules/css/tooltip/package.json b/modules/css/tooltip/package.json index f44a5273a9..5025c0bf50 100644 --- a/modules/css/tooltip/package.json +++ b/modules/css/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-tooltip", - "version": "8.6.19", + "version": "8.6.20", "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": "^8.6.19" + "@workday/canvas-kit-css-core": "^8.6.20" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/docs/package.json b/modules/docs/package.json index 0e3e91314b..6b501c34e1 100644 --- a/modules/docs/package.json +++ b/modules/docs/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-docs", - "version": "8.6.19", + "version": "8.6.20", "description": "Documentation components of Canvas Kit components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -44,9 +44,9 @@ "dependencies": { "@emotion/styled": "^11.6.0", "@storybook/csf": "0.0.1", - "@workday/canvas-kit-labs-react": "^8.6.19", - "@workday/canvas-kit-preview-react": "^8.6.19", - "@workday/canvas-kit-react": "^8.6.19", + "@workday/canvas-kit-labs-react": "^8.6.20", + "@workday/canvas-kit-preview-react": "^8.6.20", + "@workday/canvas-kit-react": "^8.6.20", "@workday/canvas-system-icons-web": "^3.0.0", "markdown-to-jsx": "^6.10.3", "ts-node": "^10.9.1" diff --git a/modules/labs-react/package.json b/modules/labs-react/package.json index 84d180b6eb..874c73f376 100644 --- a/modules/labs-react/package.json +++ b/modules/labs-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-labs-react", - "version": "8.6.19", + "version": "8.6.20", "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": "^8.6.19", + "@workday/canvas-kit-react": "^8.6.20", "@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 673ee28019..1689ffa1b0 100644 --- a/modules/popup-stack/package.json +++ b/modules/popup-stack/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-popup-stack", - "version": "8.6.19", + "version": "8.6.20", "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 19fc03c5dc..a62a158ad3 100644 --- a/modules/preview-react/package.json +++ b/modules/preview-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-preview-react", - "version": "8.6.19", + "version": "8.6.20", "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": "^8.6.19", + "@workday/canvas-kit-react": "^8.6.20", "@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": "^8.6.19", + "@workday/canvas-kit-labs-react": "^8.6.20", "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 ff64d7e1da..12238c0561 100644 --- a/modules/react-fonts/package.json +++ b/modules/react-fonts/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react-fonts", - "version": "8.6.19", + "version": "8.6.20", "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 90fda17a71..2d7375ef83 100644 --- a/modules/react/package.json +++ b/modules/react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react", - "version": "8.6.19", + "version": "8.6.20", "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": "^8.6.19", + "@workday/canvas-kit-popup-stack": "^8.6.20", "@workday/canvas-system-icons-web": "^3.0.0", "@workday/design-assets-types": "^0.2.8", "chroma-js": "^2.1.0",