Skip to content

Commit

Permalink
chore: update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Feb 24, 2023
1 parent d9a0813 commit f635094
Show file tree
Hide file tree
Showing 12 changed files with 43 additions and 19 deletions.
9 changes: 0 additions & 9 deletions .changeset/heavy-schools-relate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ten-spoons-sort.md

This file was deleted.

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

## 2.8.0

### Minor Changes

- 487b810a: Add support for @interfaceObject and @composeDirective

### Patch Changes

- Updated dependencies [487b810a]
- Updated dependencies [487b810a]
- @pothos/plugin-directives@3.10.0
- @pothos/plugin-federation@3.10.0

## 2.7.5

### 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.7.5",
"version": "2.8.0",
"name": "@pothos-examples/prisma-federation",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions examples/prisma-smart-subscriptions-apollo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pothos-examples/prisma-smart-subscriptions-apollo

## 2.6.0

### Minor Changes

- 487b810a: Add support for @interfaceObject and @composeDirective

## 2.5.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/prisma-smart-subscriptions-apollo/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.5.4",
"version": "2.6.0",
"name": "@pothos-examples/prisma-smart-subscriptions-apollo",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/deno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.40.0

### Minor Changes

- 487b810a: Add support for @interfaceObject and @composeDirective

## 3.39.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/deno/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pothos/deno",
"version": "3.39.0",
"version": "3.40.0",
"description": "Deno compatible versions of Pothos packages",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugin-directives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 3.10.0

### Minor Changes

- 487b810a: Add support for @interfaceObject and @composeDirective
- 487b810a: Add schemaDirectives option to `toSchema` for defining SCHEMA directives

## 3.9.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-directives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pothos/plugin-directives",
"version": "3.9.2",
"version": "3.10.0",
"description": "Directive plugin for Pothos, enables using graphql-tools based directives with Pothos",
"main": "./lib/index.js",
"types": "./dts/index.d.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

## 3.10.0

### Minor Changes

- 487b810a: Add support for @interfaceObject and @composeDirective

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

0 comments on commit f635094

Please sign in to comment.