Skip to content

Commit 6d8ebbf

Browse files
authored
Merge pull request #23 from bholmesdev/changeset-release/main
[ci] release
2 parents 1031968 + 89fbab7 commit 6d8ebbf

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

.changeset/rude-queens-reply.md

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

examples/playground/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @examples/playground
22

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

512
### Patch Changes

examples/playground/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@examples/playground",
33
"type": "module",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"private": true,
66
"scripts": {
77
"dev": "astro dev",
@@ -24,7 +24,7 @@
2424
"react-dom": "^18.0.0",
2525
"sanitize-html": "^2.11.0",
2626
"simple-stack-form": "^0.1.0",
27-
"simple-stack-stream": "^0.0.2",
27+
"simple-stack-stream": "^0.0.3",
2828
"tailwindcss": "^3.0.24",
2929
"zod": "^3.22.4"
3030
},

packages/stream/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- [#22](https://github.com/bholmesdev/simple-stack/pull/22) [`b645806`](https://github.com/bholmesdev/simple-stack/commit/b645806d3a8f58a8bf1cc21fad8f3295adfa07c5) Thanks [@aarongarciah](https://github.com/aarongarciah)! - Fix simple-stream integration name
8+
39
## 0.0.2
410

511
### Patch Changes

packages/stream/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-stream",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Suspend your Astro components with fallback content.",
55
"type": "module",
66
"scripts": {

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)