diff --git a/.changeset/slimy-turkeys-cross.md b/.changeset/slimy-turkeys-cross.md deleted file mode 100644 index f971055..0000000 --- a/.changeset/slimy-turkeys-cross.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@spear-ai/example-postgraphile-api": patch -"@spear-ai/grafserv-next-server": patch -"@spear-ai/graphile-sort-schema-plugin": patch ---- - -Fixed release. diff --git a/packages/example-postgraphile-api/CHANGELOG.md b/packages/example-postgraphile-api/CHANGELOG.md new file mode 100644 index 0000000..0c167c5 --- /dev/null +++ b/packages/example-postgraphile-api/CHANGELOG.md @@ -0,0 +1,11 @@ +# @spear-ai/example-postgraphile-api + +## 1.0.1 + +### Patch Changes + +- [#18](https://github.com/spear-ai/api/pull/18) [`d1e85e6`](https://github.com/spear-ai/api/commit/d1e85e61d1e24cac10bf1f2da070e04dbe86d0f3) Thanks [@psirenny](https://github.com/psirenny)! - Fixed release. + +- Updated dependencies [[`d1e85e6`](https://github.com/spear-ai/api/commit/d1e85e61d1e24cac10bf1f2da070e04dbe86d0f3)]: + - @spear-ai/grafserv-next-server@1.0.1 + - @spear-ai/graphile-sort-schema-plugin@2.0.1 diff --git a/packages/example-postgraphile-api/package.json b/packages/example-postgraphile-api/package.json index 367ba02..cf74e8d 100644 --- a/packages/example-postgraphile-api/package.json +++ b/packages/example-postgraphile-api/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/example-postgraphile-api", - "version": "1.0.0", + "version": "1.0.1", "description": "Example PostGraphile API", "author": { "name": "Spear AI", diff --git a/packages/grafserv-next-server/CHANGELOG.md b/packages/grafserv-next-server/CHANGELOG.md new file mode 100644 index 0000000..7ffa347 --- /dev/null +++ b/packages/grafserv-next-server/CHANGELOG.md @@ -0,0 +1,7 @@ +# @spear-ai/grafserv-next-server + +## 1.0.1 + +### Patch Changes + +- [#18](https://github.com/spear-ai/api/pull/18) [`d1e85e6`](https://github.com/spear-ai/api/commit/d1e85e61d1e24cac10bf1f2da070e04dbe86d0f3) Thanks [@psirenny](https://github.com/psirenny)! - Fixed release. diff --git a/packages/grafserv-next-server/package.json b/packages/grafserv-next-server/package.json index 03c4b86..4e50843 100644 --- a/packages/grafserv-next-server/package.json +++ b/packages/grafserv-next-server/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/grafserv-next-server", - "version": "1.0.0", + "version": "1.0.1", "description": "Graserv server for Next.js", "author": { "name": "Spear AI", diff --git a/packages/graphile-sort-schema-plugin/CHANGELOG.md b/packages/graphile-sort-schema-plugin/CHANGELOG.md index 5552f1b..b1a244d 100644 --- a/packages/graphile-sort-schema-plugin/CHANGELOG.md +++ b/packages/graphile-sort-schema-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @spear-ai/graphile-sort-schema-plugin +## 2.0.1 + +### Patch Changes + +- [#18](https://github.com/spear-ai/api/pull/18) [`d1e85e6`](https://github.com/spear-ai/api/commit/d1e85e61d1e24cac10bf1f2da070e04dbe86d0f3) Thanks [@psirenny](https://github.com/psirenny)! - Fixed release. + ## 2.0.0 ### Major Changes diff --git a/packages/graphile-sort-schema-plugin/package.json b/packages/graphile-sort-schema-plugin/package.json index 7b5e7ab..60deb51 100644 --- a/packages/graphile-sort-schema-plugin/package.json +++ b/packages/graphile-sort-schema-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@spear-ai/graphile-sort-schema-plugin", - "version": "2.0.0", + "version": "2.0.1", "description": "Graphile plugin to sort your schema", "author": { "name": "Spear AI",