Skip to content

Commit

Permalink
Merge pull request #1315 from hayes/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
hayes authored Oct 15, 2024
2 parents 5af9e67 + 89774a7 commit f56b1b8
Show file tree
Hide file tree
Showing 14 changed files with 52 additions and 16 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-ears-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nice-turtles-build.md

This file was deleted.

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

## 2.1.7

### Patch Changes

- Updated dependencies [6a80a7c]
- Updated dependencies [6a80a7c]
- @pothos/[email protected]
- @pothos/[email protected]
- @pothos/[email protected]
- @pothos/[email protected]

## 2.1.6

### 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": "2.1.6",
"version": "2.1.7",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pothos-examples/relay

## 3.1.6

### Patch Changes

- Updated dependencies [6a80a7c]
- @pothos/[email protected]
- @pothos/[email protected]

## 3.1.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": "3.1.5",
"version": "3.1.6",
"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
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pothos-examples/prisma-relay

## 3.1.6

### Patch Changes

- Updated dependencies [6a80a7c]
- @pothos/[email protected]
- @pothos/[email protected]

## 3.1.5

### 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": "3.1.5",
"version": "3.1.6",
"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

## 3.1.5

### Patch Changes

- Updated dependencies [6a80a7c]
- @pothos/[email protected]

## 3.1.4

### 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": "3.1.4",
"version": "3.1.5",
"name": "@pothos-examples/relay-windowed-pagination",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-dataloader/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 4.2.0

### Minor Changes

- 6a80a7c: Use builder.nodeRef in ImplementableLoadableNodeRef to avoid re-implementing node logic

## 4.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-dataloader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pothos/plugin-dataloader",
"version": "4.1.1",
"version": "4.2.0",
"description": "A Pothos plugin for attaching dataloader to object types",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
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

## 4.3.0

### Minor Changes

- 6a80a7c: Add builder.nodeRef method

## 4.2.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": "4.2.1",
"version": "4.3.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

0 comments on commit f56b1b8

Please sign in to comment.