@hig/label
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,8 @@ | ||
# [@hig/label-v1.0.2](https://github.com/Autodesk/hig/compare/@hig/label@1.0.1...@hig/label@1.0.2) (2019-02-08) | ||
### Bug Fixes | ||
* bump up theme-context dependency ([b068dab](https://github.com/Autodesk/hig/commit/b068dab)) | ||
# [@hig/label-v1.0.1](https://github.com/Autodesk/hig/compare/@hig/label@1.0.0...@hig/label@1.0.1) (2019-01-23) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@hig/label", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "HIG Label", | ||
@@ -21,3 +21,3 @@ "author": "Autodesk Inc.", | ||
"dependencies": { | ||
"@hig/theme-context": "^2.0.0", | ||
"@hig/theme-context": "^2.1.0", | ||
"prop-types": "^15.6.1" | ||
@@ -24,0 +24,0 @@ }, |
@@ -13,7 +13,6 @@ # Label | ||
### Import the component and CSS | ||
### Import the component | ||
```js | ||
import Label from '@hig/label'; | ||
import '@hig/label/build/index.css'; | ||
``` | ||
@@ -20,0 +19,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
23858
24
Updated@hig/theme-context@^2.1.0