Skip to content

Commit 705cdb6

Browse files
committed
chore: Release v12.4.5 [skip release]
1 parent e95bfdb commit 705cdb6

File tree

14 files changed

+32
-25
lines changed

14 files changed

+32
-25
lines changed

CHANGELOG.md

+7
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+
## [v12.4.5](https://github.com/Workday/canvas-kit/releases/tag/v12.4.5) (2025-02-21)
7+
8+
### Components
9+
10+
- fix: Define stable ref reference in `useComboboxInputConstrained` ([#3145](https://github.com/Workday/canvas-kit/pull/3145)) ([@mannycarrera4](https://github.com/mannycarrera4), manuel.carrera)
11+
12+
613
## [v12.4.4](https://github.com/Workday/canvas-kit/releases/tag/v12.4.4) (2025-02-21)
714

815
### Documentation

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"modules/**"
44
],
5-
"version": "12.4.4",
5+
"version": "12.4.5",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

modules/codemod/package.json

+1-1
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": "12.4.4",
5+
"version": "12.4.5",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-css",
3-
"version": "12.4.4",
3+
"version": "12.4.5",
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

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-docs",
3-
"version": "12.4.4",
3+
"version": "12.4.5",
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": "^12.4.4",
48-
"@workday/canvas-kit-preview-react": "^12.4.4",
49-
"@workday/canvas-kit-react": "^12.4.4",
50-
"@workday/canvas-kit-styling": "^12.4.4",
47+
"@workday/canvas-kit-labs-react": "^12.4.5",
48+
"@workday/canvas-kit-preview-react": "^12.4.5",
49+
"@workday/canvas-kit-react": "^12.4.5",
50+
"@workday/canvas-kit-styling": "^12.4.5",
5151
"@workday/canvas-system-icons-web": "^3.0.0",
5252
"@workday/canvas-tokens-web": "^2.1.1",
5353
"markdown-to-jsx": "^7.2.0",

modules/labs-css/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-labs-css",
3-
"version": "12.4.4",
3+
"version": "12.4.5",
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-labs-react",
3-
"version": "12.4.4",
3+
"version": "12.4.5",
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,8 +46,8 @@
4646
"dependencies": {
4747
"@emotion/react": "^11.7.1",
4848
"@emotion/styled": "^11.6.0",
49-
"@workday/canvas-kit-react": "^12.4.4",
50-
"@workday/canvas-kit-styling": "^12.4.4",
49+
"@workday/canvas-kit-react": "^12.4.5",
50+
"@workday/canvas-kit-styling": "^12.4.5",
5151
"@workday/canvas-system-icons-web": "^3.0.0",
5252
"@workday/canvas-tokens-web": "^2.1.1",
5353
"@workday/design-assets-types": "^0.2.8",

modules/popup-stack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-popup-stack",
3-
"version": "12.4.4",
3+
"version": "12.4.5",
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-preview-css",
3-
"version": "12.4.4",
3+
"version": "12.4.5",
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

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-preview-react",
3-
"version": "12.4.4",
3+
"version": "12.4.5",
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": "^12.4.4",
50-
"@workday/canvas-kit-styling": "^12.4.4",
49+
"@workday/canvas-kit-react": "^12.4.5",
50+
"@workday/canvas-kit-styling": "^12.4.5",
5151
"@workday/canvas-system-icons-web": "^3.0.0",
5252
"@workday/canvas-tokens-web": "^2.1.1",
5353
"@workday/design-assets-types": "^0.2.8"

modules/react-fonts/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-react-fonts",
3-
"version": "12.4.4",
3+
"version": "12.4.5",
44
"description": "Fonts for canvas-kit-react",
55
"author": "Workday, Inc. (https://www.workday.com)",
66
"license": "Apache-2.0",

modules/react/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-react",
3-
"version": "12.4.4",
3+
"version": "12.4.5",
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": "^12.4.4",
53-
"@workday/canvas-kit-styling": "^12.4.4",
52+
"@workday/canvas-kit-popup-stack": "^12.4.5",
53+
"@workday/canvas-kit-styling": "^12.4.5",
5454
"@workday/canvas-system-icons-web": "^3.0.0",
5555
"@workday/canvas-tokens-web": "^2.1.1",
5656
"@workday/design-assets-types": "^0.2.8",

modules/styling-transform/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-styling-transform",
3-
"version": "12.4.4",
3+
"version": "12.4.5",
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": "^12.4.4",
37+
"@workday/canvas-kit-styling": "^12.4.5",
3838
"@workday/canvas-tokens-web": "^2.1.1",
3939
"stylis": "4.0.13",
4040
"ts-node": "^10.9.1",

modules/styling/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@workday/canvas-kit-styling",
3-
"version": "12.4.4",
3+
"version": "12.4.5",
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": "^12.4.4",
56+
"@workday/canvas-kit-react": "^12.4.5",
5757
"@workday/canvas-system-icons-web": "^3.0.0",
5858
"@workday/canvas-tokens-web": "^2.1.1",
5959
"typescript": "5.0"

0 commit comments

Comments
 (0)