Skip to content

Commit

Permalink
Merge pull request #57 from bholmesdev/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
bholmesdev authored Mar 18, 2024
2 parents 0c88e91 + 74c2b4f commit 8404106
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/dull-islands-film.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-balloons-admire.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/frame/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# simple-stack-frame

## 0.0.2

### Patch Changes

- [#59](https://github.com/bholmesdev/simple-stack/pull/59) [`53acd1f`](https://github.com/bholmesdev/simple-stack/commit/53acd1ffce21a956db9cba1c184f1c4464b2f78b) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Introduce simple-stack-frame package. The goal: rerender **just the parts that change** on any Astro route. Use the `<Frame />` component to declare a target on the page, and use any form to rerender that target.
7 changes: 5 additions & 2 deletions packages/frame/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simple-stack-frame",
"version": "0.0.1",
"version": "0.0.2",
"description": "Rerender just the parts that change",
"type": "module",
"scripts": {
Expand All @@ -13,7 +13,10 @@
"./client": "./dist/client.js",
"./components": "./components/index.ts"
},
"keywords": ["withastro", "astro-integration"],
"keywords": [
"withastro",
"astro-integration"
],
"author": "bholmesdev",
"license": "MIT",
"repository": {
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.3.3

### Patch Changes

- [#50](https://github.com/bholmesdev/simple-stack/pull/50) [`25bf781`](https://github.com/bholmesdev/simple-stack/commit/25bf7816a81457a755a06afb5ad96b8e711db24b) Thanks [@jonathantneal](https://github.com/jonathantneal)! - Change Suspense wrapper from a `<div>` to a `<span>`. This ensures inline HTML content is correctly parsed.

## 0.3.2

### 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.3.2",
"version": "0.3.3",
"description": "Suspend your Astro components with fallback content.",
"type": "module",
"scripts": {
Expand Down

0 comments on commit 8404106

Please sign in to comment.