Skip to content

Commit

Permalink
Merge pull request #986 from hayes/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
hayes committed Aug 11, 2023
2 parents 5299921 + 6eeb145 commit 799b5d1
Show file tree
Hide file tree
Showing 11 changed files with 44 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/eleven-rules-sing.md

This file was deleted.

10 changes: 10 additions & 0 deletions examples/complex-app/CHANGELOG.md
@@ -1,5 +1,15 @@
# @pothos-examples/complex-app

## 1.6.4

### Patch Changes

- Updated dependencies [b7954d40]
- @pothos/plugin-relay@3.43.1
- @pothos/plugin-dataloader@3.17.1
- @pothos/plugin-prisma@3.57.0
- @pothos/plugin-scope-auth@3.20.0

## 1.6.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/complex-app/package.json
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "1.6.3",
"version": "1.6.4",
"name": "@pothos-examples/complex-app",
"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.32

### Patch Changes

- Updated dependencies [b7954d40]
- @pothos/plugin-relay@3.43.1
- @pothos/plugin-prisma@3.57.0

## 2.8.31

### 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.31",
"version": "2.8.32",
"name": "@pothos-examples/prisma-federation",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions examples/prisma-relay/CHANGELOG.md
@@ -1,5 +1,13 @@
# @pothos-examples/prisma-relay

## 2.7.55

### Patch Changes

- Updated dependencies [b7954d40]
- @pothos/plugin-relay@3.43.1
- @pothos/plugin-prisma@3.57.0

## 2.7.54

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/prisma-relay/package.json
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "2.7.54",
"version": "2.7.55",
"name": "@pothos-examples/prisma-relay",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/relay-windowed-pagination/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pothos-examples/prisma-relay

## 2.7.43

### Patch Changes

- Updated dependencies [b7954d40]
- @pothos/plugin-relay@3.43.1

## 2.7.42

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/relay-windowed-pagination/package.json
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "2.7.42",
"version": "2.7.43",
"name": "@pothos-examples/relay-windowed-pagination",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-relay/CHANGELOG.md
@@ -1,5 +1,11 @@
# Change Log

## 3.43.1

### Patch Changes

- b7954d40: Fix hasPreviousPage in resolveCursorConnection

## 3.43.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-relay/package.json
@@ -1,6 +1,6 @@
{
"name": "@pothos/plugin-relay",
"version": "3.43.0",
"version": "3.43.1",
"description": "A Pothos plugin for adding relay style connections, nodes, and cursor based pagination to your GraphQL schema",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
Expand Down

1 comment on commit 799b5d1

@vercel
Copy link

@vercel vercel bot commented on 799b5d1 Aug 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.