@spectrum-web-components/styles
Advanced tools
Comparing version 0.8.1 to 0.9.0
@@ -6,2 +6,12 @@ # Change Log | ||
# [0.9.0](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/styles@0.8.1...@spectrum-web-components/styles@0.9.0) (2021-03-04) | ||
### Bug Fixes | ||
- **styles:** move `@spectrum-web-components/base` from devDependencies to dependencies ([246411c](https://github.com/adobe/spectrum-web-components/commit/246411c63c96cfdabee5ee6ee36659f25cc4e0d4)) | ||
### Features | ||
- use latest exports specification ([a7ecf4b](https://github.com/adobe/spectrum-web-components/commit/a7ecf4b6da7996f36a8a89f62cc2384709497008)) | ||
## [0.8.1](https://github.com/adobe/spectrum-web-components/compare/@spectrum-web-components/styles@0.8.0...@spectrum-web-components/styles@0.8.1) (2021-02-11) | ||
@@ -8,0 +18,0 @@ |
@@ -21,3 +21,3 @@ { | ||
], | ||
"version": "0.8.1", | ||
"version": "0.9.0", | ||
"description": "", | ||
@@ -29,3 +29,3 @@ "style": "all-medium-lightest.css", | ||
"exports": { | ||
"./": "./" | ||
"./*": "./*" | ||
}, | ||
@@ -50,6 +50,8 @@ "files": [ | ||
"@spectrum-css/typography": "^3.0.0", | ||
"@spectrum-css/vars": "^3.0.0", | ||
"@spectrum-web-components/base": "^0.3.3" | ||
"@spectrum-css/vars": "^3.0.0" | ||
}, | ||
"gitHead": "975a9d6bf075d367fbc77c9b5cec4eabce66f6c0" | ||
"dependencies": { | ||
"@spectrum-web-components/base": "^0.4.0" | ||
}, | ||
"gitHead": "aec24bb12d82dea387faa1e6d36dfc7620d230f7" | ||
} |
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
3
702846
1
12630
+ Added@spectrum-web-components/base@0.4.6(transitive)
+ Addedlit-element@2.5.1(transitive)
+ Addedlit-html@1.4.1(transitive)
+ Addedtslib@2.8.1(transitive)