diff --git a/CHANGELOG.md b/CHANGELOG.md index 3965a5d446..750c4979b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,29 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [v12.1.16](https://github.com/Workday/canvas-kit/releases/tag/v12.1.16) (2024-12-20) + +### Components + +- fix(side-panel): Filter out invalid DOM prop ([#3080](https://github.com/Workday/canvas-kit/pull/3080)) ([@NicholasBoll](https://github.com/NicholasBoll)) + +### Dependencies + +- fix: Resolve recast dep from jscodeshift to remove extra parens ([#3083](https://github.com/Workday/canvas-kit/pull/3083)) ([@mannycarrera4](https://github.com/mannycarrera4), manuel.carrera) + + +## [v11.1.26](https://github.com/Workday/canvas-kit/releases/tag/v11.1.26) (2024-12-20) + +### Components + +- fix(side-panel): Filter out invalid DOM prop ([#3080](https://github.com/Workday/canvas-kit/pull/3080)) ([@NicholasBoll](https://github.com/NicholasBoll)) + + +## [v11.1.25](https://github.com/Workday/canvas-kit/releases/tag/v11.1.25) (2024-12-20) + +### Dependencies + +- fix: Resolve recast dep from jscodeshift to remove extra parens ([#3083](https://github.com/Workday/canvas-kit/pull/3083)) ([@mannycarrera4](https://github.com/mannycarrera4), manuel.carrera) ## [v12.1.15](https://github.com/Workday/canvas-kit/releases/tag/v12.1.15) (2024-12-17) ### Components diff --git a/lerna.json b/lerna.json index 2a23ca0296..89b5d0b922 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": [ "modules/**" ], - "version": "12.1.15", + "version": "12.1.16", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/modules/codemod/package.json b/modules/codemod/package.json index cee7db0004..ab26fc7f06 100644 --- a/modules/codemod/package.json +++ b/modules/codemod/package.json @@ -2,7 +2,7 @@ "name": "@workday/canvas-kit-codemod", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", - "version": "12.1.15", + "version": "12.1.16", "description": "A collection of codemods for use on Workday Canvas Kit packages.", "main": "dist/es6/index.js", "sideEffects": false, @@ -42,5 +42,8 @@ "build": "tsc -p tsconfig.es6.json", "test": "TZ=UTC jest -c ../../jest.config.js", "typecheck:src": "tsc -p . --noEmit --incremental false" + }, + "resolutions": { + "recast": "0.20.4" } } diff --git a/modules/css/package.json b/modules/css/package.json index 7dfc6f6aab..e1ce6b2485 100644 --- a/modules/css/package.json +++ b/modules/css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-css", - "version": "12.1.15", + "version": "12.1.16", "description": "The parent module that contains all Workday Canvas Kit CSS components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/docs/package.json b/modules/docs/package.json index eac066c6f8..04b0d1cccb 100644 --- a/modules/docs/package.json +++ b/modules/docs/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-docs", - "version": "12.1.15", + "version": "12.1.16", "description": "Documentation components of Canvas Kit components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -44,10 +44,10 @@ "dependencies": { "@emotion/styled": "^11.6.0", "@storybook/csf": "0.0.1", - "@workday/canvas-kit-labs-react": "^12.1.15", - "@workday/canvas-kit-preview-react": "^12.1.15", - "@workday/canvas-kit-react": "^12.1.15", - "@workday/canvas-kit-styling": "^12.1.15", + "@workday/canvas-kit-labs-react": "^12.1.16", + "@workday/canvas-kit-preview-react": "^12.1.16", + "@workday/canvas-kit-react": "^12.1.16", + "@workday/canvas-kit-styling": "^12.1.16", "@workday/canvas-system-icons-web": "^3.0.0", "@workday/canvas-tokens-web": "^2.1.0", "markdown-to-jsx": "^7.2.0", diff --git a/modules/labs-css/package.json b/modules/labs-css/package.json index bd2c54a3e7..3b8a321985 100644 --- a/modules/labs-css/package.json +++ b/modules/labs-css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-labs-css", - "version": "12.1.15", + "version": "12.1.16", "description": "The parent module that contains all Workday Canvas Kit Labs CSS components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/labs-react/package.json b/modules/labs-react/package.json index 116113098d..8259401958 100644 --- a/modules/labs-react/package.json +++ b/modules/labs-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-labs-react", - "version": "12.1.15", + "version": "12.1.16", "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", @@ -46,8 +46,8 @@ "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@workday/canvas-kit-react": "^12.1.15", - "@workday/canvas-kit-styling": "^12.1.15", + "@workday/canvas-kit-react": "^12.1.16", + "@workday/canvas-kit-styling": "^12.1.16", "@workday/canvas-system-icons-web": "^3.0.0", "@workday/canvas-tokens-web": "^2.1.0", "@workday/design-assets-types": "^0.2.8", diff --git a/modules/popup-stack/package.json b/modules/popup-stack/package.json index 6bfa1ab108..55b79c1aba 100644 --- a/modules/popup-stack/package.json +++ b/modules/popup-stack/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-popup-stack", - "version": "12.1.15", + "version": "12.1.16", "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", diff --git a/modules/preview-css/package.json b/modules/preview-css/package.json index bfcab51b9a..4995b7625d 100644 --- a/modules/preview-css/package.json +++ b/modules/preview-css/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-preview-css", - "version": "12.1.15", + "version": "12.1.16", "description": "The parent module that contains all Workday Canvas Kit Preview CSS components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/preview-react/package.json b/modules/preview-react/package.json index 891e63fbfe..bb1f57f138 100644 --- a/modules/preview-react/package.json +++ b/modules/preview-react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-preview-react", - "version": "12.1.15", + "version": "12.1.16", "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", @@ -46,8 +46,8 @@ "dependencies": { "@emotion/react": "^11.7.1", "@emotion/styled": "^11.6.0", - "@workday/canvas-kit-react": "^12.1.15", - "@workday/canvas-kit-styling": "^12.1.15", + "@workday/canvas-kit-react": "^12.1.16", + "@workday/canvas-kit-styling": "^12.1.16", "@workday/canvas-system-icons-web": "^3.0.0", "@workday/canvas-tokens-web": "^2.1.0", "@workday/design-assets-types": "^0.2.8" diff --git a/modules/react-fonts/package.json b/modules/react-fonts/package.json index 0b3be483cf..071b2d3c86 100644 --- a/modules/react-fonts/package.json +++ b/modules/react-fonts/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react-fonts", - "version": "12.1.15", + "version": "12.1.16", "description": "Fonts for canvas-kit-react", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", diff --git a/modules/react/package.json b/modules/react/package.json index 0356ef5911..4fe6209315 100644 --- a/modules/react/package.json +++ b/modules/react/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-react", - "version": "12.1.15", + "version": "12.1.16", "description": "The parent module that contains all Workday Canvas Kit React components", "author": "Workday, Inc. (https://www.workday.com)", "license": "Apache-2.0", @@ -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": "^12.1.15", - "@workday/canvas-kit-styling": "^12.1.15", + "@workday/canvas-kit-popup-stack": "^12.1.16", + "@workday/canvas-kit-styling": "^12.1.16", "@workday/canvas-system-icons-web": "^3.0.0", "@workday/canvas-tokens-web": "^2.1.0", "@workday/design-assets-types": "^0.2.8", diff --git a/modules/react/side-panel/lib/SidePanel.tsx b/modules/react/side-panel/lib/SidePanel.tsx index 781cdd4604..4c5a4b0de7 100644 --- a/modules/react/side-panel/lib/SidePanel.tsx +++ b/modules/react/side-panel/lib/SidePanel.tsx @@ -136,7 +136,7 @@ const ChildrenContainer = styled('div') prop !== 'openDirection'})< TertiaryButtonProps & Pick >( { diff --git a/modules/styling-transform/package.json b/modules/styling-transform/package.json index 015ebf30a5..5165d59cbc 100644 --- a/modules/styling-transform/package.json +++ b/modules/styling-transform/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-styling-transform", - "version": "12.1.15", + "version": "12.1.16", "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", @@ -34,7 +34,7 @@ ], "dependencies": { "@emotion/serialize": "^1.0.2", - "@workday/canvas-kit-styling": "^12.1.15", + "@workday/canvas-kit-styling": "^12.1.16", "@workday/canvas-tokens-web": "^2.1.0", "stylis": "4.0.13", "ts-node": "^10.9.1", diff --git a/modules/styling/package.json b/modules/styling/package.json index 5f22843a61..c23a76fa96 100644 --- a/modules/styling/package.json +++ b/modules/styling/package.json @@ -1,6 +1,6 @@ { "name": "@workday/canvas-kit-styling", - "version": "12.1.15", + "version": "12.1.16", "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", @@ -53,7 +53,7 @@ "@emotion/react": "^11.7.1", "@emotion/serialize": "^1.0.2", "@emotion/styled": "^11.6.0", - "@workday/canvas-kit-react": "^12.1.15", + "@workday/canvas-kit-react": "^12.1.16", "@workday/canvas-system-icons-web": "^3.0.0", "@workday/canvas-tokens-web": "^2.1.0", "typescript": "5.0" diff --git a/yarn.lock b/yarn.lock index d22950dc61..32ecdfef83 100644 --- a/yarn.lock +++ b/yarn.lock @@ -14750,9 +14750,9 @@ readdirp@~3.6.0: picomatch "^2.2.1" recast@^0.20.3: - version "0.20.4" - resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.4.tgz#db55983eac70c46b3fff96c8e467d65ffb4a7abc" - integrity sha512-6qLIBGGRcwjrTZGIiBpJVC/NeuXpogXNyRQpqU1zWPUigCphvApoCs9KIwDYh1eDuJ6dAFlQoi/QUyE5KQ6RBQ== + version "0.20.5" + resolved "https://registry.yarnpkg.com/recast/-/recast-0.20.5.tgz#8e2c6c96827a1b339c634dd232957d230553ceae" + integrity sha512-E5qICoPoNL4yU0H0NoBDntNB0Q5oMSNh9usFctYniLBluTthi3RsQVBXIJNbApOlvSwW/RGxIuokPcAc59J5fQ== dependencies: ast-types "0.14.2" esprima "~4.0.0"