Skip to content

Commit

Permalink
Publish packages 🚀 (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonmade authored Jun 2, 2024
1 parent 442f69a commit a52875f
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 21 deletions.
6 changes: 0 additions & 6 deletions .changeset/clean-deers-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-lizards-thank.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eighty-baboons-double.md

This file was deleted.

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

## 0.4.14

### Patch Changes

- [`442f69a`](https://github.com/lemonmade/quilt/commit/442f69a701897aeef40cb1eb2460b0551e4586c9) Thanks [@lemonmade](https://github.com/lemonmade)! - Add a count of active query watchers

- [`1d1e03a`](https://github.com/lemonmade/quilt/commit/1d1e03a07955a2312a29398382f66db87577fb6e) Thanks [@lemonmade](https://github.com/lemonmade)! - Improve `AsyncAction.run()` retry semantics, and add `force` option for forcibly re-running an action

## 0.4.13

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

## 3.1.3

### Patch Changes

- Updated dependencies [[`442f69a`](https://github.com/lemonmade/quilt/commit/442f69a701897aeef40cb1eb2460b0551e4586c9), [`1d1e03a`](https://github.com/lemonmade/quilt/commit/1d1e03a07955a2312a29398382f66db87577fb6e)]:
- @quilted/async@0.4.14

## 3.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@quilted/graphql",
"description": "Tiny, type-safe helpers for using GraphQL",
"type": "module",
"version": "3.1.2",
"version": "3.1.3",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
11 changes: 11 additions & 0 deletions packages/preact-async/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @quilted/preact-async

## 0.1.13

### Patch Changes

- [`442f69a`](https://github.com/lemonmade/quilt/commit/442f69a701897aeef40cb1eb2460b0551e4586c9) Thanks [@lemonmade](https://github.com/lemonmade)! - Add a count of active query watchers

- [`d58b911`](https://github.com/lemonmade/quilt/commit/d58b911dbe0fecccb46cfbbb152a874d114d2b16) Thanks [@lemonmade](https://github.com/lemonmade)! - Add `useAsyncCacheControl()` hook to revalidate async actions

- Updated dependencies [[`442f69a`](https://github.com/lemonmade/quilt/commit/442f69a701897aeef40cb1eb2460b0551e4586c9), [`1d1e03a`](https://github.com/lemonmade/quilt/commit/1d1e03a07955a2312a29398382f66db87577fb6e)]:
- @quilted/async@0.4.14

## 0.1.12

### 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.12",
"version": "0.1.13",
"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.13",
"@quilted/async": "workspace:^0.4.14",
"@quilted/preact-browser": "workspace:^0.1.4",
"@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 a52875f

Please sign in to comment.