Skip to content

Commit

Permalink
Publish packages (#786)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed Jul 24, 2024
1 parent 5561a4c commit a83ebf8
Show file tree
Hide file tree
Showing 12 changed files with 34 additions and 21 deletions.
5 changes: 0 additions & 5 deletions .changeset/cool-shrimps-applaud.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/twelve-kings-move.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.7.9",
"@quilted/quilt": "workspace:^0.7.10",
"@quilted/rollup": "workspace:^0.2.35"
},
"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.7.9",
"@quilted/quilt": "workspace:^0.7.10",
"@quilted/rollup": "workspace:^0.2.35"
},
"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.7.9",
"@quilted/quilt": "workspace:^0.7.10",
"@tanstack/react-query": "^5.0.0",
"preact": "^10.21.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/preact-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @quilted/preact-router

## 0.2.6

### Patch Changes

- [`5fe9550`](https://github.com/lemonmade/quilt/commit/5fe955005179d1734201d9a91e191d21f6f187d8) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix relative route resolution with custom base URLs

- Updated dependencies [[`5fe9550`](https://github.com/lemonmade/quilt/commit/5fe955005179d1734201d9a91e191d21f6f187d8)]:
- @quilted/routing@0.4.2

## 0.2.5

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/preact-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/preact-router",
"type": "module",
"version": "0.2.5",
"version": "0.2.6",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
Expand Down Expand Up @@ -45,7 +45,7 @@
"@quilted/preact-browser": "workspace:^0.1.1",
"@quilted/preact-context": "workspace:^0.1.1",
"@quilted/preact-performance": "workspace:^0.1.0",
"@quilted/routing": "workspace:^0.4.0",
"@quilted/routing": "workspace:^0.4.2",
"@quilted/signals": "workspace:^0.2.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.10

### Patch Changes

- [`5561a4c`](https://github.com/lemonmade/quilt/commit/5561a4c929cbe0a95c4a03bd0724320de37f18ba) Thanks [@lemonmade](https://github.com/lemonmade)! - Make it easier to build custom HTML renderers

- Updated dependencies [[`5fe9550`](https://github.com/lemonmade/quilt/commit/5fe955005179d1734201d9a91e191d21f6f187d8)]:
- @quilted/preact-router@0.2.6

## 0.7.9

### 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.9",
"version": "0.7.10",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
Expand Down Expand Up @@ -254,7 +254,7 @@
"@quilted/preact-graphql": "workspace:^0.1.0",
"@quilted/preact-localize": "workspace:^0.3.0",
"@quilted/preact-performance": "workspace:^0.1.0",
"@quilted/preact-router": "workspace:^0.2.5",
"@quilted/preact-router": "workspace:^0.2.6",
"@quilted/preact-signals": "workspace:^0.1.0",
"@quilted/preact-workers": "workspace:^0.1.0",
"@quilted/preact-testing": "workspace:^0.1.6",
Expand Down
6 changes: 6 additions & 0 deletions packages/routing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/routing

## 0.4.2

### Patch Changes

- [`5fe9550`](https://github.com/lemonmade/quilt/commit/5fe955005179d1734201d9a91e191d21f6f187d8) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix relative route resolution with custom base URLs

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/routing/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/routing",
"type": "module",
"version": "0.4.1",
"version": "0.4.2",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 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 a83ebf8

Please sign in to comment.