Skip to content

Commit

Permalink
Merge pull request #73 from bholmesdev/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
bholmesdev authored Jul 22, 2024
2 parents 17c371d + 1955713 commit 0b6eeb4
Show file tree
Hide file tree
Showing 5 changed files with 3,101 additions and 4,413 deletions.
5 changes: 0 additions & 5 deletions .changeset/neat-chefs-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smooth-steaks-whisper.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# simple-stack-query

## 0.1.0

### Minor Changes

- [#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`.

### Patch Changes

- [#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.

## 0.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-stack-query",
"version": "0.0.3",
"version": "0.1.0",
"description": "Select elements in Astro without the hassle",
"type": "module",
"scripts": {
Expand Down
Loading

0 comments on commit 0b6eeb4

Please sign in to comment.