Skip to content

Commit

Permalink
Merge pull request #71 from bholmesdev/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
bholmesdev authored Jul 21, 2024
2 parents 6696dbd + 758af80 commit 83b8332
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-peas-jump.md

This file was deleted.

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

## 0.0.3

### Patch Changes

- Updated dependencies [[`7ff6c6d`](https://github.com/bholmesdev/simple-stack/commit/7ff6c6dc2f1aae9b26f574ec93aef1cc8014495b)]:
- vite-plugin-simple-scope@2.0.2

## 0.0.2

### 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.2",
"version": "0.0.3",
"description": "Select elements in Astro without the hassle",
"type": "module",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/scope/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# vite-plugin-simple-scope

## 2.0.2

### Patch Changes

- [#70](https://github.com/bholmesdev/simple-stack/pull/70) [`7ff6c6d`](https://github.com/bholmesdev/simple-stack/commit/7ff6c6dc2f1aae9b26f574ec93aef1cc8014495b) Thanks [@bholmesdev](https://github.com/bholmesdev)! - fixes "failed to resolve entry" error on dev server start.

## 2.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/scope/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vite-plugin-simple-scope",
"version": "2.0.1",
"version": "2.0.2",
"description": "Get a scoped ID for whatever file you're in. Zero client-side JS.",
"type": "module",
"exports": {
Expand Down

0 comments on commit 83b8332

Please sign in to comment.