Skip to content

Commit

Permalink
Merge pull request #1388 from hayes/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
hayes authored Mar 7, 2025
2 parents cf83a15 + 9b96c31 commit 87798b1
Show file tree
Hide file tree
Showing 7 changed files with 23 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/giant-spoons-appear.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pothos-examples/federation

## 3.1.9

### Patch Changes

- Updated dependencies [cf83a15]
- @pothos/plugin-federation@4.3.1

## 3.1.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/federation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "3.1.8",
"version": "3.1.9",
"name": "@pothos-examples/federation",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/prisma-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pothos-examples/relay

## 3.1.16

### Patch Changes

- Updated dependencies [cf83a15]
- @pothos/plugin-federation@4.3.1

## 3.1.15

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/prisma-federation/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "3.1.15",
"version": "3.1.16",
"name": "@pothos-examples/prisma-federation",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pothos/plugin-federation

## 4.3.1

### Patch Changes

- cf83a15: Support Query type as entity

## 4.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-federation/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@pothos/plugin-federation",
"description": "A Pothos plugin for implementing apollo federation subGraphs",
"version": "4.3.0",
"version": "4.3.1",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
"module": "./esm/index.js",
Expand Down

0 comments on commit 87798b1

Please sign in to comment.