diff --git a/.changeset/chilly-phones-agree.md b/.changeset/chilly-phones-agree.md deleted file mode 100644 index 6e743b8..0000000 --- a/.changeset/chilly-phones-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@auroratide/img-zoom": patch ---- - -Fix issue where programmatically changing the image source did not always change the source in the zoomed image diff --git a/.changeset/twenty-humans-care.md b/.changeset/twenty-humans-care.md deleted file mode 100644 index 1eb42c5..0000000 --- a/.changeset/twenty-humans-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@auroratide/img-zoom": patch ---- - -Use a better-feeling default animation for zooming diff --git a/components/img-zoom/CHANGELOG.md b/components/img-zoom/CHANGELOG.md index ccd7580..befd389 100644 --- a/components/img-zoom/CHANGELOG.md +++ b/components/img-zoom/CHANGELOG.md @@ -1,5 +1,12 @@ # @auroratide/img-zoom +## 0.1.5 + +### Patch Changes + +- 129a6bf: Fix issue where programmatically changing the image source did not always change the source in the zoomed image +- ead21a5: Use a better-feeling default animation for zooming + ## 0.1.4 ### Patch Changes diff --git a/components/img-zoom/package.json b/components/img-zoom/package.json index dc27b0a..fab91e3 100644 --- a/components/img-zoom/package.json +++ b/components/img-zoom/package.json @@ -1,6 +1,6 @@ { "name": "@auroratide/img-zoom", - "version": "0.1.4", + "version": "0.1.5", "description": "Component for viewing images in more detail.", "type": "module", "main": "lib/index.js", diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 8c16804..e6b07ff 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,13 @@ # @auroratide/wc-docs +## 0.2.1 + +### Patch Changes + +- Updated dependencies [129a6bf] +- Updated dependencies [ead21a5] + - @auroratide/img-zoom@0.1.5 + ## 0.2.0 ### Minor Changes diff --git a/docs/package.json b/docs/package.json index 0994006..8e266af 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "@auroratide/wc-docs", - "version": "0.2.0", + "version": "0.2.1", "private": true, "scripts": { "dev": "vite dev",