Skip to content

Commit

Permalink
Merge pull request #43 from bholmesdev/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
bholmesdev authored Jan 23, 2024
2 parents 2aeaf06 + 67ea3f4 commit c04de22
Show file tree
Hide file tree
Showing 6 changed files with 34 additions and 27 deletions.
23 changes: 0 additions & 23 deletions .changeset/nasty-geese-do.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.4

### Patch Changes

- Updated dependencies [[`3e72f1c`](https://github.com/bholmesdev/simple-stack/commit/3e72f1cc2ed02b3015fd918d32e0ff9cb9bf6d1e)]:
- [email protected]

## 0.0.3

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

## 0.1.0

### Minor Changes

- [#42](https://github.com/bholmesdev/simple-stack/pull/42) [`3e72f1c`](https://github.com/bholmesdev/simple-stack/commit/3e72f1cc2ed02b3015fd918d32e0ff9cb9bf6d1e) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Fix rendering issues when using Layouts with simple stream. This change replaces the `ResolveSuspended` component with automatic rendering via middleware. Once updated, you should now remove `ResolveSuspended` from your project code:

```diff
---
import {
Suspense,
- ResolveSuspended
} from 'simple-stack-stream/components';
---

<Suspense>
<VideoPlayer />
<LoadingSkeleton slot="fallback" />
</Suspense>

<Footer />
- <ResolveSuspended />
```

## 0.0.3

### Patch 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.0.3",
"version": "0.1.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 c04de22

Please sign in to comment.