Skip to content

Commit

Permalink
Merge pull request #777 from hayes/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
hayes authored Feb 3, 2023
2 parents f8c3cb8 + b57adcc commit bd2c6d1
Show file tree
Hide file tree
Showing 11 changed files with 42 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/soft-sloths-report.md

This file was deleted.

10 changes: 10 additions & 0 deletions examples/complex-app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pothos-examples/complex-app

## 1.4.25

### Patch Changes

- Updated dependencies [252ba5fb]
- @pothos/plugin-relay@3.34.0
- @pothos/plugin-dataloader@3.13.0
- @pothos/plugin-prisma@3.40.2
- @pothos/plugin-scope-auth@3.17.0

## 1.4.24

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/complex-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "1.4.24",
"version": "1.4.25",
"name": "@pothos-examples/complex-app",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions examples/prisma-relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pothos-examples/prisma-relay

## 2.7.23

### Patch Changes

- Updated dependencies [252ba5fb]
- @pothos/plugin-relay@3.34.0
- @pothos/plugin-prisma@3.40.2

## 2.7.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/prisma-relay/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.22",
"version": "2.7.23",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pothos-examples/prisma-relay

## 2.7.22

### Patch Changes

- Updated dependencies [252ba5fb]
- @pothos/plugin-relay@3.34.0

## 2.7.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/relay-windowed-pagination/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.21",
"version": "2.7.22",
"name": "@pothos-examples/relay-windowed-pagination",
"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.35.0

### Minor Changes

- 252ba5fb: Add nodeField and edgesField options to edge/connection builders

## 3.34.1

### Patch 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.34.1",
"version": "3.35.0",
"description": "Deno compatible versions of Pothos packages",
"repository": {
"type": "git",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.34.0

### Minor Changes

- 252ba5fb: Add nodeField and edgesField options to edge/connection builders

## 3.33.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-relay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pothos/plugin-relay",
"version": "3.33.1",
"version": "3.34.0",
"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 bd2c6d1

@vercel
Copy link

@vercel vercel bot commented on bd2c6d1 Feb 3, 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.