Skip to content

Commit

Permalink
Publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 3, 2024
1 parent a861bd6 commit d059d73
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 16 deletions.
6 changes: 0 additions & 6 deletions .changeset/dirty-snakes-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-shoes-enjoy.md

This file was deleted.

2 changes: 1 addition & 1 deletion integrations/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"miniflare": "^2.4.0"
},
"peerDependencies": {
"@quilted/quilt": "workspace:^0.8.2",
"@quilted/quilt": "workspace:^0.8.3",
"@quilted/rollup": "workspace:^0.2.45"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion integrations/deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@types/common-tags": "^1.8.0"
},
"peerDependencies": {
"@quilted/quilt": "workspace:^0.8.2",
"@quilted/quilt": "workspace:^0.8.3",
"@quilted/rollup": "workspace:^0.2.45"
},
"peerDependenciesMeta": {
Expand Down
2 changes: 1 addition & 1 deletion integrations/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@quilted/useful-types": "workspace:^2.0.0"
},
"peerDependencies": {
"@quilted/quilt": "workspace:^0.8.2",
"@quilted/quilt": "workspace:^0.8.3",
"@tanstack/react-query": "^5.0.0",
"preact": "^10.21.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @quilted/browser

## 0.1.7

### Patch Changes

- [`a861bd6`](https://github.com/lemonmade/quilt/commit/a861bd6c7213982882463e800af776b2ec6b15c3) Thanks [@lemonmade](https://github.com/lemonmade)! - Add more streaming-friendly APIs

- [`655da1f`](https://github.com/lemonmade/quilt/commit/655da1f9572b164e28d9b52b65ce05030d5494e0) Thanks [@lemonmade](https://github.com/lemonmade)! - Add support for waiting on streamed serializations

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"access": "public",
"@quilted/registry": "https://registry.npmjs.org"
},
"version": "0.1.6",
"version": "0.1.7",
"engines": {
"node": ">=18.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/quilt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/quilt

## 0.8.3

### Patch Changes

- [`a861bd6`](https://github.com/lemonmade/quilt/commit/a861bd6c7213982882463e800af776b2ec6b15c3) Thanks [@lemonmade](https://github.com/lemonmade)! - Add more streaming-friendly APIs

## 0.8.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/quilt/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/quilt",
"type": "module",
"version": "0.8.2",
"version": "0.8.3",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
Expand Down

0 comments on commit d059d73

Please sign in to comment.