Skip to content

Commit

Permalink
Publish packages 🚀 (#759)
Browse files Browse the repository at this point in the history
* Publish packages

* Change preact-localize bump to be a minor change

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
lemonmade and github-actions[bot] committed Jun 28, 2024
1 parent 36ad8b1 commit a345f71
Show file tree
Hide file tree
Showing 22 changed files with 103 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-mice-complain.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/heavy-horses-hug.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.5",
"@quilted/quilt": "workspace:^0.7.6",
"@quilted/rollup": "workspace:^0.2.31"
},
"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.5",
"@quilted/quilt": "workspace:^0.7.6",
"@quilted/rollup": "workspace:^0.2.31"
},
"peerDependenciesMeta": {
Expand Down
8 changes: 8 additions & 0 deletions integrations/htmx/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# @quilted/htmx

## 0.1.1

### Patch Changes

- Updated dependencies [[`00cac4b`](https://github.com/lemonmade/quilt/commit/00cac4b4d01831ba654e94152d7a67a0ef75043b)]:
- @quilted/request-router@0.3.0
4 changes: 2 additions & 2 deletions integrations/htmx/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.0",
"version": "0.1.1",
"engines": {
"node": ">=18.0.0"
},
Expand All @@ -30,7 +30,7 @@
"build": "rollup --config ./rollup.config.js"
},
"dependencies": {
"@quilted/request-router": "workspace:^0.2.0"
"@quilted/request-router": "workspace:^0.3.0"
},
"peerDependencies": {
"htmx.org": "^1.0.0 || ^2.0.0"
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.5",
"@quilted/quilt": "workspace:^0.7.6",
"@tanstack/react-query": "^5.0.0",
"preact": "^10.21.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @quilted/create

## 0.2.31

### Patch Changes

- [`36ad8b1`](https://github.com/lemonmade/quilt/commit/36ad8b15df3dbad465b4f324dcaa26ea9892f234) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix incorrect style import in basic app template

- [#757](https://github.com/lemonmade/quilt/pull/757) [`00cac4b`](https://github.com/lemonmade/quilt/commit/00cac4b4d01831ba654e94152d7a67a0ef75043b) Thanks [@lemonmade](https://github.com/lemonmade)! - Simplify routing library

## 0.2.30

### 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.30",
"version": "0.2.31",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
10 changes: 10 additions & 0 deletions packages/preact-localize/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @quilted/react-localize

## 0.3.0

### Patch Changes

- [#757](https://github.com/lemonmade/quilt/pull/757) [`00cac4b`](https://github.com/lemonmade/quilt/commit/00cac4b4d01831ba654e94152d7a67a0ef75043b) Thanks [@lemonmade](https://github.com/lemonmade)! - Simplify routing library

- Updated dependencies [[`00cac4b`](https://github.com/lemonmade/quilt/commit/00cac4b4d01831ba654e94152d7a67a0ef75043b)]:
- @quilted/request-router@0.3.0
- @quilted/preact-router@0.2.0

## 0.2.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.1.0",
"version": "0.3.0",
"license": "MIT",
"engines": {
"node": ">=14.0.0"
Expand Down Expand Up @@ -46,10 +46,10 @@
"@quilted/localize": "workspace:^0.2.0",
"@quilted/preact-browser": "workspace:^0.1.0",
"@quilted/preact-context": "workspace:^0.1.0",
"@quilted/preact-router": "workspace:^0.1.0"
"@quilted/preact-router": "workspace:^0.2.0"
},
"peerDependencies": {
"@quilted/request-router": "workspace:^0.2.0",
"@quilted/request-router": "workspace:^0.3.0",
"preact": "^10.21.0"
},
"peerDependenciesMeta": {
Expand All @@ -61,7 +61,7 @@
}
},
"devDependencies": {
"@quilted/request-router": "workspace:^0.2.0",
"@quilted/request-router": "workspace:^0.3.0",
"preact": "^10.21.0"
}
}
12 changes: 12 additions & 0 deletions packages/preact-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# @quilted/preact-router

## 0.2.0

### Minor Changes

- [#757](https://github.com/lemonmade/quilt/pull/757) [`00cac4b`](https://github.com/lemonmade/quilt/commit/00cac4b4d01831ba654e94152d7a67a0ef75043b) Thanks [@lemonmade](https://github.com/lemonmade)! - Simplify routing library

### Patch Changes

- Updated dependencies [[`00cac4b`](https://github.com/lemonmade/quilt/commit/00cac4b4d01831ba654e94152d7a67a0ef75043b)]:
- @quilted/routing@0.4.0
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.1.0",
"version": "0.2.0",
"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.3.0",
"@quilted/routing": "workspace:^0.4.0",
"@quilted/signals": "workspace:^0.2.0"
},
"peerDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/quilt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @quilted/quilt

## 0.7.6

### Patch Changes

- [#757](https://github.com/lemonmade/quilt/pull/757) [`00cac4b`](https://github.com/lemonmade/quilt/commit/00cac4b4d01831ba654e94152d7a67a0ef75043b) Thanks [@lemonmade](https://github.com/lemonmade)! - Simplify routing library

- Updated dependencies [[`00cac4b`](https://github.com/lemonmade/quilt/commit/00cac4b4d01831ba654e94152d7a67a0ef75043b)]:
- @quilted/request-router@0.3.0
- @quilted/preact-router@0.2.0
- @quilted/preact-localize@1.0.0

## 0.7.5

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.5",
"version": "0.7.6",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
Expand Down Expand Up @@ -252,15 +252,15 @@
"@quilted/preact-browser": "workspace:^0.1.5",
"@quilted/preact-context": "workspace:^0.1.2",
"@quilted/preact-graphql": "workspace:^0.1.0",
"@quilted/preact-localize": "workspace:^0.1.0",
"@quilted/preact-localize": "workspace:^0.3.0",
"@quilted/preact-performance": "workspace:^0.1.0",
"@quilted/preact-router": "workspace:^0.1.0",
"@quilted/preact-router": "workspace:^0.2.0",
"@quilted/preact-signals": "workspace:^0.1.0",
"@quilted/preact-workers": "workspace:^0.1.0",
"@quilted/preact-testing": "workspace:^0.1.6",
"@quilted/react": "workspace:^18.2.0",
"@quilted/react-dom": "workspace:^18.2.11",
"@quilted/request-router": "workspace:^0.2.0",
"@quilted/request-router": "workspace:^0.3.0",
"@quilted/signals": "workspace:^0.2.0",
"@quilted/threads": "workspace:^2.2.0",
"preact-render-to-string": "^6.4.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/request-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @quilted/http-handlers

## 0.3.0

### Minor Changes

- [#757](https://github.com/lemonmade/quilt/pull/757) [`00cac4b`](https://github.com/lemonmade/quilt/commit/00cac4b4d01831ba654e94152d7a67a0ef75043b) Thanks [@lemonmade](https://github.com/lemonmade)! - Simplify routing library

### Patch Changes

- Updated dependencies [[`00cac4b`](https://github.com/lemonmade/quilt/commit/00cac4b4d01831ba654e94152d7a67a0ef75043b)]:
- @quilted/routing@0.4.0

## 0.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/request-router/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/request-router",
"type": "module",
"version": "0.2.0",
"version": "0.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,7 +40,7 @@
},
"dependencies": {
"@quilted/http": "workspace:^0.3.0",
"@quilted/routing": "workspace:^0.3.0",
"@quilted/routing": "workspace:^0.4.0",
"send": "^0.17.0"
},
"devDependencies": {
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.0

### Minor Changes

- [#757](https://github.com/lemonmade/quilt/pull/757) [`00cac4b`](https://github.com/lemonmade/quilt/commit/00cac4b4d01831ba654e94152d7a67a0ef75043b) Thanks [@lemonmade](https://github.com/lemonmade)! - Simplify routing library

## 0.3.0

### Minor 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.3.0",
"version": "0.4.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/vite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @quilted/vite

## 0.1.22

### Patch Changes

- Updated dependencies [[`00cac4b`](https://github.com/lemonmade/quilt/commit/00cac4b4d01831ba654e94152d7a67a0ef75043b)]:
- @quilted/request-router@0.3.0

## 0.1.21

### 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.21",
"version": "0.1.22",
"engines": {
"node": ">=18.0.0"
},
Expand Down Expand Up @@ -55,7 +55,7 @@
"@prefresh/vite": "^2.4.4",
"@quilted/babel": "workspace:^0.2.2",
"@quilted/rollup": "workspace:^0.2.28",
"@quilted/request-router": "workspace:^0.2.0"
"@quilted/request-router": "workspace:^0.3.0"
},
"peerDependencies": {
"vite": "^5.0.0",
Expand Down
18 changes: 9 additions & 9 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 a345f71

Please sign in to comment.