diff --git a/.changeset/clean-deers-shop.md b/.changeset/clean-deers-shop.md deleted file mode 100644 index 18cc2cd32..000000000 --- a/.changeset/clean-deers-shop.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@quilted/preact-async': patch -'@quilted/async': patch ---- - -Add a count of active query watchers diff --git a/.changeset/cyan-lizards-thank.md b/.changeset/cyan-lizards-thank.md deleted file mode 100644 index d2eac759e..000000000 --- a/.changeset/cyan-lizards-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@quilted/async': patch ---- - -Improve `AsyncAction.run()` retry semantics, and add `force` option for forcibly re-running an action diff --git a/.changeset/eighty-baboons-double.md b/.changeset/eighty-baboons-double.md deleted file mode 100644 index 0dd7c3cde..000000000 --- a/.changeset/eighty-baboons-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@quilted/preact-async': patch ---- - -Add `useAsyncCacheControl()` hook to revalidate async actions diff --git a/packages/async/CHANGELOG.md b/packages/async/CHANGELOG.md index a6337b0bd..15e86ed93 100644 --- a/packages/async/CHANGELOG.md +++ b/packages/async/CHANGELOG.md @@ -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 diff --git a/packages/async/package.json b/packages/async/package.json index fb8deac02..cbedb5d36 100644 --- a/packages/async/package.json +++ b/packages/async/package.json @@ -1,7 +1,7 @@ { "name": "@quilted/async", "type": "module", - "version": "0.4.13", + "version": "0.4.14", "license": "MIT", "repository": { "type": "git", diff --git a/packages/graphql/CHANGELOG.md b/packages/graphql/CHANGELOG.md index fe6887b42..ab993a810 100644 --- a/packages/graphql/CHANGELOG.md +++ b/packages/graphql/CHANGELOG.md @@ -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 diff --git a/packages/graphql/package.json b/packages/graphql/package.json index 52293833f..eceb262f3 100644 --- a/packages/graphql/package.json +++ b/packages/graphql/package.json @@ -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", diff --git a/packages/preact-async/CHANGELOG.md b/packages/preact-async/CHANGELOG.md index a3b47c23b..085be5ef8 100644 --- a/packages/preact-async/CHANGELOG.md +++ b/packages/preact-async/CHANGELOG.md @@ -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 diff --git a/packages/preact-async/package.json b/packages/preact-async/package.json index 352e9eb82..b5e56cee4 100644 --- a/packages/preact-async/package.json +++ b/packages/preact-async/package.json @@ -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", @@ -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" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index a438988e2..c594f65b8 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -413,7 +413,7 @@ importers: packages/preact-async: dependencies: '@quilted/async': - specifier: workspace:^0.4.13 + specifier: workspace:^0.4.14 version: link:../async '@quilted/preact-browser': specifier: workspace:^0.1.4