@hig/label
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,8 @@ | ||
# [@hig/label-v1.0.3](https://github.com/Autodesk/hig/compare/@hig/label@1.0.2...@hig/label@1.0.3) (2019-03-13) | ||
### Bug Fixes | ||
* theme-context and theme-data as peer dependencies ([47e6905](https://github.com/Autodesk/hig/commit/47e6905)) | ||
# [@hig/label-v1.0.2](https://github.com/Autodesk/hig/compare/@hig/label@1.0.1...@hig/label@1.0.2) (2019-02-08) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/label", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "HIG Label", | ||
@@ -16,3 +16,2 @@ "author": "Autodesk Inc.", | ||
"module": "build/index.es.js", | ||
"style": "build/index.css", | ||
"files": [ | ||
@@ -22,6 +21,7 @@ "build/*" | ||
"dependencies": { | ||
"@hig/theme-context": "^2.1.0", | ||
"prop-types": "^15.6.1" | ||
"prop-types": "^15.7.1" | ||
}, | ||
"peerDependencies": { | ||
"@hig/theme-context": "^2.1.3", | ||
"@hig/theme-data": "^2.3.3", | ||
"react": "^15.4.1 || ^16.3.2" | ||
@@ -33,4 +33,3 @@ }, | ||
"@hig/scripts": "^0.1.2", | ||
"@hig/semantic-release-config": "^0.1.0", | ||
"@hig/styles": "^0.3.0" | ||
"@hig/semantic-release-config": "^0.1.0" | ||
}, | ||
@@ -37,0 +36,0 @@ "scripts": { |
@@ -10,3 +10,3 @@ # Label | ||
```bash | ||
yarn add @hig/label | ||
yarn add @hig/label @hig/theme-context @hig/theme-data | ||
``` | ||
@@ -13,0 +13,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
4
11857
4
5
178
+ Added@hig/theme-data@2.26.0(transitive)
- Removed@hig/theme-context@^2.1.0
- Removed@hig/theme-data@3.4.2(transitive)
Updatedprop-types@^15.7.1