Skip to content

Commit f5e6ed8

Browse files
authored
Merge pull request #1377 from hayes/changeset-release/main
chore: update versions
2 parents 456da16 + 5702189 commit f5e6ed8

File tree

39 files changed

+170
-27
lines changed

39 files changed

+170
-27
lines changed

.changeset/great-rules-try.md

-8
This file was deleted.

examples/complex-app/CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @pothos-examples/complex-app
22

3+
## 2.1.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [456da16]
8+
- @pothos/core@4.4.0
9+
- @pothos/plugin-dataloader@4.3.0
10+
- @pothos/plugin-prisma@4.4.0
11+
- @pothos/plugin-prisma-utils@1.2.0
12+
- @pothos/plugin-relay@4.3.0
13+
- @pothos/plugin-scope-auth@4.1.1
14+
- @pothos/plugin-simple-objects@4.1.0
15+
- @pothos/plugin-zod@4.1.0
16+
317
## 2.1.13
418

519
### Patch Changes

examples/complex-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "2.1.13",
3+
"version": "2.1.14",
44
"name": "@pothos-examples/complex-app",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

examples/envelope-helix-fastify/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pothos-examples/envelope-helix-fastify
22

3+
## 3.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [456da16]
8+
- @pothos/core@4.4.0
9+
310
## 3.1.2
411

512
### Patch Changes

examples/envelope-helix-fastify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"name": "@pothos-examples/envelope-helix-fastify",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

examples/federation/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @pothos-examples/federation
22

3+
## 3.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [456da16]
8+
- @pothos/plugin-federation@4.3.0
9+
- @pothos/core@4.4.0
10+
- @pothos/plugin-directives@4.2.0
11+
312
## 3.1.5
413

514
### Patch Changes

examples/federation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"name": "@pothos-examples/federation",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

examples/graphql-shield/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pothos-examples/graphql-shield
22

3+
## 3.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [456da16]
8+
- @pothos/core@4.4.0
9+
310
## 3.1.2
411

512
### Patch Changes

examples/graphql-shield/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"name": "@pothos-examples/graphql-shield",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

examples/helix/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pothos-examples/helix
22

3+
## 3.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [456da16]
8+
- @pothos/core@4.4.0
9+
310
## 3.1.2
411

512
### Patch Changes

examples/helix/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"name": "@pothos-examples/helix",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

examples/nextjs/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pothos-examples/nextjs
22

3+
## 3.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [456da16]
8+
- @pothos/core@4.4.0
9+
310
## 3.1.2
411

512
### Patch Changes

examples/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pothos-examples/nextjs",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"private": true,
55
"scripts": {
66
"generate": "tsx graphql/build-schema.ts && graphql-codegen",

examples/open-telemetry/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @pothos-examples/open-telemetry
22

3+
## 2.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [456da16]
8+
- @pothos/core@4.4.0
9+
- @pothos/plugin-tracing@1.1.0
10+
- @pothos/tracing-opentelemetry@1.1.0
11+
312
## 2.1.2
413

514
### Patch Changes

examples/open-telemetry/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pothos-examples/open-telemetry",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"main": "index.js",
55
"license": "MIT",
66
"dependencies": {

examples/prisma-federation/CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @pothos-examples/relay
22

3+
## 3.1.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [456da16]
8+
- @pothos/plugin-federation@4.3.0
9+
- @pothos/core@4.4.0
10+
- @pothos/plugin-directives@4.2.0
11+
- @pothos/plugin-prisma@4.4.0
12+
- @pothos/plugin-relay@4.3.0
13+
314
## 3.1.12
415

516
### Patch Changes

examples/prisma-federation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "3.1.12",
3+
"version": "3.1.13",
44
"name": "@pothos-examples/prisma-federation",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

examples/prisma-relay/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @pothos-examples/prisma-relay
22

3+
## 3.1.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [456da16]
8+
- @pothos/core@4.4.0
9+
- @pothos/plugin-prisma@4.4.0
10+
- @pothos/plugin-relay@4.3.0
11+
312
## 3.1.10
413

514
### Patch Changes

examples/prisma-relay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "3.1.10",
3+
"version": "3.1.11",
44
"name": "@pothos-examples/prisma-relay",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

examples/prisma-smart-subscriptions-apollo/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @pothos-examples/prisma-smart-subscriptions-apollo
22

3+
## 3.1.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [456da16]
8+
- @pothos/core@4.4.0
9+
- @pothos/plugin-prisma@4.4.0
10+
- @pothos/plugin-smart-subscriptions@4.1.1
11+
312
## 3.1.8
413

514
### Patch Changes

examples/prisma-smart-subscriptions-apollo/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "3.1.8",
3+
"version": "3.1.9",
44
"name": "@pothos-examples/prisma-smart-subscriptions-apollo",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

examples/prisma-subscriptions/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @pothos-examples/prisma-subscriptions
22

3+
## 3.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [456da16]
8+
- @pothos/core@4.4.0
9+
- @pothos/plugin-prisma@4.4.0
10+
311
## 3.1.7
412

513
### Patch Changes

examples/prisma-subscriptions/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"name": "@pothos-examples/prisma-subscriptions",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

examples/prisma/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @pothos-examples/relay
22

3+
## 3.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [456da16]
8+
- @pothos/core@4.4.0
9+
- @pothos/plugin-prisma@4.4.0
10+
311
## 3.1.7
412

513
### Patch Changes

examples/prisma/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "3.1.7",
3+
"version": "3.1.8",
44
"name": "@pothos-examples/prisma",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

examples/relay-windowed-pagination/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @pothos-examples/prisma-relay
22

3+
## 3.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [456da16]
8+
- @pothos/core@4.4.0
9+
- @pothos/plugin-relay@4.3.0
10+
311
## 3.1.5
412

513
### Patch Changes

examples/relay-windowed-pagination/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "3.1.5",
3+
"version": "3.1.6",
44
"name": "@pothos-examples/relay-windowed-pagination",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

examples/simple-classes/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pothos-examples/simple-classes
22

3+
## 3.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [456da16]
8+
- @pothos/core@4.4.0
9+
310
## 3.1.2
411

512
### Patch Changes

examples/simple-classes/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"name": "@pothos-examples/simple-classes",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

examples/simple-interfaces/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pothos-examples/simple-interfaces
22

3+
## 3.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [456da16]
8+
- @pothos/core@4.4.0
9+
310
## 3.1.2
411

512
### Patch Changes

examples/simple-interfaces/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "3.1.2",
3+
"version": "3.1.3",
44
"name": "@pothos-examples/simple-interfaces",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

packages/converter/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.2.0
4+
5+
### Minor Changes
6+
7+
- 456da16: Add support for custom names on Root types
8+
39
## 4.1.0
410

511
### Minor Changes

packages/converter/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pothos/converter",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "A converter for generating typescript that implements an SDL input schema",
55
"main": "./lib/index.js",
66
"types": "./dts/index.d.ts",

packages/core/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 4.4.0
4+
5+
### Minor Changes
6+
7+
- 456da16: Add support for custom names on Root types
8+
39
## 4.3.0
410

511
### Minor Changes

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pothos/core",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "Pothos (formerly GiraphQL) is a plugin based schema builder for creating code-first GraphQL schemas in typescript",
55
"main": "./lib/index.js",
66
"types": "./dts/index.d.ts",

packages/plugin-federation/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pothos/plugin-federation
22

3+
## 4.3.0
4+
5+
### Minor Changes
6+
7+
- 456da16: Add support for custom names on Root types
8+
39
## 4.2.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)