Skip to content

Commit

Permalink
chore: Release v10.3.33 [skip release]
Browse files Browse the repository at this point in the history
  • Loading branch information
alanbsmith committed Apr 15, 2024
1 parent c987a34 commit c6b7fe7
Show file tree
Hide file tree
Showing 11 changed files with 29 additions and 21 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [v10.3.33](https://github.com/Workday/canvas-kit/releases/tag/v10.3.33) (2024-04-15)

### Documentation

- docs: Improve the "accessible" example of loading dots ([#2673](https://github.com/Workday/canvas-kit/pull/2673)) ([@williamjstanton](https://github.com/williamjstanton), [@RayRedGoose](https://github.com/RayRedGoose), [@NicholasBoll](https://github.com/NicholasBoll))
Accessible `LoadingDots` example has been updated, by changing background to a darker color that allows `soap400` to meet the minimum 3:1 contrast ratio and adding better screen reader support with the `AriaLiveRegion` component.


## [v10.3.32](https://github.com/Workday/canvas-kit/releases/tag/v10.3.32) (2024-04-12)

### Documentation
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Expand Up @@ -2,7 +2,7 @@
"packages": [
"modules/**"
],
"version": "10.3.32",
"version": "10.3.33",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
2 changes: 1 addition & 1 deletion modules/codemod/package.json
Expand Up @@ -2,7 +2,7 @@
"name": "@workday/canvas-kit-codemod",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
"version": "10.3.32",
"version": "10.3.33",
"description": "A collection of codemods for use on Workday Canvas Kit packages.",
"main": "dist/es6/index.js",
"sideEffects": false,
Expand Down
10 changes: 5 additions & 5 deletions modules/docs/package.json
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-docs",
"version": "10.3.32",
"version": "10.3.33",
"description": "Documentation components of Canvas Kit components",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -44,10 +44,10 @@
"dependencies": {
"@emotion/styled": "^11.6.0",
"@storybook/csf": "0.0.1",
"@workday/canvas-kit-labs-react": "^10.3.32",
"@workday/canvas-kit-preview-react": "^10.3.32",
"@workday/canvas-kit-react": "^10.3.32",
"@workday/canvas-kit-styling": "^10.3.32",
"@workday/canvas-kit-labs-react": "^10.3.33",
"@workday/canvas-kit-preview-react": "^10.3.33",
"@workday/canvas-kit-react": "^10.3.33",
"@workday/canvas-kit-styling": "^10.3.33",
"@workday/canvas-system-icons-web": "^3.0.0",
"@workday/canvas-tokens-web": "^1.0.0",
"markdown-to-jsx": "^6.10.3",
Expand Down
4 changes: 2 additions & 2 deletions modules/labs-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-labs-react",
"version": "10.3.32",
"version": "10.3.33",
"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",
Expand Down Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@workday/canvas-kit-react": "^10.3.32",
"@workday/canvas-kit-react": "^10.3.33",
"@workday/canvas-system-icons-web": "^3.0.0",
"@workday/design-assets-types": "^0.2.8",
"chroma-js": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion modules/popup-stack/package.json
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-popup-stack",
"version": "10.3.32",
"version": "10.3.33",
"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",
Expand Down
6 changes: 3 additions & 3 deletions modules/preview-react/package.json
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-preview-react",
"version": "10.3.32",
"version": "10.3.33",
"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",
Expand Down Expand Up @@ -46,8 +46,8 @@
"dependencies": {
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@workday/canvas-kit-react": "^10.3.32",
"@workday/canvas-kit-styling": "^10.3.32",
"@workday/canvas-kit-react": "^10.3.33",
"@workday/canvas-kit-styling": "^10.3.33",
"@workday/canvas-system-icons-web": "^3.0.0",
"@workday/canvas-tokens-web": "^1.0.0",
"@workday/design-assets-types": "^0.2.8"
Expand Down
2 changes: 1 addition & 1 deletion modules/react-fonts/package.json
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-react-fonts",
"version": "10.3.32",
"version": "10.3.33",
"description": "Fonts for canvas-kit-react",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand Down
6 changes: 3 additions & 3 deletions modules/react/package.json
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-react",
"version": "10.3.32",
"version": "10.3.33",
"description": "The parent module that contains all Workday Canvas Kit React components",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -49,8 +49,8 @@
"@emotion/styled": "^11.6.0",
"@popperjs/core": "^2.5.4",
"@workday/canvas-colors-web": "^2.0.0",
"@workday/canvas-kit-popup-stack": "^10.3.32",
"@workday/canvas-kit-styling": "^10.3.32",
"@workday/canvas-kit-popup-stack": "^10.3.33",
"@workday/canvas-kit-styling": "^10.3.33",
"@workday/canvas-system-icons-web": "^3.0.0",
"@workday/canvas-tokens-web": "^1.0.0",
"@workday/design-assets-types": "^0.2.8",
Expand Down
4 changes: 2 additions & 2 deletions modules/styling-transform/package.json
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-styling-transform",
"version": "10.3.32",
"version": "10.3.33",
"description": "The custom CSS in JS solution that takes JS styles and turns them into static CSS",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,7 +34,7 @@
],
"dependencies": {
"@emotion/serialize": "^1.0.2",
"@workday/canvas-kit-styling": "^10.3.32",
"@workday/canvas-kit-styling": "^10.3.33",
"stylis": "4.0.13",
"typescript": "4.2"
},
Expand Down
4 changes: 2 additions & 2 deletions modules/styling/package.json
@@ -1,6 +1,6 @@
{
"name": "@workday/canvas-kit-styling",
"version": "10.3.32",
"version": "10.3.33",
"description": "The custom CSS in JS solution that takes JS styles and turns them into static CSS",
"author": "Workday, Inc. (https://www.workday.com)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -53,7 +53,7 @@
"@emotion/react": "^11.7.1",
"@emotion/serialize": "^1.0.2",
"@emotion/styled": "^11.6.0",
"@workday/canvas-kit-react": "^10.3.32",
"@workday/canvas-kit-react": "^10.3.33",
"@workday/canvas-tokens-web": "^1.0.0",
"typescript": "4.2"
}
Expand Down

0 comments on commit c6b7fe7

Please sign in to comment.