From 7cc95f4dd93422263e9631a17ed6138c71790d57 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Jan 2024 00:22:04 +0000 Subject: [PATCH] [ci] release --- .changeset/pink-rice-behave.md | 5 ----- examples/playground/CHANGELOG.md | 8 ++++++++ examples/playground/package.json | 4 ++-- packages/stream/CHANGELOG.md | 7 +++++++ packages/stream/package.json | 7 +++++-- pnpm-lock.yaml | 2 +- 6 files changed, 23 insertions(+), 10 deletions(-) delete mode 100644 .changeset/pink-rice-behave.md create mode 100644 examples/playground/CHANGELOG.md create mode 100644 packages/stream/CHANGELOG.md diff --git a/.changeset/pink-rice-behave.md b/.changeset/pink-rice-behave.md deleted file mode 100644 index 2e304a6..0000000 --- a/.changeset/pink-rice-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"simple-stack-stream": patch ---- - -Simple stream initial release. Who said suspense had to be hard? diff --git a/examples/playground/CHANGELOG.md b/examples/playground/CHANGELOG.md new file mode 100644 index 0000000..b6abb0c --- /dev/null +++ b/examples/playground/CHANGELOG.md @@ -0,0 +1,8 @@ +# @examples/playground + +## 0.0.1 + +### Patch Changes + +- Updated dependencies [[`a36d92d`](https://github.com/bholmesdev/simple-stack/commit/a36d92d24c36d00f6fd547930bb2483da817e2ef)]: + - simple-stack-stream@0.0.2 diff --git a/examples/playground/package.json b/examples/playground/package.json index a7bccb2..439e643 100644 --- a/examples/playground/package.json +++ b/examples/playground/package.json @@ -1,7 +1,7 @@ { "name": "@examples/playground", "type": "module", - "version": "0.0.0", + "version": "0.0.1", "private": true, "scripts": { "dev": "astro dev", @@ -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" }, diff --git a/packages/stream/CHANGELOG.md b/packages/stream/CHANGELOG.md new file mode 100644 index 0000000..05d390c --- /dev/null +++ b/packages/stream/CHANGELOG.md @@ -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? diff --git a/packages/stream/package.json b/packages/stream/package.json index ffe843a..0c9d541 100644 --- a/packages/stream/package.json +++ b/packages/stream/package.json @@ -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": { @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 22714e9..8c187ac 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -63,7 +63,7 @@ importers: specifier: ^0.1.0 version: link:../../packages/form simple-stack-stream: - specifier: ^0.0.1 + specifier: ^0.0.2 version: link:../../packages/stream tailwindcss: specifier: ^3.0.24