Skip to content

Commit 0b6eeb4

Browse files
authored
Merge pull request #73 from bholmesdev/changeset-release/main
[ci] release
2 parents 17c371d + 1955713 commit 0b6eeb4

File tree

5 files changed

+3101
-4413
lines changed

5 files changed

+3101
-4413
lines changed

.changeset/neat-chefs-provide.md

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

.changeset/smooth-steaks-whisper.md

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

packages/query/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- [#72](https://github.com/bholmesdev/simple-stack/pull/72) [`72e2630`](https://github.com/bholmesdev/simple-stack/commit/72e26309278afc4312fc1b477536c8999dba8e8a) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Change from a global `ready()` block from client scripts to a namespaced `$.ready()` block. Should be safer to avoid collisions with any local variables called `ready`.
8+
9+
### Patch Changes
10+
11+
- [#74](https://github.com/bholmesdev/simple-stack/pull/74) [`20f1ab9`](https://github.com/bholmesdev/simple-stack/commit/20f1ab937f2d4210f62e0b386297690719f3517b) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Add CLI prompt to add VS Code snippets in development.
12+
313
## 0.0.3
414

515
### Patch 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.0.3",
3+
"version": "0.1.0",
44
"description": "Select elements in Astro without the hassle",
55
"type": "module",
66
"scripts": {

0 commit comments

Comments
 (0)