Skip to content

Commit

Permalink
Merge pull request #1337 from hayes/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
hayes authored Nov 5, 2024
2 parents 8d268dc + 9596055 commit 4458170
Show file tree
Hide file tree
Showing 10 changed files with 30 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/empty-rabbits-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silly-wolves-cry.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.3

### Patch Changes

- Updated dependencies [de28b57]
- @pothos/plugin-federation@4.2.0

## 3.1.2

### 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.2",
"version": "3.1.3",
"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.10

### Patch Changes

- Updated dependencies [de28b57]
- @pothos/plugin-federation@4.2.0

## 3.1.9

### 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.9",
"version": "3.1.10",
"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.2.0

### Minor Changes

- de28b57: expose hasResolvableKey helper

## 4.1.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.1.0",
"version": "4.2.0",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
"module": "./esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-sub-graph/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.2.0

### Minor Changes

- de28b57: Add explicitlyIncludeType option to subGraph options

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-sub-graph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pothos/plugin-sub-graph",
"version": "4.1.0",
"version": "4.2.0",
"description": "A Pothos plugin for creating multiple variants or sub-selections of the same graph",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
Expand Down

0 comments on commit 4458170

Please sign in to comment.