Skip to content

Commit

Permalink
Publish packages (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade committed May 21, 2024
1 parent e9810bf commit f753d71
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .changeset/modern-jokes-sing.md

This file was deleted.

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

## 0.4.6

### Patch Changes

- [`31e1775`](https://github.com/lemonmade/quilt/commit/31e1775f06e6be1ecdb9da53ba27f5528ba327d1) Thanks [@lemonmade](https://github.com/lemonmade)! - More async API type fixes

## 0.4.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/async/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@quilted/async",
"type": "module",
"version": "0.4.5",
"version": "0.4.6",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
9 changes: 9 additions & 0 deletions packages/preact-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @quilted/preact-async

## 0.1.5

### Patch Changes

- [`31e1775`](https://github.com/lemonmade/quilt/commit/31e1775f06e6be1ecdb9da53ba27f5528ba327d1) Thanks [@lemonmade](https://github.com/lemonmade)! - More async API type fixes

- Updated dependencies [[`31e1775`](https://github.com/lemonmade/quilt/commit/31e1775f06e6be1ecdb9da53ba27f5528ba327d1)]:
- @quilted/async@0.4.6

## 0.1.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.4",
"version": "0.1.5",
"repository": {
"type": "git",
"url": "https://github.com/lemonmade/quilt.git",
Expand All @@ -26,7 +26,7 @@
"build": "rollup --config configuration/rollup.config.js"
},
"dependencies": {
"@quilted/async": "workspace:^0.4.5",
"@quilted/async": "workspace:^0.4.6",
"@quilted/preact-browser": "workspace:^0.1.0",
"@quilted/preact-context": "workspace:^0.1.0",
"@quilted/preact-signals": "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 f753d71

Please sign in to comment.