Skip to content

Commit 4fea25c

Browse files
committed
chore: Release v11.1.26 [skip release]
1 parent b005114 commit 4fea25c

File tree

14 files changed

+31
-24
lines changed

14 files changed

+31
-24
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+
## [v11.1.26](https://github.com/Workday/canvas-kit/releases/tag/v11.1.26) (2024-12-20)
7+
8+
### Components
9+
10+
- fix(side-panel): Filter out invalid DOM prop ([#3080](https://github.com/Workday/canvas-kit/pull/3080)) ([@NicholasBoll](https://github.com/NicholasBoll))
11+
12+
613
## [v11.1.25](https://github.com/Workday/canvas-kit/releases/tag/v11.1.25) (2024-12-20)
714

815
### Dependencies

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": "11.1.25",
5+
"version": "11.1.26",
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": "11.1.25",
5+
"version": "11.1.26",
66
"description": "A collection of codemods for use on Workday Canvas Kit packages.",
77
"main": "dist/es6/index.js",
88
"sideEffects": false,

modules/css/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",
3-
"version": "11.1.25",
3+
"version": "11.1.26",
44
"description": "The parent module that contains all Workday Canvas Kit CSS components",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",

modules/docs/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-docs",
3-
"version": "11.1.25",
3+
"version": "11.1.26",
44
"description": "Documentation components of Canvas Kit components",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",
@@ -44,10 +44,10 @@
4444
"dependencies": {
4545
"@emotion/styled": "^11.6.0",
4646
"@storybook/csf": "0.0.1",
47-
"@workday/canvas-kit-labs-react": "^11.1.25",
48-
"@workday/canvas-kit-preview-react": "^11.1.25",
49-
"@workday/canvas-kit-react": "^11.1.25",
50-
"@workday/canvas-kit-styling": "^11.1.25",
47+
"@workday/canvas-kit-labs-react": "^11.1.26",
48+
"@workday/canvas-kit-preview-react": "^11.1.26",
49+
"@workday/canvas-kit-react": "^11.1.26",
50+
"@workday/canvas-kit-styling": "^11.1.26",
5151
"@workday/canvas-system-icons-web": "^3.0.0",
5252
"@workday/canvas-tokens-web": "^2.0.0",
5353
"markdown-to-jsx": "^7.2.0",

modules/labs-css/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-labs-css",
3-
"version": "11.1.25",
3+
"version": "11.1.26",
44
"description": "The parent module that contains all Workday Canvas Kit Labs CSS components",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",

modules/labs-react/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-labs-react",
3-
"version": "11.1.25",
3+
"version": "11.1.26",
44
"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.",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",
@@ -46,7 +46,7 @@
4646
"dependencies": {
4747
"@emotion/react": "^11.7.1",
4848
"@emotion/styled": "^11.6.0",
49-
"@workday/canvas-kit-react": "^11.1.25",
49+
"@workday/canvas-kit-react": "^11.1.26",
5050
"@workday/canvas-system-icons-web": "^3.0.0",
5151
"@workday/design-assets-types": "^0.2.8",
5252
"chroma-js": "^2.1.0",

modules/popup-stack/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-popup-stack",
3-
"version": "11.1.25",
3+
"version": "11.1.26",
44
"description": "Stack for managing popup UIs to coordinate global concerns like escape key handling and rendering order",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",

modules/preview-css/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-preview-css",
3-
"version": "11.1.25",
3+
"version": "11.1.26",
44
"description": "The parent module that contains all Workday Canvas Kit Preview CSS components",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",

modules/preview-react/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-preview-react",
3-
"version": "11.1.25",
3+
"version": "11.1.26",
44
"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.",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",
@@ -46,8 +46,8 @@
4646
"dependencies": {
4747
"@emotion/react": "^11.7.1",
4848
"@emotion/styled": "^11.6.0",
49-
"@workday/canvas-kit-react": "^11.1.25",
50-
"@workday/canvas-kit-styling": "^11.1.25",
49+
"@workday/canvas-kit-react": "^11.1.26",
50+
"@workday/canvas-kit-styling": "^11.1.26",
5151
"@workday/canvas-system-icons-web": "^3.0.0",
5252
"@workday/canvas-tokens-web": "^2.0.0",
5353
"@workday/design-assets-types": "^0.2.8"

modules/react-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-react-fonts",
3-
"version": "11.1.25",
3+
"version": "11.1.26",
44
"description": "Fonts for canvas-kit-react",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",

modules/react/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-react",
3-
"version": "11.1.25",
3+
"version": "11.1.26",
44
"description": "The parent module that contains all Workday Canvas Kit React components",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",
@@ -49,8 +49,8 @@
4949
"@emotion/styled": "^11.6.0",
5050
"@popperjs/core": "^2.5.4",
5151
"@workday/canvas-colors-web": "^2.0.0",
52-
"@workday/canvas-kit-popup-stack": "^11.1.25",
53-
"@workday/canvas-kit-styling": "^11.1.25",
52+
"@workday/canvas-kit-popup-stack": "^11.1.26",
53+
"@workday/canvas-kit-styling": "^11.1.26",
5454
"@workday/canvas-system-icons-web": "^3.0.0",
5555
"@workday/canvas-tokens-web": "^2.0.0",
5656
"@workday/design-assets-types": "^0.2.8",

modules/styling-transform/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-styling-transform",
3-
"version": "11.1.25",
3+
"version": "11.1.26",
44
"description": "The custom CSS in JS solution that takes JS styles and turns them into static CSS",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",
@@ -34,7 +34,7 @@
3434
],
3535
"dependencies": {
3636
"@emotion/serialize": "^1.0.2",
37-
"@workday/canvas-kit-styling": "^11.1.25",
37+
"@workday/canvas-kit-styling": "^11.1.26",
3838
"@workday/canvas-tokens-web": "^2.0.0",
3939
"stylis": "4.0.13",
4040
"typescript": "4.2"

modules/styling/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-styling",
3-
"version": "11.1.25",
3+
"version": "11.1.26",
44
"description": "The custom CSS in JS solution that takes JS styles and turns them into static CSS",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",
@@ -53,7 +53,7 @@
5353
"@emotion/react": "^11.7.1",
5454
"@emotion/serialize": "^1.0.2",
5555
"@emotion/styled": "^11.6.0",
56-
"@workday/canvas-kit-react": "^11.1.25",
56+
"@workday/canvas-kit-react": "^11.1.26",
5757
"@workday/canvas-system-icons-web": "^3.0.0",
5858
"@workday/canvas-tokens-web": "^2.0.0",
5959
"typescript": "4.2"

0 commit comments

Comments
 (0)