Skip to content

Commit

Permalink
Merge pull request #45 from bholmesdev/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
bholmesdev authored Feb 4, 2024
2 parents 799fedc + ff9952f commit 0c65ae8
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/large-cobras-return.md

This file was deleted.

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

## 0.0.5

### Patch Changes

- Updated dependencies [[`08b907c`](https://github.com/bholmesdev/simple-stack/commit/08b907c964412110f6c089e09b4cba61431aafbf)]:
- [email protected]

## 0.0.4

### Patch Changes
Expand Down
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.4",
"version": "0.0.5",
"private": true,
"scripts": {
"dev": "astro dev",
Expand All @@ -25,7 +25,7 @@
"react-dom": "^18.0.0",
"sanitize-html": "^2.11.0",
"simple-stack-form": "^0.1.7",
"simple-stack-stream": "^0.1.0",
"simple-stack-stream": "^0.2.0",
"solid-js": "^1.8.7",
"tailwindcss": "^3.0.24",
"vite-plugin-simple-scope": "^2.0.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# simple-stack-stream

## 0.2.0

### Minor Changes

- [#44](https://github.com/bholmesdev/simple-stack/pull/44) [`08b907c`](https://github.com/bholmesdev/simple-stack/commit/08b907c964412110f6c089e09b4cba61431aafbf) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Update simple:stream internals to support parallel Suspense boundaries and fix nested Suspense edge cases.

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/stream/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-stack-stream",
"version": "0.1.0",
"version": "0.2.0",
"description": "Suspend your Astro components with fallback content.",
"type": "module",
"scripts": {
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 0c65ae8

Please sign in to comment.