diff --git a/.changeset/eleven-rules-sing.md b/.changeset/eleven-rules-sing.md deleted file mode 100644 index d80c63305..000000000 --- a/.changeset/eleven-rules-sing.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@pothos/plugin-relay': patch ---- - -Fix hasPreviousPage in resolveCursorConnection diff --git a/examples/complex-app/CHANGELOG.md b/examples/complex-app/CHANGELOG.md index 596906ae6..54edb1bd5 100644 --- a/examples/complex-app/CHANGELOG.md +++ b/examples/complex-app/CHANGELOG.md @@ -1,5 +1,15 @@ # @pothos-examples/complex-app +## 1.6.4 + +### Patch Changes + +- Updated dependencies [b7954d40] + - @pothos/plugin-relay@3.43.1 + - @pothos/plugin-dataloader@3.17.1 + - @pothos/plugin-prisma@3.57.0 + - @pothos/plugin-scope-auth@3.20.0 + ## 1.6.3 ### Patch Changes diff --git a/examples/complex-app/package.json b/examples/complex-app/package.json index 3b8606a46..9146aa951 100644 --- a/examples/complex-app/package.json +++ b/examples/complex-app/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "1.6.3", + "version": "1.6.4", "name": "@pothos-examples/complex-app", "main": "src/index.ts", "types": "src/index.ts", diff --git a/examples/prisma-federation/CHANGELOG.md b/examples/prisma-federation/CHANGELOG.md index a130257d1..93f155ad9 100644 --- a/examples/prisma-federation/CHANGELOG.md +++ b/examples/prisma-federation/CHANGELOG.md @@ -1,5 +1,13 @@ # @pothos-examples/relay +## 2.8.32 + +### Patch Changes + +- Updated dependencies [b7954d40] + - @pothos/plugin-relay@3.43.1 + - @pothos/plugin-prisma@3.57.0 + ## 2.8.31 ### Patch Changes diff --git a/examples/prisma-federation/package.json b/examples/prisma-federation/package.json index a7cfb96d2..9dbb50456 100644 --- a/examples/prisma-federation/package.json +++ b/examples/prisma-federation/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "2.8.31", + "version": "2.8.32", "name": "@pothos-examples/prisma-federation", "main": "src/index.ts", "types": "src/index.ts", diff --git a/examples/prisma-relay/CHANGELOG.md b/examples/prisma-relay/CHANGELOG.md index 244b93f7a..48460b38a 100644 --- a/examples/prisma-relay/CHANGELOG.md +++ b/examples/prisma-relay/CHANGELOG.md @@ -1,5 +1,13 @@ # @pothos-examples/prisma-relay +## 2.7.55 + +### Patch Changes + +- Updated dependencies [b7954d40] + - @pothos/plugin-relay@3.43.1 + - @pothos/plugin-prisma@3.57.0 + ## 2.7.54 ### Patch Changes diff --git a/examples/prisma-relay/package.json b/examples/prisma-relay/package.json index a99afae10..f8c9a76a4 100644 --- a/examples/prisma-relay/package.json +++ b/examples/prisma-relay/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "2.7.54", + "version": "2.7.55", "name": "@pothos-examples/prisma-relay", "main": "src/index.ts", "types": "src/index.ts", diff --git a/examples/relay-windowed-pagination/CHANGELOG.md b/examples/relay-windowed-pagination/CHANGELOG.md index 2a6804c62..697f5af07 100644 --- a/examples/relay-windowed-pagination/CHANGELOG.md +++ b/examples/relay-windowed-pagination/CHANGELOG.md @@ -1,5 +1,12 @@ # @pothos-examples/prisma-relay +## 2.7.43 + +### Patch Changes + +- Updated dependencies [b7954d40] + - @pothos/plugin-relay@3.43.1 + ## 2.7.42 ### Patch Changes diff --git a/examples/relay-windowed-pagination/package.json b/examples/relay-windowed-pagination/package.json index b5a349eaa..da381a451 100644 --- a/examples/relay-windowed-pagination/package.json +++ b/examples/relay-windowed-pagination/package.json @@ -1,6 +1,6 @@ { "$schema": "https://json.schemastore.org/package.json", - "version": "2.7.42", + "version": "2.7.43", "name": "@pothos-examples/relay-windowed-pagination", "main": "src/index.ts", "types": "src/index.ts", diff --git a/packages/plugin-relay/CHANGELOG.md b/packages/plugin-relay/CHANGELOG.md index fdb13bc7d..2742f2e57 100644 --- a/packages/plugin-relay/CHANGELOG.md +++ b/packages/plugin-relay/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## 3.43.1 + +### Patch Changes + +- b7954d40: Fix hasPreviousPage in resolveCursorConnection + ## 3.43.0 ### Minor Changes diff --git a/packages/plugin-relay/package.json b/packages/plugin-relay/package.json index a56ccd1dd..cb19308f5 100644 --- a/packages/plugin-relay/package.json +++ b/packages/plugin-relay/package.json @@ -1,6 +1,6 @@ { "name": "@pothos/plugin-relay", - "version": "3.43.0", + "version": "3.43.1", "description": "A Pothos plugin for adding relay style connections, nodes, and cursor based pagination to your GraphQL schema", "main": "./lib/index.js", "types": "./dts/index.d.ts",