Skip to content

Commit be7c79a

Browse files
authored
Merge pull request #21 from bholmesdev/changeset-release/main
[ci] release
2 parents ddcb25f + 7cc95f4 commit be7c79a

File tree

6 files changed

+23
-10
lines changed

6 files changed

+23
-10
lines changed

.changeset/pink-rice-behave.md

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

examples/playground/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @examples/playground
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a36d92d`](https://github.com/bholmesdev/simple-stack/commit/a36d92d24c36d00f6fd547930bb2483da817e2ef)]:
8+

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.0",
4+
"version": "0.0.1",
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.1",
27+
"simple-stack-stream": "^0.0.2",
2828
"tailwindcss": "^3.0.24",
2929
"zod": "^3.22.4"
3030
},

packages/stream/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# simple-stack-stream
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#20](https://github.com/bholmesdev/simple-stack/pull/20) [`a36d92d`](https://github.com/bholmesdev/simple-stack/commit/a36d92d24c36d00f6fd547930bb2483da817e2ef) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Simple stream initial release. Who said suspense had to be hard?

packages/stream/package.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "simple-stack-stream",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Suspend your Astro components with fallback content.",
55
"type": "module",
66
"scripts": {
@@ -12,7 +12,10 @@
1212
"./middleware": "./dist/middleware.js",
1313
".": "./dist/index.js"
1414
},
15-
"keywords": ["withastro", "astro-integration"],
15+
"keywords": [
16+
"withastro",
17+
"astro-integration"
18+
],
1619
"repository": {
1720
"type": "git",
1821
"url": "https://github.com/bholmesdev/simple-stack.git",

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)