Skip to content

Commit

Permalink
Merge pull request #47 from bholmesdev/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
bholmesdev authored Feb 5, 2024
2 parents bbb8500 + 5128a1e commit 5b85951
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-apes-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rotten-rules-buy.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.6

### Patch Changes

- Updated dependencies [[`edfe2a7`](https://github.com/bholmesdev/simple-stack/commit/edfe2a761b55fab26a757e6b18e90a0bf0094e74), [`edfe2a7`](https://github.com/bholmesdev/simple-stack/commit/edfe2a761b55fab26a757e6b18e90a0bf0094e74)]:
- [email protected]

## 0.0.5

### 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.5",
"version": "0.0.6",
"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.2.0",
"simple-stack-stream": "^0.3.0",
"solid-js": "^1.8.7",
"tailwindcss": "^3.0.24",
"vite-plugin-simple-scope": "^2.0.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/stream/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# simple-stack-stream

## 0.3.0

### Minor Changes

- [#46](https://github.com/bholmesdev/simple-stack/pull/46) [`edfe2a7`](https://github.com/bholmesdev/simple-stack/commit/edfe2a761b55fab26a757e6b18e90a0bf0094e74) Thanks [@lubieowoce](https://github.com/lubieowoce)! - Don't show a fallback if the content renders quickly enough (current timeout: 5ms)

### Patch Changes

- [#46](https://github.com/bholmesdev/simple-stack/pull/46) [`edfe2a7`](https://github.com/bholmesdev/simple-stack/commit/edfe2a761b55fab26a757e6b18e90a0bf0094e74) Thanks [@lubieowoce](https://github.com/lubieowoce)! - Reduced the size of the `<script>` tags that insert streamed content into the DOM

## 0.2.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.2.0",
"version": "0.3.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 5b85951

Please sign in to comment.