From 31fdf36807a535f09b480a87b5b907780e9443a5 Mon Sep 17 00:00:00 2001 From: alanbsmith Date: Tue, 27 Jun 2023 22:46:26 +0000 Subject: [PATCH] chore: Release v9.0.18 [skip release] --- CHANGELOG.md | 7 ++++ lerna.json | 2 +- modules/codemod/package.json | 2 +- modules/css-fonts/package.json | 2 +- modules/css/action-bar/package.json | 6 ++-- modules/css/badge/package.json | 2 +- modules/css/banner/package.json | 4 +-- modules/css/button/package.json | 4 +-- modules/css/card/package.json | 4 +-- modules/css/checkbox/package.json | 6 ++-- modules/css/common/package.json | 4 +-- modules/css/core/package.json | 2 +- modules/css/form-field/package.json | 16 +++++----- modules/css/icon/package.json | 4 +-- modules/css/layout/package.json | 4 +-- modules/css/loading-dots/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 | 8 ++--- modules/labs-react/package.json | 4 +-- modules/popup-stack/package.json | 2 +- modules/preview-react/package.json | 4 +-- modules/react-fonts/package.json | 2 +- modules/react/package.json | 4 +-- 33 files changed, 102 insertions(+), 95 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23b3ece258..7447efedbf 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. +## [v9.0.18](https://github.com/Workday/canvas-kit/releases/tag/v9.0.18) (2023-06-27) + +### Components + +- fix: Move spreading of CSS styles to the top of a style block ([#2244](https://github.com/Workday/canvas-kit/pull/2244)) ([@thunguyen19](https://github.com/thunguyen19)) + + ## [v9.0.17](https://github.com/Workday/canvas-kit/releases/tag/v9.0.17) (2023-06-26) ### Documentation diff --git a/lerna.json b/lerna.json index 92bfd9cb89..83c895a0e8 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "modules/**" ], - "version": "9.0.17", + "version": "9.0.18", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/modules/codemod/package.json b/modules/codemod/package.json index eebee6bd1a..22e8a9544f 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": "9.0.17", + "version": "9.0.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 d204fa0060..40650b1ba1 100644 --- a/modules/css-fonts/package.json +++ b/modules/css-fonts/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-fonts", - "version": "9.0.17", + "version": "9.0.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 49f0ff489a..23a8e8a107 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": "9.0.17", + "version": "9.0.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": "^9.0.17", - "@workday/canvas-kit-css-core": "^9.0.17" + "@workday/canvas-kit-css-button": "^9.0.18", + "@workday/canvas-kit-css-core": "^9.0.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 492c005759..fa5701036e 100644 --- a/modules/css/badge/package.json +++ b/modules/css/badge/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-badge", - "version": "9.0.17", + "version": "9.0.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 5d1d671f44..46aa83113b 100644 --- a/modules/css/banner/package.json +++ b/modules/css/banner/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-banner", - "version": "9.0.17", + "version": "9.0.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": "^9.0.17", + "@workday/canvas-kit-css-core": "^9.0.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 1202609369..dc025f8503 100644 --- a/modules/css/button/package.json +++ b/modules/css/button/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-button", - "version": "9.0.17", + "version": "9.0.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": "^9.0.17", + "@workday/canvas-kit-css-core": "^9.0.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 0a450ca918..8d7d211d8b 100644 --- a/modules/css/card/package.json +++ b/modules/css/card/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-card", - "version": "9.0.17", + "version": "9.0.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": "^9.0.17" + "@workday/canvas-kit-css-core": "^9.0.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 b05ddc9b7a..16d7246723 100644 --- a/modules/css/checkbox/package.json +++ b/modules/css/checkbox/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-checkbox", - "version": "9.0.17", + "version": "9.0.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": "^9.0.17", - "@workday/canvas-kit-css-core": "^9.0.17" + "@workday/canvas-kit-css-common": "^9.0.18", + "@workday/canvas-kit-css-core": "^9.0.18" } } diff --git a/modules/css/common/package.json b/modules/css/common/package.json index 131669e7d9..0cd17dad17 100644 --- a/modules/css/common/package.json +++ b/modules/css/common/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-common", - "version": "9.0.17", + "version": "9.0.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": "^9.0.17" + "@workday/canvas-kit-css-core": "^9.0.18" } } diff --git a/modules/css/core/package.json b/modules/css/core/package.json index fd46e4df60..9700ccd900 100644 --- a/modules/css/core/package.json +++ b/modules/css/core/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-core", - "version": "9.0.17", + "version": "9.0.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 1ed62f4139..9afe94b6ef 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": "9.0.17", + "version": "9.0.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": "^9.0.17", - "@workday/canvas-kit-css-core": "^9.0.17", + "@workday/canvas-kit-css-common": "^9.0.18", + "@workday/canvas-kit-css-core": "^9.0.18", "@workday/canvas-system-icons-web": "^3.0.0" }, "devDependencies": { - "@workday/canvas-kit-css-checkbox": "^9.0.17", - "@workday/canvas-kit-css-radio": "^9.0.17", - "@workday/canvas-kit-css-select": "^9.0.17", - "@workday/canvas-kit-css-text-area": "^9.0.17", - "@workday/canvas-kit-css-text-input": "^9.0.17" + "@workday/canvas-kit-css-checkbox": "^9.0.18", + "@workday/canvas-kit-css-radio": "^9.0.18", + "@workday/canvas-kit-css-select": "^9.0.18", + "@workday/canvas-kit-css-text-area": "^9.0.18", + "@workday/canvas-kit-css-text-input": "^9.0.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 797bfd07f8..6d6df7e848 100644 --- a/modules/css/icon/package.json +++ b/modules/css/icon/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-icon", - "version": "9.0.17", + "version": "9.0.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": "^9.0.17", + "@workday/canvas-kit-css-core": "^9.0.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 7e37b6b638..e120e0ea96 100644 --- a/modules/css/layout/package.json +++ b/modules/css/layout/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-layout", - "version": "9.0.17", + "version": "9.0.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": "^9.0.17" + "@workday/canvas-kit-css-core": "^9.0.18" }, "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 4d55e7fb60..7afab566b0 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": "9.0.17", + "version": "9.0.18", "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": "^9.0.17" + "@workday/canvas-kit-css-core": "^9.0.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 06b7aca0ee..c0c57e66ce 100644 --- a/modules/css/menu/package.json +++ b/modules/css/menu/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-menu", - "version": "9.0.17", + "version": "9.0.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": "^9.0.17" + "@workday/canvas-kit-css-core": "^9.0.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 4cc33ba734..35eeac0429 100644 --- a/modules/css/modal/package.json +++ b/modules/css/modal/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-modal", - "version": "9.0.17", + "version": "9.0.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": "^9.0.17", - "@workday/canvas-kit-css-popup": "^9.0.17" + "@workday/canvas-kit-css-core": "^9.0.18", + "@workday/canvas-kit-css-popup": "^9.0.18" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/css/package.json b/modules/css/package.json index 1969efe508..c30eddf55e 100644 --- a/modules/css/package.json +++ b/modules/css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css", - "version": "9.0.17", + "version": "9.0.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": "^9.0.17", - "@workday/canvas-kit-css-badge": "^9.0.17", - "@workday/canvas-kit-css-banner": "^9.0.17", - "@workday/canvas-kit-css-button": "^9.0.17", - "@workday/canvas-kit-css-card": "^9.0.17", - "@workday/canvas-kit-css-checkbox": "^9.0.17", - "@workday/canvas-kit-css-common": "^9.0.17", - "@workday/canvas-kit-css-core": "^9.0.17", - "@workday/canvas-kit-css-form-field": "^9.0.17", - "@workday/canvas-kit-css-icon": "^9.0.17", - "@workday/canvas-kit-css-layout": "^9.0.17", - "@workday/canvas-kit-css-loading-dots": "^9.0.17", - "@workday/canvas-kit-css-menu": "^9.0.17", - "@workday/canvas-kit-css-modal": "^9.0.17", - "@workday/canvas-kit-css-page-header": "^9.0.17", - "@workday/canvas-kit-css-popup": "^9.0.17", - "@workday/canvas-kit-css-radio": "^9.0.17", - "@workday/canvas-kit-css-select": "^9.0.17", - "@workday/canvas-kit-css-table": "^9.0.17", - "@workday/canvas-kit-css-text-area": "^9.0.17", - "@workday/canvas-kit-css-text-input": "^9.0.17", - "@workday/canvas-kit-css-tooltip": "^9.0.17" + "@workday/canvas-kit-css-action-bar": "^9.0.18", + "@workday/canvas-kit-css-badge": "^9.0.18", + "@workday/canvas-kit-css-banner": "^9.0.18", + "@workday/canvas-kit-css-button": "^9.0.18", + "@workday/canvas-kit-css-card": "^9.0.18", + "@workday/canvas-kit-css-checkbox": "^9.0.18", + "@workday/canvas-kit-css-common": "^9.0.18", + "@workday/canvas-kit-css-core": "^9.0.18", + "@workday/canvas-kit-css-form-field": "^9.0.18", + "@workday/canvas-kit-css-icon": "^9.0.18", + "@workday/canvas-kit-css-layout": "^9.0.18", + "@workday/canvas-kit-css-loading-dots": "^9.0.18", + "@workday/canvas-kit-css-menu": "^9.0.18", + "@workday/canvas-kit-css-modal": "^9.0.18", + "@workday/canvas-kit-css-page-header": "^9.0.18", + "@workday/canvas-kit-css-popup": "^9.0.18", + "@workday/canvas-kit-css-radio": "^9.0.18", + "@workday/canvas-kit-css-select": "^9.0.18", + "@workday/canvas-kit-css-table": "^9.0.18", + "@workday/canvas-kit-css-text-area": "^9.0.18", + "@workday/canvas-kit-css-text-input": "^9.0.18", + "@workday/canvas-kit-css-tooltip": "^9.0.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 0c6c04b2bf..34ff4e5cf0 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": "9.0.17", + "version": "9.0.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": "^9.0.17" + "@workday/canvas-kit-css-core": "^9.0.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 b3c4d5ced3..7ee663ed42 100644 --- a/modules/css/popup/package.json +++ b/modules/css/popup/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-popup", - "version": "9.0.17", + "version": "9.0.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": "^9.0.17", - "@workday/canvas-kit-css-core": "^9.0.17" + "@workday/canvas-kit-css-card": "^9.0.18", + "@workday/canvas-kit-css-core": "^9.0.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 d95f7ac378..aac1ffe048 100644 --- a/modules/css/radio/package.json +++ b/modules/css/radio/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-radio", - "version": "9.0.17", + "version": "9.0.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": "^9.0.17", - "@workday/canvas-kit-css-core": "^9.0.17" + "@workday/canvas-kit-css-common": "^9.0.18", + "@workday/canvas-kit-css-core": "^9.0.18" } } diff --git a/modules/css/select/package.json b/modules/css/select/package.json index 4a7a9f464c..2137b201a1 100644 --- a/modules/css/select/package.json +++ b/modules/css/select/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-select", - "version": "9.0.17", + "version": "9.0.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": "^9.0.17", - "@workday/canvas-kit-css-core": "^9.0.17" + "@workday/canvas-kit-css-common": "^9.0.18", + "@workday/canvas-kit-css-core": "^9.0.18" } } diff --git a/modules/css/table/package.json b/modules/css/table/package.json index 6e255d230b..2832e16e44 100644 --- a/modules/css/table/package.json +++ b/modules/css/table/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-table", - "version": "9.0.17", + "version": "9.0.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": "^9.0.17", - "@workday/canvas-kit-css-icon": "^9.0.17" + "@workday/canvas-kit-css-core": "^9.0.18", + "@workday/canvas-kit-css-icon": "^9.0.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 ce6b398c32..49776dbad5 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": "9.0.17", + "version": "9.0.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": "^9.0.17", - "@workday/canvas-kit-css-core": "^9.0.17" + "@workday/canvas-kit-css-common": "^9.0.18", + "@workday/canvas-kit-css-core": "^9.0.18" } } diff --git a/modules/css/text-input/package.json b/modules/css/text-input/package.json index 366c6347f5..e0a3009eaa 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": "9.0.17", + "version": "9.0.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": "^9.0.17", - "@workday/canvas-kit-css-core": "^9.0.17" + "@workday/canvas-kit-css-common": "^9.0.18", + "@workday/canvas-kit-css-core": "^9.0.18" } } diff --git a/modules/css/tooltip/package.json b/modules/css/tooltip/package.json index c5159c5c94..1ba28eb687 100644 --- a/modules/css/tooltip/package.json +++ b/modules/css/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css-tooltip", - "version": "9.0.17", + "version": "9.0.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": "^9.0.17" + "@workday/canvas-kit-css-core": "^9.0.18" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", diff --git a/modules/docs/package.json b/modules/docs/package.json index 522940b6ee..e4e3fb89b8 100644 --- a/modules/docs/package.json +++ b/modules/docs/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-docs", - "version": "9.0.17", + "version": "9.0.18", "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": "^9.0.17", - "@workday/canvas-kit-preview-react": "^9.0.17", - "@workday/canvas-kit-react": "^9.0.17", + "@workday/canvas-kit-labs-react": "^9.0.18", + "@workday/canvas-kit-preview-react": "^9.0.18", + "@workday/canvas-kit-react": "^9.0.18", "@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 075ce3118d..e28ad557e7 100644 --- a/modules/labs-react/package.json +++ b/modules/labs-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-labs-react", - "version": "9.0.17", + "version": "9.0.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": "^9.0.17", + "@workday/canvas-kit-react": "^9.0.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 4cfd07d15b..90253851c8 100644 --- a/modules/popup-stack/package.json +++ b/modules/popup-stack/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-popup-stack", - "version": "9.0.17", + "version": "9.0.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 9b461f25ba..bef0b70f92 100644 --- a/modules/preview-react/package.json +++ b/modules/preview-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-preview-react", - "version": "9.0.17", + "version": "9.0.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,7 +46,7 @@ "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@workday/canvas-kit-react": "^9.0.17", + "@workday/canvas-kit-react": "^9.0.18", "@workday/canvas-system-icons-web": "^3.0.0", "@workday/design-assets-types": "^0.2.8" }, diff --git a/modules/react-fonts/package.json b/modules/react-fonts/package.json index 5398eccbee..cb934c48f6 100644 --- a/modules/react-fonts/package.json +++ b/modules/react-fonts/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react-fonts", - "version": "9.0.17", + "version": "9.0.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 9f1d09c3fa..cfc3bd635d 100644 --- a/modules/react/package.json +++ b/modules/react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react", - "version": "9.0.17", + "version": "9.0.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": "^9.0.17", + "@workday/canvas-kit-popup-stack": "^9.0.18", "@workday/canvas-system-icons-web": "^3.0.0", "@workday/design-assets-types": "^0.2.8", "chroma-js": "^2.1.0",