Skip to content

Commit

Permalink
Merge pull request #1154 from hayes/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
hayes committed Feb 8, 2024
2 parents a9bd1ca + 5a7bed4 commit 51f8622
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 9 deletions.
6 changes: 0 additions & 6 deletions .changeset/early-otters-rescue.md

This file was deleted.

8 changes: 8 additions & 0 deletions examples/federation/CHANGELOG.md
@@ -0,0 +1,8 @@
# @pothos-examples/federation

## 2.8.54

### Patch Changes

- Updated dependencies [e1b2a69]
- @pothos/plugin-federation@3.13.1
2 changes: 1 addition & 1 deletion examples/federation/package.json
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "2.8.53",
"version": "2.8.54",
"name": "@pothos-examples/federation",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions examples/prisma-federation/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pothos-examples/relay

## 2.8.54

### Patch Changes

- e1b2a69: Fix incorrectly configured exports in package.json
- Updated dependencies [e1b2a69]
- @pothos/plugin-federation@3.13.1

## 2.8.53

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/prisma-federation/package.json
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "2.8.53",
"version": "2.8.54",
"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
@@ -1,5 +1,11 @@
# @pothos/plugin-federation

## 3.13.1

### Patch Changes

- e1b2a69: Fix incorrectly configured exports in package.json

## 3.13.0

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

0 comments on commit 51f8622

Please sign in to comment.