Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish packages 🚀 #727

Merged
merged 2 commits into from
May 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/dull-toes-greet.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spotty-masks-thank.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/tender-trees-retire.md

This file was deleted.

4 changes: 2 additions & 2 deletions integrations/cloudflare/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
"miniflare": "^2.4.0"
},
"peerDependencies": {
"@quilted/quilt": "workspace:^0.7.2",
"@quilted/rollup": "workspace:^0.2.27"
"@quilted/quilt": "workspace:^0.7.3",
"@quilted/rollup": "workspace:^0.2.28"
},
"peerDependenciesMeta": {
"@quilted/quilt": {
Expand Down
4 changes: 2 additions & 2 deletions integrations/deno/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"@types/common-tags": "^1.8.0"
},
"peerDependencies": {
"@quilted/quilt": "workspace:^0.7.2",
"@quilted/rollup": "workspace:^0.2.27"
"@quilted/quilt": "workspace:^0.7.3",
"@quilted/rollup": "workspace:^0.2.28"
},
"peerDependenciesMeta": {
"@quilted/quilt": {
Expand Down
11 changes: 11 additions & 0 deletions integrations/react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @quilted/react-query

## 0.4.2

### Patch Changes

- [`8d12d8e`](https://github.com/lemonmade/quilt/commit/8d12d8e0eb997f9631136f15d228501eaef9646d) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix `ReactQueryContext` causing its children unnecessarily to re-render during SSR

- [`b2020f7`](https://github.com/lemonmade/quilt/commit/b2020f74e07f01f259f59a0a8fa20d51c15a5449) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix serialization in edge cases where scripts load before DOMContentLoaded

- Updated dependencies [[`b2020f7`](https://github.com/lemonmade/quilt/commit/b2020f74e07f01f259f59a0a8fa20d51c15a5449)]:
- @quilted/quilt@0.7.3

## 0.4.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions integrations/react-query/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/react-query",
"type": "module",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,7 +29,7 @@
"@quilted/useful-types": "workspace:^2.0.0"
},
"peerDependencies": {
"@quilted/quilt": "workspace:^0.7.2",
"@quilted/quilt": "workspace:^0.7.3",
"@tanstack/react-query": "^5.0.0",
"preact": "^10.21.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/browser

## 0.0.2

### Patch Changes

- [`b2020f7`](https://github.com/lemonmade/quilt/commit/b2020f74e07f01f259f59a0a8fa20d51c15a5449) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix serialization in edge cases where scripts load before DOMContentLoaded

## 0.0.1

### 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.1",
"version": "0.0.2",
"engines": {
"node": ">=18.0.0"
},
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.2

### Patch Changes

- [`b2020f7`](https://github.com/lemonmade/quilt/commit/b2020f74e07f01f259f59a0a8fa20d51c15a5449) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix serialization in edge cases where scripts load before DOMContentLoaded

- Updated dependencies [[`b2020f7`](https://github.com/lemonmade/quilt/commit/b2020f74e07f01f259f59a0a8fa20d51c15a5449)]:
- @quilted/browser@0.0.2

## 0.1.1

### 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.1",
"version": "0.1.2",
"engines": {
"node": ">=18.0.0"
},
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"dependencies": {
"@quilted/assets": "workspace:^0.1.2",
"@quilted/browser": "workspace:^0.0.1",
"@quilted/browser": "workspace:^0.0.2",
"@quilted/http": "workspace:^0.3.0",
"@quilted/preact-context": "workspace:^0.1.1",
"@quilted/signals": "workspace:^0.2.1"
Expand Down
10 changes: 10 additions & 0 deletions packages/preact-email/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# @quilted/preact-email

## 0.1.1

### Patch Changes

- [`b2020f7`](https://github.com/lemonmade/quilt/commit/b2020f74e07f01f259f59a0a8fa20d51c15a5449) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix serialization in edge cases where scripts load before DOMContentLoaded

- Updated dependencies [[`b2020f7`](https://github.com/lemonmade/quilt/commit/b2020f74e07f01f259f59a0a8fa20d51c15a5449)]:
- @quilted/preact-browser@0.1.2
4 changes: 2 additions & 2 deletions packages/preact-email/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/preact-email",
"type": "module",
"version": "0.1.0",
"version": "0.1.1",
"description": "React-friendly APIs for rendering emails and their metadata",
"repository": {
"type": "git",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"preact-render-to-string": "^6.4.0",
"@quilted/preact-browser": "workspace:^0.1.0",
"@quilted/preact-browser": "workspace:^0.1.2",
"@quilted/preact-context": "workspace:^0.1.0"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/quilt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @quilted/quilt

## 0.7.3

### Patch Changes

- [`b2020f7`](https://github.com/lemonmade/quilt/commit/b2020f74e07f01f259f59a0a8fa20d51c15a5449) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix serialization in edge cases where scripts load before DOMContentLoaded

- Updated dependencies [[`b2020f7`](https://github.com/lemonmade/quilt/commit/b2020f74e07f01f259f59a0a8fa20d51c15a5449)]:
- @quilted/preact-browser@0.1.2

## 0.7.2

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.7.2",
"version": "0.7.3",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
Expand Down Expand Up @@ -240,7 +240,7 @@
"@quilted/events": "workspace:^2.0.0",
"@quilted/graphql": "workspace:^3.0.3",
"@quilted/preact-async": "workspace:^0.1.0",
"@quilted/preact-browser": "workspace:^0.1.1",
"@quilted/preact-browser": "workspace:^0.1.2",
"@quilted/preact-context": "workspace:^0.1.1",
"@quilted/preact-graphql": "workspace:^0.1.0",
"@quilted/preact-localize": "workspace:^0.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/rollup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/rollup

## 0.2.28

### Patch Changes

- [`b6db07e`](https://github.com/lemonmade/quilt/commit/b6db07e54ce2b9433eca6bf979d6ada1ee6efd37) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix app server hot reloading

## 0.2.27

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup/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.2.27",
"version": "0.2.28",
"engines": {
"node": ">=14.0.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @quilted/vite

## 0.1.21

### Patch Changes

- [`b6db07e`](https://github.com/lemonmade/quilt/commit/b6db07e54ce2b9433eca6bf979d6ada1ee6efd37) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix app server hot reloading

- Updated dependencies [[`b6db07e`](https://github.com/lemonmade/quilt/commit/b6db07e54ce2b9433eca6bf979d6ada1ee6efd37)]:
- @quilted/rollup@0.2.28

## 0.1.20

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/vite/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.20",
"version": "0.1.21",
"engines": {
"node": ">=18.0.0"
},
Expand Down Expand Up @@ -54,7 +54,7 @@
"@babel/core": "^7.23.0",
"@prefresh/vite": "^2.4.4",
"@quilted/babel": "workspace:^0.2.2",
"@quilted/rollup": "workspace:^0.2.26",
"@quilted/rollup": "workspace:^0.2.28",
"@quilted/request-router": "workspace:^0.2.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading