Skip to content

Commit

Permalink
Publish packages (#844)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade authored Oct 15, 2024
1 parent 3edfab6 commit 46f925c
Show file tree
Hide file tree
Showing 16 changed files with 63 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/angry-teachers-judge.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/forty-otters-sin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/mighty-snakes-repair.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.6",
"@quilted/quilt": "workspace:^0.8.7",
"@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.6",
"@quilted/quilt": "workspace:^0.8.7",
"@quilted/rollup": "workspace:^0.2.45"
},
"peerDependenciesMeta": {
Expand Down
9 changes: 9 additions & 0 deletions integrations/react-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @quilted/react-query

## 0.4.5

### Patch Changes

- [`58cd0f9`](https://github.com/lemonmade/quilt/commit/58cd0f93429b3a0a11353303756deb3d3f9c9903) Thanks [@lemonmade](https://github.com/lemonmade)! - Make browser elements render natively for HTML renders

- Updated dependencies [[`58cd0f9`](https://github.com/lemonmade/quilt/commit/58cd0f93429b3a0a11353303756deb3d3f9c9903)]:
- @quilted/quilt@0.8.7

## 0.4.4

### 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.4",
"version": "0.4.5",
"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.8.6",
"@quilted/quilt": "workspace:^0.8.7",
"@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.9

### Patch Changes

- [`58cd0f9`](https://github.com/lemonmade/quilt/commit/58cd0f93429b3a0a11353303756deb3d3f9c9903) Thanks [@lemonmade](https://github.com/lemonmade)! - Make browser elements render natively for HTML renders

- [`d1361b4`](https://github.com/lemonmade/quilt/commit/d1361b4c1cf2e67db874d8f20ea83ddb423493af) Thanks [@lemonmade](https://github.com/lemonmade)! - Add method to delete serialization on the client

## 0.1.8

### 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.8",
"version": "0.1.9",
"engines": {
"node": ">=18.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.11

### Patch Changes

- [`479fa1f`](https://github.com/lemonmade/quilt/commit/479fa1f923c9e968a248f23c146be8255347533c) Thanks [@lemonmade](https://github.com/lemonmade)! - Allow passing an explicit browser details instance on the client

- [`58cd0f9`](https://github.com/lemonmade/quilt/commit/58cd0f93429b3a0a11353303756deb3d3f9c9903) Thanks [@lemonmade](https://github.com/lemonmade)! - Make browser elements render natively for HTML renders

- Updated dependencies [[`58cd0f9`](https://github.com/lemonmade/quilt/commit/58cd0f93429b3a0a11353303756deb3d3f9c9903), [`d1361b4`](https://github.com/lemonmade/quilt/commit/d1361b4c1cf2e67db874d8f20ea83ddb423493af)]:
- @quilted/browser@0.1.9

## 0.1.10

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

## 0.3.4

### Patch Changes

- [`58cd0f9`](https://github.com/lemonmade/quilt/commit/58cd0f93429b3a0a11353303756deb3d3f9c9903) Thanks [@lemonmade](https://github.com/lemonmade)! - Make browser elements render natively for HTML renders

- Updated dependencies [[`479fa1f`](https://github.com/lemonmade/quilt/commit/479fa1f923c9e968a248f23c146be8255347533c), [`58cd0f9`](https://github.com/lemonmade/quilt/commit/58cd0f93429b3a0a11353303756deb3d3f9c9903)]:
- @quilted/preact-browser@0.1.11

## 0.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/preact-localize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@quilted/preact-localize",
"description": "Utilities for localizing React applications",
"type": "module",
"version": "0.3.3",
"version": "0.3.4",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@quilted/localize": "workspace:^0.2.0",
"@quilted/preact-browser": "workspace:^0.1.0",
"@quilted/preact-browser": "workspace:^0.1.11",
"@quilted/preact-context": "workspace:^0.1.0",
"@quilted/preact-router": "workspace:^0.2.8",
"@quilted/signals": "workspace:^0.2.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/quilt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @quilted/quilt

## 0.8.7

### Patch Changes

- [`58cd0f9`](https://github.com/lemonmade/quilt/commit/58cd0f93429b3a0a11353303756deb3d3f9c9903) Thanks [@lemonmade](https://github.com/lemonmade)! - Make browser elements render natively for HTML renders

- Updated dependencies [[`479fa1f`](https://github.com/lemonmade/quilt/commit/479fa1f923c9e968a248f23c146be8255347533c), [`58cd0f9`](https://github.com/lemonmade/quilt/commit/58cd0f93429b3a0a11353303756deb3d3f9c9903)]:
- @quilted/preact-browser@0.1.11
- @quilted/preact-localize@0.3.4

## 0.8.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.8.6",
"version": "0.8.7",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
Expand Down Expand Up @@ -249,10 +249,10 @@
"@quilted/events": "workspace:^2.1.1",
"@quilted/graphql": "workspace:^3.3.8",
"@quilted/preact-async": "workspace:^0.1.2",
"@quilted/preact-browser": "workspace:^0.1.10",
"@quilted/preact-browser": "workspace:^0.1.11",
"@quilted/preact-context": "workspace:^0.1.2",
"@quilted/preact-graphql": "workspace:^0.1.0",
"@quilted/preact-localize": "workspace:^0.3.0",
"@quilted/preact-localize": "workspace:^0.3.4",
"@quilted/preact-performance": "workspace:^0.1.0",
"@quilted/preact-router": "workspace:^0.2.10",
"@quilted/preact-signals": "workspace:^0.1.0",
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.

0 comments on commit 46f925c

Please sign in to comment.