Skip to content

Commit 002d7ae

Browse files
authored
Merge pull request #76 from bholmesdev/changeset-release/main
[ci] release
2 parents 702d09e + 4d55409 commit 002d7ae

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/metal-sloths-occur.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/query/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# simple-stack-query
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- [#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"`
8+
39
## 0.1.0
410

511
### Minor Changes

packages/query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-stack-query",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Select elements in Astro without the hassle",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)