Skip to content

Commit 9dfc0c1

Browse files
authored
Merge pull request #1366 from hayes/changeset-release/main
chore: update versions
2 parents da8d7c4 + c9dc5bd commit 9dfc0c1

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/lovely-carrots-sneeze.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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [da8d7c4]
8+
- @pothos/plugin-federation@4.2.1
9+
310
## 3.1.4
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.4",
3+
"version": "3.1.5",
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.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [da8d7c4]
8+
- @pothos/plugin-federation@4.2.1
9+
310
## 3.1.11
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.11",
3+
"version": "3.1.12",
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.1
4+
5+
### Patch Changes
6+
7+
- da8d7c4: Fix handling of list items in builder.selection
8+
39
## 4.2.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.2.0",
4+
"version": "4.2.1",
55
"main": "./lib/index.js",
66
"types": "./dts/index.d.ts",
77
"module": "./esm/index.js",

0 commit comments

Comments
 (0)