Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Merge master into prerelease/minor #2272

Merged
merged 3 commits into from
Jun 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.17](https://github.com/Workday/canvas-kit/releases/tag/v9.0.17) (2023-06-26)

### Documentation

- docs: Update comments about Select options prop to match actual use ([#2271](https://github.com/Workday/canvas-kit/pull/2271)) ([@JeffreyRuder](https://github.com/JeffreyRuder))


## [v9.0.16](https://github.com/Workday/canvas-kit/releases/tag/v9.0.16) (2023-06-20)

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"modules/**"
],
"version": "9.0.16",
"version": "9.0.17",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion modules/codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@workday/canvas-kit-codemod",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
"version": "9.0.16",
"version": "9.0.17",
"description": "A collection of codemods for use on Workday Canvas Kit packages.",
"main": "dist/es6/index.js",
"sideEffects": false,
Expand Down
2 changes: 1 addition & 1 deletion modules/css-fonts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-fonts",
"version": "9.0.16",
"version": "9.0.17",
"description": "Fonts for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions modules/css/action-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-action-bar",
"version": "9.0.16",
"version": "9.0.17",
"description": "Action bar CSS for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -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.16",
"@workday/canvas-kit-css-core": "^9.0.16"
"@workday/canvas-kit-css-button": "^9.0.17",
"@workday/canvas-kit-css-core": "^9.0.17"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
2 changes: 1 addition & 1 deletion modules/css/badge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-badge",
"version": "9.0.16",
"version": "9.0.17",
"description": "provides a summary indicator with dynamic values",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions modules/css/banner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-banner",
"version": "9.0.16",
"version": "9.0.17",
"description": "Errors and alerts for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -16,7 +16,7 @@
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/banner/css"
},
"dependencies": {
"@workday/canvas-kit-css-core": "^9.0.16",
"@workday/canvas-kit-css-core": "^9.0.17",
"@workday/canvas-system-icons-web": "^3.0.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions modules/css/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-button",
"version": "9.0.16",
"version": "9.0.17",
"description": "The button css for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -16,7 +16,7 @@
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/button/css"
},
"dependencies": {
"@workday/canvas-kit-css-core": "^9.0.16",
"@workday/canvas-kit-css-core": "^9.0.17",
"@workday/canvas-system-icons-web": "^3.0.0"
},
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions modules/css/card/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-card",
"version": "9.0.16",
"version": "9.0.17",
"description": "Card CSS for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -16,7 +16,7 @@
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/card/css"
},
"dependencies": {
"@workday/canvas-kit-css-core": "^9.0.16"
"@workday/canvas-kit-css-core": "^9.0.17"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
6 changes: 3 additions & 3 deletions modules/css/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-checkbox",
"version": "9.0.16",
"version": "9.0.17",
"description": "The checkbox css for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,7 +29,7 @@
"workday"
],
"dependencies": {
"@workday/canvas-kit-css-common": "^9.0.16",
"@workday/canvas-kit-css-core": "^9.0.16"
"@workday/canvas-kit-css-common": "^9.0.17",
"@workday/canvas-kit-css-core": "^9.0.17"
}
}
4 changes: 2 additions & 2 deletions modules/css/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-common",
"version": "9.0.16",
"version": "9.0.17",
"description": "The common css for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -28,6 +28,6 @@
"workday"
],
"dependencies": {
"@workday/canvas-kit-css-core": "^9.0.16"
"@workday/canvas-kit-css-core": "^9.0.17"
}
}
2 changes: 1 addition & 1 deletion modules/css/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-core",
"version": "9.0.16",
"version": "9.0.17",
"description": "The core css for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand Down
16 changes: 8 additions & 8 deletions modules/css/form-field/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-form-field",
"version": "9.0.16",
"version": "9.0.17",
"description": "The form css for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -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.16",
"@workday/canvas-kit-css-core": "^9.0.16",
"@workday/canvas-kit-css-common": "^9.0.17",
"@workday/canvas-kit-css-core": "^9.0.17",
"@workday/canvas-system-icons-web": "^3.0.0"
},
"devDependencies": {
"@workday/canvas-kit-css-checkbox": "^9.0.16",
"@workday/canvas-kit-css-radio": "^9.0.16",
"@workday/canvas-kit-css-select": "^9.0.16",
"@workday/canvas-kit-css-text-area": "^9.0.16",
"@workday/canvas-kit-css-text-input": "^9.0.16"
"@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"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
4 changes: 2 additions & 2 deletions modules/css/icon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-icon",
"version": "9.0.16",
"version": "9.0.17",
"description": "Icon toolkit for Canvas kit",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -17,7 +17,7 @@
},
"dependencies": {
"@workday/canvas-colors-web": "^2.0.0",
"@workday/canvas-kit-css-core": "^9.0.16",
"@workday/canvas-kit-css-core": "^9.0.17",
"svg-injector": "^1.1.3",
"to-slug-case": "^1.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/css/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-layout",
"version": "9.0.16",
"version": "9.0.17",
"description": "Layout css for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -16,7 +16,7 @@
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/layout/css"
},
"dependencies": {
"@workday/canvas-kit-css-core": "^9.0.16"
"@workday/canvas-kit-css-core": "^9.0.17"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
4 changes: 2 additions & 2 deletions modules/css/loading-dots/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-loading-dots",
"version": "9.0.16",
"version": "9.0.17",
"description": "Animations used while a page or component is loading.",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -17,7 +17,7 @@
"directory": "modules/css/loading-dots"
},
"dependencies": {
"@workday/canvas-kit-css-core": "^9.0.16"
"@workday/canvas-kit-css-core": "^9.0.17"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
4 changes: 2 additions & 2 deletions modules/css/menu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-menu",
"version": "9.0.16",
"version": "9.0.17",
"description": "Menu CSS for Canvas kit CSS",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -16,7 +16,7 @@
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/menu/css"
},
"dependencies": {
"@workday/canvas-kit-css-core": "^9.0.16"
"@workday/canvas-kit-css-core": "^9.0.17"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
6 changes: 3 additions & 3 deletions modules/css/modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-modal",
"version": "9.0.16",
"version": "9.0.17",
"description": "Modal CSS for Canvas kit CSS",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -16,8 +16,8 @@
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/modal/css"
},
"dependencies": {
"@workday/canvas-kit-css-core": "^9.0.16",
"@workday/canvas-kit-css-popup": "^9.0.16"
"@workday/canvas-kit-css-core": "^9.0.17",
"@workday/canvas-kit-css-popup": "^9.0.17"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
46 changes: 23 additions & 23 deletions modules/css/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css",
"version": "9.0.16",
"version": "9.0.17",
"description": "The parent module that contains all Workday Canvas Kit CSS components",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -17,28 +17,28 @@
"directory": "modules/css"
},
"dependencies": {
"@workday/canvas-kit-css-action-bar": "^9.0.16",
"@workday/canvas-kit-css-badge": "^9.0.16",
"@workday/canvas-kit-css-banner": "^9.0.16",
"@workday/canvas-kit-css-button": "^9.0.16",
"@workday/canvas-kit-css-card": "^9.0.16",
"@workday/canvas-kit-css-checkbox": "^9.0.16",
"@workday/canvas-kit-css-common": "^9.0.16",
"@workday/canvas-kit-css-core": "^9.0.16",
"@workday/canvas-kit-css-form-field": "^9.0.16",
"@workday/canvas-kit-css-icon": "^9.0.16",
"@workday/canvas-kit-css-layout": "^9.0.16",
"@workday/canvas-kit-css-loading-dots": "^9.0.16",
"@workday/canvas-kit-css-menu": "^9.0.16",
"@workday/canvas-kit-css-modal": "^9.0.16",
"@workday/canvas-kit-css-page-header": "^9.0.16",
"@workday/canvas-kit-css-popup": "^9.0.16",
"@workday/canvas-kit-css-radio": "^9.0.16",
"@workday/canvas-kit-css-select": "^9.0.16",
"@workday/canvas-kit-css-table": "^9.0.16",
"@workday/canvas-kit-css-text-area": "^9.0.16",
"@workday/canvas-kit-css-text-input": "^9.0.16",
"@workday/canvas-kit-css-tooltip": "^9.0.16"
"@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"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
4 changes: 2 additions & 2 deletions modules/css/page-header/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-page-header",
"version": "9.0.16",
"version": "9.0.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",
Expand All @@ -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.16"
"@workday/canvas-kit-css-core": "^9.0.17"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
6 changes: 3 additions & 3 deletions modules/css/popup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-popup",
"version": "9.0.16",
"version": "9.0.17",
"description": "Popup CSS for Canvas kit CSS",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand All @@ -16,8 +16,8 @@
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/popup/css"
},
"dependencies": {
"@workday/canvas-kit-css-card": "^9.0.16",
"@workday/canvas-kit-css-core": "^9.0.16"
"@workday/canvas-kit-css-card": "^9.0.17",
"@workday/canvas-kit-css-core": "^9.0.17"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
Expand Down
6 changes: 3 additions & 3 deletions modules/css/radio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-css-radio",
"version": "9.0.16",
"version": "9.0.17",
"description": "The radio css for canvas-kit-css",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -29,7 +29,7 @@
"workday"
],
"dependencies": {
"@workday/canvas-kit-css-common": "^9.0.16",
"@workday/canvas-kit-css-core": "^9.0.16"
"@workday/canvas-kit-css-common": "^9.0.17",
"@workday/canvas-kit-css-core": "^9.0.17"
}
}
Loading
Loading