diff --git a/.changeset/nasty-chicken-accept.md b/.changeset/nasty-chicken-accept.md deleted file mode 100644 index c6bce0b3d..000000000 --- a/.changeset/nasty-chicken-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@quilted/create': patch ---- - -Update template dependencies diff --git a/.changeset/pink-onions-give.md b/.changeset/pink-onions-give.md deleted file mode 100644 index e00470a80..000000000 --- a/.changeset/pink-onions-give.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@quilted/trpc': patch ---- - -Fix issues with trpc integration diff --git a/integrations/trpc/CHANGELOG.md b/integrations/trpc/CHANGELOG.md index e7f591249..2f9af5714 100644 --- a/integrations/trpc/CHANGELOG.md +++ b/integrations/trpc/CHANGELOG.md @@ -1,5 +1,11 @@ # @quilted/trpc +## 0.2.1 + +### Patch Changes + +- [#832](https://github.com/lemonmade/quilt/pull/832) [`f0105b4`](https://github.com/lemonmade/quilt/commit/f0105b41db07ebdf21d131d664c1a909659a5142) Thanks [@lemonmade](https://github.com/lemonmade)! - Fix issues with trpc integration + ## 0.2.0 ### Minor Changes diff --git a/integrations/trpc/package.json b/integrations/trpc/package.json index fcb0ecb2c..3132621ff 100644 --- a/integrations/trpc/package.json +++ b/integrations/trpc/package.json @@ -7,7 +7,7 @@ "access": "public", "@quilted/registry": "https://registry.npmjs.org" }, - "version": "0.2.0", + "version": "0.2.1", "engines": { "node": ">=14.0.0" }, diff --git a/packages/create/CHANGELOG.md b/packages/create/CHANGELOG.md index a5a4cf99e..4e68e7091 100644 --- a/packages/create/CHANGELOG.md +++ b/packages/create/CHANGELOG.md @@ -1,5 +1,11 @@ # @quilted/create +## 0.2.41 + +### Patch Changes + +- [#832](https://github.com/lemonmade/quilt/pull/832) [`f0105b4`](https://github.com/lemonmade/quilt/commit/f0105b41db07ebdf21d131d664c1a909659a5142) Thanks [@lemonmade](https://github.com/lemonmade)! - Update template dependencies + ## 0.2.40 ### Patch Changes diff --git a/packages/create/package.json b/packages/create/package.json index b59df9fac..a9535560d 100644 --- a/packages/create/package.json +++ b/packages/create/package.json @@ -1,7 +1,7 @@ { "name": "@quilted/create", "type": "module", - "version": "0.2.40", + "version": "0.2.41", "license": "MIT", "repository": { "type": "git",