@hig/progress-ring
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,8 @@ | ||
# [@hig/progress-ring-v1.0.2](https://github.com/Autodesk/hig/compare/@hig/progress-ring@1.0.1...@hig/progress-ring@1.0.2) (2019-03-13) | ||
### Bug Fixes | ||
* theme-context and theme-data as peer dependencies ([8e082ec](https://github.com/Autodesk/hig/commit/8e082ec)) | ||
# [@hig/progress-ring-v1.0.1](https://github.com/Autodesk/hig/compare/@hig/progress-ring@1.0.0...@hig/progress-ring@1.0.1) (2019-02-08) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/progress-ring", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "HIG Progress Ring", | ||
@@ -20,5 +20,3 @@ "author": "Autodesk Inc.", | ||
"dependencies": { | ||
"@hig/theme-context": "^2.1.0", | ||
"@hig/theme-data": "^2.1.1", | ||
"prop-types": "^15.6.1", | ||
"prop-types": "^15.7.1", | ||
"react-lifecycles-compat": "^3.0.4", | ||
@@ -28,2 +26,4 @@ "react-transition-group": "^2.4.0" | ||
"peerDependencies": { | ||
"@hig/theme-context": "^2.1.3", | ||
"@hig/theme-data": "^2.3.3", | ||
"react": "^15.4.1 || ^16.3.2" | ||
@@ -30,0 +30,0 @@ }, |
@@ -12,3 +12,3 @@ # Progress Ring | ||
```bash | ||
yarn add @hig/progress-ring | ||
yarn add @hig/progress-ring @hig/theme-context @hig/theme-data | ||
``` | ||
@@ -15,0 +15,0 @@ |
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
162222
62
- Removed@hig/theme-context@^2.1.0
- Removed@hig/theme-data@^2.1.1
Updatedprop-types@^15.7.1