Skip to content

Commit 55c53bf

Browse files
committed
chore: Release v9.1.16 [skip release]
1 parent 34f6d83 commit 55c53bf

File tree

33 files changed

+102
-95
lines changed

33 files changed

+102
-95
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [v9.1.16](https://github.com/Workday/canvas-kit/releases/tag/v9.1.16) (2023-08-29)
7+
8+
### Documentation
9+
10+
- fix: Accessibility enhancements to preview table examples ([#2321](https://github.com/Workday/canvas-kit/pull/2321)) ([@williamjstanton](https://github.com/williamjstanton))
11+
12+
613
## [v9.1.15](https://github.com/Workday/canvas-kit/releases/tag/v9.1.15) (2023-08-29)
714

815
### Components

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"modules/**"
44
],
5-
"version": "9.1.15",
5+
"version": "9.1.16",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

modules/codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@workday/canvas-kit-codemod",
33
"author": "Workday, Inc. (https://www.workday.com)",
44
"license": "Apache-2.0",
5-
"version": "9.1.15",
5+
"version": "9.1.16",
66
"description": "A collection of codemods for use on Workday Canvas Kit packages.",
77
"main": "dist/es6/index.js",
88
"sideEffects": false,

modules/css-fonts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-css-fonts",
3-
"version": "9.1.15",
3+
"version": "9.1.16",
44
"description": "Fonts for canvas-kit-css",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",

modules/css/action-bar/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-css-action-bar",
3-
"version": "9.1.15",
3+
"version": "9.1.16",
44
"description": "Action bar CSS for canvas-kit-css",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",
@@ -16,8 +16,8 @@
1616
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/action-bar/css"
1717
},
1818
"dependencies": {
19-
"@workday/canvas-kit-css-button": "^9.1.15",
20-
"@workday/canvas-kit-css-core": "^9.1.15"
19+
"@workday/canvas-kit-css-button": "^9.1.16",
20+
"@workday/canvas-kit-css-core": "^9.1.16"
2121
},
2222
"scripts": {
2323
"test": "echo \"Error: no test specified\" && exit 1",

modules/css/badge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-css-badge",
3-
"version": "9.1.15",
3+
"version": "9.1.16",
44
"description": "provides a summary indicator with dynamic values",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",

modules/css/banner/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-css-banner",
3-
"version": "9.1.15",
3+
"version": "9.1.16",
44
"description": "Errors and alerts for canvas-kit-css",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",
@@ -16,7 +16,7 @@
1616
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/banner/css"
1717
},
1818
"dependencies": {
19-
"@workday/canvas-kit-css-core": "^9.1.15",
19+
"@workday/canvas-kit-css-core": "^9.1.16",
2020
"@workday/canvas-system-icons-web": "^3.0.0"
2121
},
2222
"scripts": {

modules/css/button/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-css-button",
3-
"version": "9.1.15",
3+
"version": "9.1.16",
44
"description": "The button css for canvas-kit-css",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",
@@ -16,7 +16,7 @@
1616
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/button/css"
1717
},
1818
"dependencies": {
19-
"@workday/canvas-kit-css-core": "^9.1.15",
19+
"@workday/canvas-kit-css-core": "^9.1.16",
2020
"@workday/canvas-system-icons-web": "^3.0.0"
2121
},
2222
"scripts": {

modules/css/card/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-css-card",
3-
"version": "9.1.15",
3+
"version": "9.1.16",
44
"description": "Card CSS for canvas-kit-css",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",
@@ -16,7 +16,7 @@
1616
"url": "http://github.com/Workday/canvas-kit/tree/master/modules/card/css"
1717
},
1818
"dependencies": {
19-
"@workday/canvas-kit-css-core": "^9.1.15"
19+
"@workday/canvas-kit-css-core": "^9.1.16"
2020
},
2121
"scripts": {
2222
"test": "echo \"Error: no test specified\" && exit 1",

modules/css/checkbox/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-css-checkbox",
3-
"version": "9.1.15",
3+
"version": "9.1.16",
44
"description": "The checkbox css for canvas-kit-css",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",
@@ -29,7 +29,7 @@
2929
"workday"
3030
],
3131
"dependencies": {
32-
"@workday/canvas-kit-css-common": "^9.1.15",
33-
"@workday/canvas-kit-css-core": "^9.1.15"
32+
"@workday/canvas-kit-css-common": "^9.1.16",
33+
"@workday/canvas-kit-css-core": "^9.1.16"
3434
}
3535
}

0 commit comments

Comments
 (0)