astro-color-mode
Advanced tools
Comparing version 0.5.3 to 0.6.0
@@ -6,2 +6,20 @@ # Change Log | ||
## 0.6.0 (2022-10-17) | ||
### Features | ||
* generic color mode mixin ([fb39fb0](https://github.com/JulianCataldo/web-garden/commit/fb39fb0711441ecb8187321ebdeed1c5a8c69c3e)) | ||
* init color mode component ([1a8fb81](https://github.com/JulianCataldo/web-garden/commit/1a8fb8105cb9f40572fb7884a4d26dc8b31a37ef)) | ||
### Bug Fixes | ||
* remove package prefix, simplify import method ([73bd31b](https://github.com/JulianCataldo/web-garden/commit/73bd31bf1f501624036a74a3f19c5bf83cc9c0a4)) | ||
* remove unused dependency ([0c0537e](https://github.com/JulianCataldo/web-garden/commit/0c0537e6a286b6532d7de4a301e41c1f959c012e)) | ||
* temporary no js fallback defaults ([3b889d1](https://github.com/JulianCataldo/web-garden/commit/3b889d1db1bedb5eaf481b0e0a65fde18477b347)) | ||
* wrap global script in scoped function ([edf9be5](https://github.com/JulianCataldo/web-garden/commit/edf9be57fd6e354fe3bda886748a897f34add5c0)) | ||
## [0.11.6](https://github.com/JulianCataldo/web-garden/compare/@julian_cataldo/astro-color-mode@0.11.5...@julian_cataldo/astro-color-mode@0.11.6) (2022-09-22) | ||
@@ -8,0 +26,0 @@ |
{ | ||
"name": "astro-color-mode", | ||
"version": "0.5.3", | ||
"version": "0.6.0", | ||
"description": "Provides system or user-defined color scheme preference, with a toggle mechanism. Settings are persisted, component is progressively enhanced and flash of unstyled content avoided. Also, it will provide an easier way to target theme with CSS / SCSS / JS.", | ||
@@ -48,3 +48,4 @@ "main": "index.ts", | ||
], | ||
"license": "ISC" | ||
"license": "ISC", | ||
"gitHead": "35062a6c025fc6a91318aef46cebf472577c6701" | ||
} |
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
11649
7