@khanacademy/wonder-blocks-progress-spinner 2.0.4 → 2.0.5

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,7 @@
1
1
  # @khanacademy/wonder-blocks-progress-spinner
2
2
 
3
+ ## 2.0.5
4
+
3
5
  ## 2.0.4
4
6
 
5
7
  ## 2.0.3
@@ -1,10 +1,9 @@
1
1
  /**
2
- * Flowtype definitions for circular-spinner
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  import * as React from "react";
9
8
  import type { AriaProps, StyleType } from "@khanacademy/wonder-blocks-core";
10
9
  declare type Props = {|
@@ -1,8 +1,7 @@
1
1
  /**
2
- * Flowtype definitions for index
2
+ * Flowtype definitions for data
3
3
  * Generated by Flowgen from a Typescript Definition
4
4
  * Flowgen v1.21.0
5
5
  * @flow
6
6
  */
7
-
8
7
  declare export { default as CircularSpinner } from "./components/circular-spinner";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khanacademy/wonder-blocks-progress-spinner",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "design": "v1",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -24,6 +24,6 @@
24
24
  "react": "16.14.0"
25
25
  },
26
26
  "devDependencies": {
27
- "wb-dev-build-settings": "^0.9.3"
27
+ "wb-dev-build-settings": "^0.9.4"
28
28
  }
29
29
  }