@julian_cataldo/astro-lightbox
Advanced tools
Comparing version 0.10.5 to 0.10.7
@@ -6,2 +6,18 @@ # Change Log | ||
## [0.10.7](https://github.com/JulianCataldo/web-garden/compare/@julian_cataldo/astro-lightbox@0.10.6...@julian_cataldo/astro-lightbox@0.10.7) (2022-08-20) | ||
**Note:** Version bump only for package @julian_cataldo/astro-lightbox | ||
## [0.10.6](https://github.com/JulianCataldo/web-garden/compare/@julian_cataldo/astro-lightbox@0.10.5...@julian_cataldo/astro-lightbox@0.10.6) (2022-07-24) | ||
**Note:** Version bump only for package @julian_cataldo/astro-lightbox | ||
## [0.10.5](https://github.com/JulianCataldo/web-garden/compare/@julian_cataldo/astro-lightbox@0.10.4...@julian_cataldo/astro-lightbox@0.10.5) (2022-07-24) | ||
@@ -8,0 +24,0 @@ |
@@ -1,3 +0,8 @@ | ||
import Lightbox from './Lightbox.astro'; | ||
/* ——————————————————————————————————————————————————————————————————————————— * | ||
* © Julian Cataldo — https://www.juliancataldo.com. * | ||
* See LICENSE in the project root. * | ||
/* —————————————————————————————————————————————————————————————————————————— */ | ||
export default Lightbox; | ||
import LightBox from './LightBox.astro'; | ||
export default LightBox; |
{ | ||
"name": "@julian_cataldo/astro-lightbox", | ||
"version": "0.10.5", | ||
"version": "0.10.7", | ||
"description": "Simple lightbox component.", | ||
@@ -37,3 +37,3 @@ "main": "index.js", | ||
"license": "ISC", | ||
"gitHead": "ce469da6a5c9f0732ff02dcdd14119762f181950" | ||
"gitHead": "40e3d8aa34c40439140220b7d567e2c6f405f129" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
7524
48