@workday/canvas-kit-docs 11.0.1 → 11.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -86,7 +86,7 @@ If you're new to running codemods or if it's been a minute since you've used one
86
86
  things you'll want to keep in mind.
87
87
 
88
88
  - Our codemods are meant to be run sequentially. For example, if you're using v8 of Canvas Kit,
89
- you'll need to run the v9 and v10 codemod before you run v11.
89
+ you'll need to run the v9 codemod before you run v11.
90
90
  - The codemod will update your code to be compatible with the specified version, but it will **not**
91
91
  remove outdated dependencies or upgrade dependencies to the latest version. You'll need to upgrade
92
92
  dependencies on your own.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "11.0.1",
3
+ "version": "11.0.3",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -44,10 +44,10 @@
44
44
  "dependencies": {
45
45
  "@emotion/styled": "^11.6.0",
46
46
  "@storybook/csf": "0.0.1",
47
- "@workday/canvas-kit-labs-react": "^11.0.1",
48
- "@workday/canvas-kit-preview-react": "^11.0.1",
49
- "@workday/canvas-kit-react": "^11.0.1",
50
- "@workday/canvas-kit-styling": "^11.0.1",
47
+ "@workday/canvas-kit-labs-react": "^11.0.3",
48
+ "@workday/canvas-kit-preview-react": "^11.0.3",
49
+ "@workday/canvas-kit-react": "^11.0.3",
50
+ "@workday/canvas-kit-styling": "^11.0.3",
51
51
  "@workday/canvas-system-icons-web": "^3.0.0",
52
52
  "@workday/canvas-tokens-web": "^1.3.1",
53
53
  "markdown-to-jsx": "^6.10.3",
@@ -59,5 +59,5 @@
59
59
  "mkdirp": "^1.0.3",
60
60
  "typescript": "4.2"
61
61
  },
62
- "gitHead": "17945e6fcc65d3b9f937407558b8df394acacdbc"
62
+ "gitHead": "5ba63c8853ade41d8dadf9d7e98203acb15a3fc3"
63
63
  }