@khanacademy/wonder-blocks-button 3.0.3 → 3.0.4

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @khanacademy/wonder-blocks-button
2
2
 
3
+ ## 3.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [3bae2aba]
8
+ - @khanacademy/wonder-blocks-icon@1.2.31
9
+
3
10
  ## 3.0.3
4
11
 
5
12
  ### Patch Changes
package/docs.md CHANGED
@@ -0,0 +1,4 @@
1
+ Documentation for `@khanacademy/wonder-blocks-button` is now in Storybook.
2
+
3
+ Visit the [Storybook Button](https://khan.github.io/wonder-blocks/?path=/docs/button)
4
+ docs on GitHub Pages.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-button",
3
- "version": "3.0.3",
3
+ "version": "3.0.4",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -19,7 +19,7 @@
19
19
  "@khanacademy/wonder-blocks-clickable": "^2.3.1",
20
20
  "@khanacademy/wonder-blocks-color": "^1.2.0",
21
21
  "@khanacademy/wonder-blocks-core": "^4.4.0",
22
- "@khanacademy/wonder-blocks-icon": "^1.2.30",
22
+ "@khanacademy/wonder-blocks-icon": "^1.2.31",
23
23
  "@khanacademy/wonder-blocks-progress-spinner": "^1.1.35",
24
24
  "@khanacademy/wonder-blocks-spacing": "^3.0.5",
25
25
  "@khanacademy/wonder-blocks-typography": "^1.1.33"
@@ -1,5 +0,0 @@
1
- Documentation for `@khanacademy/wonder-blocks-button` is now in Storybook.
2
-
3
- Either run `yarn start:storybook` locally, or visit the docs for the `main`
4
- branch on [GitHub
5
- Pages](https://khan.github.io/wonder-blocks/?path=/docs/button--default).