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 Jul 27, 2024
1 parent a877673 commit f3002eb
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-paws-smile.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slow-singers-explode.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/preact-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @quilted/preact-async

## 0.1.15

### Patch Changes

- [`3fd4063`](https://github.com/lemonmade/quilt/commit/3fd4063700f6a099196255bf826270c820db4e48) Thanks [@lemonmade](https://github.com/lemonmade)! - Allow customized wrapping of `AsyncComponent` content

## 0.1.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preact-async/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/preact-async",
"type": "module",
"version": "0.1.14",
"version": "0.1.15",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
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.7

### Patch Changes

- [`a877673`](https://github.com/lemonmade/quilt/commit/a877673630abdb25e93b7e38715d0e2550fee4ba) Thanks [@lemonmade](https://github.com/lemonmade)! - Allow `Link` to render without a router

- Updated dependencies [[`3fd4063`](https://github.com/lemonmade/quilt/commit/3fd4063700f6a099196255bf826270c820db4e48)]:
- @quilted/preact-async@0.1.15

## 0.2.6

### 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.6",
"version": "0.2.7",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
Expand Down Expand Up @@ -41,7 +41,7 @@
"dependencies": {
"@quilted/async": "workspace:^0.4.17",
"@quilted/http": "workspace:^0.3.0",
"@quilted/preact-async": "workspace:^0.1.14",
"@quilted/preact-async": "workspace:^0.1.15",
"@quilted/preact-browser": "workspace:^0.1.1",
"@quilted/preact-context": "workspace:^0.1.1",
"@quilted/preact-performance": "workspace:^0.1.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 f3002eb

Please sign in to comment.