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 Jun 3, 2024
1 parent 31d0761 commit 5df932a
Show file tree
Hide file tree
Showing 15 changed files with 41 additions and 37 deletions.
6 changes: 0 additions & 6 deletions .changeset/funny-papayas-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-planes-fix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-donkeys-dress.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/selfish-crabs-sleep.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/twenty-cats-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-plants-warn.md

This file was deleted.

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

## 0.1.0

### Minor Changes

- [`b747f2f`](https://github.com/lemonmade/quilt/commit/b747f2f0566457a01103560f464849018e32f404) Thanks [@lemonmade](https://github.com/lemonmade)! - Allow passing more forms of initial serialization to `BrowserResponseSerializations`

### Patch Changes

- [`31d0761`](https://github.com/lemonmade/quilt/commit/31d0761f7c1d2ffc029861d5d24e1dc453422dce) Thanks [@lemonmade](https://github.com/lemonmade)! - Add helpers for creating `og:` meta tags

## 0.0.4

### 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.0.4",
"version": "0.1.0",
"engines": {
"node": ">=18.0.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @quilted/create

## 0.2.28

### Patch Changes

- [`55d5fee`](https://github.com/lemonmade/quilt/commit/55d5fee9235e2625adb8826e367d70fbc0925908) Thanks [@lemonmade](https://github.com/lemonmade)! - Simplify directory structure for template apps

- [`7119a8c`](https://github.com/lemonmade/quilt/commit/7119a8c9464bffe18fc37155fed9fd2188e24c78) Thanks [@lemonmade](https://github.com/lemonmade)! - Add type aliases for React and React DOM to app templates

- [`eaa1110`](https://github.com/lemonmade/quilt/commit/eaa1110d0ce583b3ca904e11cbf9bf098a820f1d) Thanks [@lemonmade](https://github.com/lemonmade)! - Make app context required in basic app template

## 0.2.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/create/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/create",
"type": "module",
"version": "0.2.27",
"version": "0.2.28",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/preact-browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @quilted/preact-browser

## 0.1.6

### Patch Changes

- [`31d0761`](https://github.com/lemonmade/quilt/commit/31d0761f7c1d2ffc029861d5d24e1dc453422dce) Thanks [@lemonmade](https://github.com/lemonmade)! - Add helpers for creating `og:` meta tags

- Updated dependencies [[`31d0761`](https://github.com/lemonmade/quilt/commit/31d0761f7c1d2ffc029861d5d24e1dc453422dce), [`b747f2f`](https://github.com/lemonmade/quilt/commit/b747f2f0566457a01103560f464849018e32f404)]:
- @quilted/browser@0.1.0

## 0.1.5

### 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.5",
"version": "0.1.6",
"engines": {
"node": ">=18.0.0"
},
Expand Down Expand Up @@ -61,7 +61,7 @@
},
"dependencies": {
"@quilted/assets": "workspace:^0.1.2",
"@quilted/browser": "workspace:^0.0.4",
"@quilted/browser": "workspace:^0.1.0",
"@quilted/http": "workspace:^0.3.0",
"@quilted/preact-context": "workspace:^0.1.2",
"@quilted/signals": "workspace:^0.2.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/react-dom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/react-dom

## 18.2.14

### Patch Changes

- [`4180960`](https://github.com/lemonmade/quilt/commit/4180960ee32309b7fb962e7cb86b76a889002e7e) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix react-dom export conditions

## 18.2.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-dom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@quilted/react-dom",
"description": "",
"type": "module",
"version": "18.2.13",
"version": "18.2.14",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
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 5df932a

Please sign in to comment.