Skip to content

Commit

Permalink
Merge pull request bholmesdev#23 from bholmesdev/changeset-release/main
Browse files Browse the repository at this point in the history
[ci] release
  • Loading branch information
bholmesdev authored Jan 2, 2024
2 parents 1031968 + 89fbab7 commit 6d8ebbf
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/rude-queens-reply.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.2

### Patch Changes

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

## 0.0.1

### 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.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "astro dev",
Expand All @@ -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.2",
"simple-stack-stream": "^0.0.3",
"tailwindcss": "^3.0.24",
"zod": "^3.22.4"
},
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.0.3

### Patch Changes

- [#22](https://github.com/bholmesdev/simple-stack/pull/22) [`b645806`](https://github.com/bholmesdev/simple-stack/commit/b645806d3a8f58a8bf1cc21fad8f3295adfa07c5) Thanks [@aarongarciah](https://github.com/aarongarciah)! - Fix simple-stream integration name

## 0.0.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.0.2",
"version": "0.0.3",
"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 6d8ebbf

Please sign in to comment.