Skip to content

Commit 83b8332

Browse files
authored
Merge pull request #71 from bholmesdev/changeset-release/main
[ci] release
2 parents 6696dbd + 758af80 commit 83b8332

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/fluffy-peas-jump.md

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

packages/query/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7ff6c6d`](https://github.com/bholmesdev/simple-stack/commit/7ff6c6dc2f1aae9b26f574ec93aef1cc8014495b)]:
8+
9+
310
## 0.0.2
411

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

packages/scope/CHANGELOG.md

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

3+
## 2.0.2
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
39
## 2.0.1
410

511
### Patch Changes

packages/scope/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vite-plugin-simple-scope",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Get a scoped ID for whatever file you're in. Zero client-side JS.",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)