@workday/canvas-kit-docs 8.3.0 → 8.3.1

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.
@@ -422,7 +422,7 @@ we'll continue to support `@workday/canvas-kit-css` with bug fixes and significa
422
422
  it most likely won't be receiving new components or additional features. This will allow us to
423
423
  provide more focused support and to dedicate our efforts to making bigger and better improvements to
424
424
  our most used components: Canvas Kit React. If you have questions or concerns, please
425
- [let us know](https://github.com/Workday/canvas-kit/issues/new?labels=&template=question.md).
425
+ [let us know](https://github.com/Workday/canvas-kit/discussions/new).
426
426
 
427
427
  ### Prop Interfaces
428
428
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@workday/canvas-kit-docs",
3
- "version": "8.3.0",
3
+ "version": "8.3.1",
4
4
  "description": "Documentation components of Canvas Kit components",
5
5
  "author": "Workday, Inc. (https://www.workday.com)",
6
6
  "license": "Apache-2.0",
@@ -42,7 +42,7 @@
42
42
  ],
43
43
  "dependencies": {
44
44
  "@storybook/csf": "0.0.1",
45
- "@workday/canvas-kit-react": "^8.3.0"
45
+ "@workday/canvas-kit-react": "^8.3.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "fs-extra": "^10.0.0",
@@ -50,5 +50,5 @@
50
50
  "mkdirp": "^1.0.3",
51
51
  "typescript": "4.1"
52
52
  },
53
- "gitHead": "79e7275ef17c610156101917a142819513e46c8f"
53
+ "gitHead": "3f4b9c5a6126ca28372a01670df3ccc899584243"
54
54
  }