diff --git a/.changeset/metal-sloths-occur.md b/.changeset/metal-sloths-occur.md deleted file mode 100644 index be5ee94..0000000 --- a/.changeset/metal-sloths-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"simple-stack-query": patch ---- - -fixes issue where `$.ready` does not fire in Safari or Firefox when using Astro view transitions with `fallback="none"` diff --git a/packages/query/CHANGELOG.md b/packages/query/CHANGELOG.md index 9e1cf94..7a5ae0c 100644 --- a/packages/query/CHANGELOG.md +++ b/packages/query/CHANGELOG.md @@ -1,5 +1,11 @@ # simple-stack-query +## 0.1.1 + +### Patch Changes + +- [#75](https://github.com/bholmesdev/simple-stack/pull/75) [`56a4000`](https://github.com/bholmesdev/simple-stack/commit/56a4000810aed4ddb07f5d8fccd3b7e1c7c8bbd4) Thanks [@bholmesdev](https://github.com/bholmesdev)! - fixes issue where `$.ready` does not fire in Safari or Firefox when using Astro view transitions with `fallback="none"` + ## 0.1.0 ### Minor Changes diff --git a/packages/query/package.json b/packages/query/package.json index 6c35b73..3045ab2 100644 --- a/packages/query/package.json +++ b/packages/query/package.json @@ -1,6 +1,6 @@ { "name": "simple-stack-query", - "version": "0.1.0", + "version": "0.1.1", "description": "Select elements in Astro without the hassle", "type": "module", "scripts": {