Skip to content

Commit 4458170

Browse files
authored
Merge pull request #1337 from hayes/changeset-release/main
chore: update versions
2 parents 8d268dc + 9596055 commit 4458170

File tree

10 files changed

+30
-14
lines changed

10 files changed

+30
-14
lines changed

.changeset/empty-rabbits-repeat.md

-5
This file was deleted.

.changeset/silly-wolves-cry.md

-5
This file was deleted.

examples/federation/CHANGELOG.md

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

3+
## 3.1.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [de28b57]
8+
- @pothos/plugin-federation@4.2.0
9+
310
## 3.1.2
411

512
### 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.2",
3+
"version": "3.1.3",
44
"name": "@pothos-examples/federation",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

examples/prisma-federation/CHANGELOG.md

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

3+
## 3.1.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [de28b57]
8+
- @pothos/plugin-federation@4.2.0
9+
310
## 3.1.9
411

512
### 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.9",
3+
"version": "3.1.10",
44
"name": "@pothos-examples/prisma-federation",
55
"main": "src/index.ts",
66
"types": "src/index.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.2.0
4+
5+
### Minor Changes
6+
7+
- de28b57: expose hasResolvableKey helper
8+
39
## 4.1.0
410

511
### Minor Changes

packages/plugin-federation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@pothos/plugin-federation",
33
"description": "A Pothos plugin for implementing apollo federation subGraphs",
4-
"version": "4.1.0",
4+
"version": "4.2.0",
55
"main": "./lib/index.js",
66
"types": "./dts/index.d.ts",
77
"module": "./esm/index.js",

packages/plugin-sub-graph/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+
- de28b57: Add explicitlyIncludeType option to subGraph options
8+
39
## 4.1.0
410

511
### Minor Changes

packages/plugin-sub-graph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pothos/plugin-sub-graph",
3-
"version": "4.1.0",
3+
"version": "4.2.0",
44
"description": "A Pothos plugin for creating multiple variants or sub-selections of the same graph",
55
"main": "./lib/index.js",
66
"types": "./dts/index.d.ts",

0 commit comments

Comments
 (0)