Skip to content

Commit 53cf0c0

Browse files
committed
chore: Release v14.1.3 [skip release]
1 parent e815e18 commit 53cf0c0

File tree

15 files changed

+34
-27
lines changed

15 files changed

+34
-27
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+
## [v14.1.3](https://github.com/Workday/canvas-kit/releases/tag/v14.1.3) (2025-11-03)
7+
8+
### Documentation
9+
10+
- docs: Remove theme object from readme ([#3580](https://github.com/Workday/canvas-kit/pull/3580)) ([@mannycarrera4](https://github.com/mannycarrera4), manuel.carrera)
11+
12+
613
## [v14.1.2](https://github.com/Workday/canvas-kit/releases/tag/v14.1.2) (2025-11-03)
714

815
### Documentation

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": "14.1.2",
5+
"version": "14.1.3",
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": "14.1.2",
5+
"version": "14.1.3",
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": "14.1.2",
3+
"version": "14.1.3",
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": "14.1.2",
3+
"version": "14.1.3",
44
"description": "Documentation components of Canvas Kit components",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",
@@ -45,10 +45,10 @@
4545
"@emotion/styled": "^11.6.0",
4646
"@stackblitz/sdk": "^1.11.0",
4747
"@storybook/csf": "0.0.1",
48-
"@workday/canvas-kit-labs-react": "^14.1.2",
49-
"@workday/canvas-kit-preview-react": "^14.1.2",
50-
"@workday/canvas-kit-react": "^14.1.2",
51-
"@workday/canvas-kit-styling": "^14.1.2",
48+
"@workday/canvas-kit-labs-react": "^14.1.3",
49+
"@workday/canvas-kit-preview-react": "^14.1.3",
50+
"@workday/canvas-kit-react": "^14.1.3",
51+
"@workday/canvas-kit-styling": "^14.1.3",
5252
"@workday/canvas-system-icons-web": "^3.0.36",
5353
"@workday/canvas-tokens-web": "^3.1.1",
5454
"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": "14.1.2",
3+
"version": "14.1.3",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-labs-react",
3-
"version": "14.1.2",
3+
"version": "14.1.3",
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",
@@ -48,8 +48,8 @@
4848
"dependencies": {
4949
"@emotion/react": "^11.7.1",
5050
"@emotion/styled": "^11.6.0",
51-
"@workday/canvas-kit-react": "^14.1.2",
52-
"@workday/canvas-kit-styling": "^14.1.2",
51+
"@workday/canvas-kit-react": "^14.1.3",
52+
"@workday/canvas-kit-styling": "^14.1.3",
5353
"@workday/canvas-system-icons-web": "^3.0.36",
5454
"@workday/canvas-tokens-web": "^3.1.1",
5555
"@workday/design-assets-types": "^0.2.10",

modules/mcp/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-mcp",
3-
"version": "14.1.2",
3+
"version": "14.1.3",
44
"description": "MCP package for Canvas Kit",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.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": "14.1.2",
3+
"version": "14.1.3",
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": "14.1.2",
3+
"version": "14.1.3",
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",

0 commit comments

Comments
 (0)