Skip to content

Commit

Permalink
Publish packages (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade authored Oct 21, 2024
1 parent 90b0326 commit 6ca1d69
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 15 deletions.
6 changes: 0 additions & 6 deletions .changeset/eighty-games-punch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/happy-geese-taste.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/assets/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/assets

## 0.1.7

### Patch Changes

- [`48bd66e`](https://github.com/lemonmade/quilt/commit/48bd66e75923efcb76ce7096db75f5337e1952e7) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix some server render bugs

## 0.1.6

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

## 0.1.13

### Patch Changes

- [`48bd66e`](https://github.com/lemonmade/quilt/commit/48bd66e75923efcb76ce7096db75f5337e1952e7) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix some server render bugs

- [`820715f`](https://github.com/lemonmade/quilt/commit/820715f4801c936297d6ea57295b67af28917915) Thanks [@lemonmade](https://github.com/lemonmade)! - Rename `ResponseStreamBoundary` to `HTMLStreamBoundary`

- Updated dependencies [[`48bd66e`](https://github.com/lemonmade/quilt/commit/48bd66e75923efcb76ce7096db75f5337e1952e7)]:
- @quilted/assets@0.1.7

## 0.1.12

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/preact-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.12",
"version": "0.1.13",
"engines": {
"node": ">=18.0.0"
},
Expand Down Expand Up @@ -60,7 +60,7 @@
"build": "rollup --config ./rollup.config.js"
},
"dependencies": {
"@quilted/assets": "workspace:^0.1.6",
"@quilted/assets": "workspace:^0.1.7",
"@quilted/browser": "workspace:^0.1.9",
"@quilted/http": "workspace:^0.3.0",
"@quilted/preact-context": "workspace:^0.1.2",
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 6ca1d69

Please sign in to comment.