Skip to content

Commit

Permalink
[ci] release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 2, 2024
1 parent ddcb25f commit 7cc95f4
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/pink-rice-behave.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/playground/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @examples/playground

## 0.0.1

### Patch Changes

- Updated dependencies [[`a36d92d`](https://github.com/bholmesdev/simple-stack/commit/a36d92d24c36d00f6fd547930bb2483da817e2ef)]:
- [email protected]
4 changes: 2 additions & 2 deletions examples/playground/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/playground",
"type": "module",
"version": "0.0.0",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
Expand All @@ -24,7 +24,7 @@
"react-dom": "^18.0.0",
"sanitize-html": "^2.11.0",
"simple-stack-form": "^0.1.0",
"simple-stack-stream": "^0.0.1",
"simple-stack-stream": "^0.0.2",
"tailwindcss": "^3.0.24",
"zod": "^3.22.4"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# simple-stack-stream

## 0.0.2

### Patch Changes

- [#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?
7 changes: 5 additions & 2 deletions packages/stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-stack-stream",
"version": "0.0.1",
"version": "0.0.2",
"description": "Suspend your Astro components with fallback content.",
"type": "module",
"scripts": {
Expand All @@ -12,7 +12,10 @@
"./middleware": "./dist/middleware.js",
".": "./dist/index.js"
},
"keywords": ["withastro", "astro-integration"],
"keywords": [
"withastro",
"astro-integration"
],
"repository": {
"type": "git",
"url": "https://github.com/bholmesdev/simple-stack.git",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7cc95f4

Please sign in to comment.