Skip to content

Commit 045ec47

Browse files
authored
Merge pull request #1087 from hayes/changeset-release/main
chore: update versions
2 parents 1f83cd7 + 558b4fb commit 045ec47

File tree

30 files changed

+128
-20
lines changed

30 files changed

+128
-20
lines changed

.changeset/moody-boxes-appear.md

-6
This file was deleted.

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+
## 2.4.37
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1483e74]
8+
- @pothos/core@3.39.0
9+
310
## 2.4.36
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": "2.4.36",
3+
"version": "2.4.37",
44
"name": "@pothos-examples/envelope-helix-fastify",
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+
## 2.2.37
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1483e74]
8+
- @pothos/core@3.39.0
9+
310
## 2.2.36
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": "2.2.36",
3+
"version": "2.2.37",
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+
## 2.4.37
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1483e74]
8+
- @pothos/core@3.39.0
9+
310
## 2.4.36
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": "2.4.36",
3+
"version": "2.4.37",
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+
## 2.6.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1483e74]
8+
- @pothos/core@3.39.0
9+
310
## 2.6.19
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": "2.6.19",
3+
"version": "2.6.20",
44
"private": true,
55
"scripts": {
66
"generate": "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+
## 1.2.37
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1483e74]
8+
- @pothos/core@3.39.0
9+
- @pothos/plugin-tracing@0.5.8
10+
- @pothos/tracing-opentelemetry@0.6.9
11+
312
## 1.2.36
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": "1.2.36",
3+
"version": "1.2.37",
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+
## 2.8.45
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1483e74]
8+
- @pothos/core@3.39.0
9+
- @pothos/plugin-directives@3.10.2
10+
- @pothos/plugin-federation@3.11.0
11+
- @pothos/plugin-prisma@3.61.0
12+
- @pothos/plugin-relay@3.44.0
13+
314
## 2.8.44
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": "2.8.44",
3+
"version": "2.8.45",
44
"name": "@pothos-examples/prisma-federation",
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+
## 2.6.44
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1483e74]
8+
- @pothos/core@3.39.0
9+
- @pothos/plugin-prisma@3.61.0
10+
- @pothos/plugin-smart-subscriptions@3.7.1
11+
312
## 2.6.43
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": "2.6.43",
3+
"version": "2.6.44",
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+
## 2.4.70
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1483e74]
8+
- @pothos/core@3.39.0
9+
- @pothos/plugin-prisma@3.61.0
10+
311
## 2.4.69
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": "2.4.69",
3+
"version": "2.4.70",
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+
## 2.4.70
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1483e74]
8+
- @pothos/core@3.39.0
9+
- @pothos/plugin-prisma@3.61.0
10+
311
## 2.4.69
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": "2.4.69",
3+
"version": "2.4.70",
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+
## 2.7.50
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1483e74]
8+
- @pothos/core@3.39.0
9+
- @pothos/plugin-relay@3.44.0
10+
311
## 2.7.49
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": "2.7.49",
3+
"version": "2.7.50",
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+
## 2.4.37
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1483e74]
8+
- @pothos/core@3.39.0
9+
310
## 2.4.36
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": "2.4.36",
3+
"version": "2.4.37",
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+
## 2.4.37
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [1483e74]
8+
- @pothos/core@3.39.0
9+
310
## 2.4.36
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": "2.4.36",
3+
"version": "2.4.37",
44
"name": "@pothos-examples/simple-interfaces",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

packages/core/CHANGELOG.md

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

3+
## 3.39.0
4+
5+
### Minor Changes
6+
7+
- 1483e74: PothosError now extends GraphQL error
8+
39
## 3.38.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": "3.38.0",
3+
"version": "3.39.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/deno/CHANGELOG.md

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

3+
## 3.48.0
4+
5+
### Minor Changes
6+
7+
- 1483e74: PothosError now extends GraphQL error
8+
39
## 3.47.0
410

511
### Minor Changes

packages/deno/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pothos/deno",
3-
"version": "3.47.0",
3+
"version": "3.48.0",
44
"description": "Deno compatible versions of Pothos packages",
55
"repository": {
66
"type": "git",

website/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44

55
### Patch Changes
66

7+
- Updated dependencies [1483e74]
8+
- @pothos/core@3.39.0
9+
10+
## null
11+
12+
### Patch Changes
13+
714
- Updated dependencies [22d1426a]
815
- @pothos/core@3.38.0
916

0 commit comments

Comments
 (0)