Skip to content

Commit

Permalink
Merge pull request #1170 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 2, 2024
2 parents b62b7ca + a710118 commit e434a80
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/hip-pens-hide.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

## 2.8.57

### Patch Changes

- Updated dependencies [b62b7ca]
- @pothos/plugin-federation@3.15.0

## 2.8.56

### 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": "2.8.56",
"version": "2.8.57",
"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

## 2.8.58

### Patch Changes

- Updated dependencies [b62b7ca]
- @pothos/plugin-federation@3.15.0

## 2.8.57

### 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": "2.8.57",
"version": "2.8.58",
"name": "@pothos-examples/prisma-federation",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pothos/plugin-federation

## 3.15.0

### Minor Changes

- b62b7ca: revert on asEntity method, and add a new method that accepts a selection and a resolvable
boolean

## 3.14.1

### Patch 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": "3.14.1",
"version": "3.15.0",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
"module": "./esm/index.js",
Expand Down

0 comments on commit e434a80

Please sign in to comment.