@khanacademy/wonder-blocks-progress-spinner
Advanced tools
Comparing version 2.0.0 to 2.0.1
# @khanacademy/wonder-blocks-progress-spinner | ||
## 2.0.1 | ||
### Patch Changes | ||
- ccb6fe00: Miscellaneous TS type fixes | ||
- d4c2b18c: Fix a variety of issues with Flow types generated by flowgen | ||
- Updated dependencies [ccb6fe00] | ||
- Updated dependencies [d4c2b18c] | ||
- @khanacademy/wonder-blocks-core@5.0.1 | ||
- @khanacademy/wonder-blocks-color@2.0.1 | ||
## 2.0.0 | ||
@@ -4,0 +15,0 @@ |
@@ -38,4 +38,4 @@ import * as React from "react"; | ||
static defaultProps: DefaultProps; | ||
render(): React.ReactElement; | ||
render(): React.ReactNode; | ||
} | ||
export {}; |
{ | ||
"name": "@khanacademy/wonder-blocks-progress-spinner", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"design": "v1", | ||
@@ -19,4 +19,4 @@ "publishConfig": { | ||
"@babel/runtime": "^7.18.6", | ||
"@khanacademy/wonder-blocks-color": "^2.0.0", | ||
"@khanacademy/wonder-blocks-core": "^5.0.0" | ||
"@khanacademy/wonder-blocks-color": "^2.0.1", | ||
"@khanacademy/wonder-blocks-core": "^5.0.1" | ||
}, | ||
@@ -28,4 +28,4 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"wb-dev-build-settings": "^0.8.0" | ||
"wb-dev-build-settings": "^0.9.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
59072