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 Oct 9, 2024
1 parent e6ca3fa commit da52f8a
Show file tree
Hide file tree
Showing 36 changed files with 156 additions and 27 deletions.
5 changes: 0 additions & 5 deletions .changeset/tender-deers-admire.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yellow-moose-approve.md

This file was deleted.

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

## 2.1.6

### Patch Changes

- Updated dependencies [e6ca3fa]
- @pothos/core@4.3.0
- @pothos/plugin-dataloader@4.1.1
- @pothos/plugin-prisma@4.2.1
- @pothos/plugin-prisma-utils@1.2.0
- @pothos/plugin-relay@4.2.1
- @pothos/plugin-scope-auth@4.1.0
- @pothos/plugin-simple-objects@4.1.0
- @pothos/plugin-zod@4.1.0

## 2.1.5

### 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.5",
"version": "2.1.6",
"name": "@pothos-examples/complex-app",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/envelope-helix-fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pothos-examples/envelope-helix-fastify

## 3.1.2

### Patch Changes

- Updated dependencies [e6ca3fa]
- @pothos/core@4.3.0

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/envelope-helix-fastify/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.1",
"version": "3.1.2",
"name": "@pothos-examples/envelope-helix-fastify",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
9 changes: 9 additions & 0 deletions examples/federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pothos-examples/federation

## 3.1.2

### Patch Changes

- Updated dependencies [e6ca3fa]
- @pothos/core@4.3.0
- @pothos/plugin-directives@4.1.0
- @pothos/plugin-federation@4.1.0

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/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.1",
"version": "3.1.2",
"name": "@pothos-examples/federation",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/graphql-shield/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pothos-examples/graphql-shield

## 3.1.2

### Patch Changes

- Updated dependencies [e6ca3fa]
- @pothos/core@4.3.0

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/graphql-shield/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.1",
"version": "3.1.2",
"name": "@pothos-examples/graphql-shield",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/helix/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pothos-examples/helix

## 3.1.2

### Patch Changes

- Updated dependencies [e6ca3fa]
- @pothos/core@4.3.0

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/helix/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.1",
"version": "3.1.2",
"name": "@pothos-examples/helix",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pothos-examples/nextjs

## 3.1.2

### Patch Changes

- Updated dependencies [e6ca3fa]
- @pothos/core@4.3.0

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pothos-examples/nextjs",
"version": "3.1.1",
"version": "3.1.2",
"private": true,
"scripts": {
"generate": "tsx graphql/build-schema.ts && graphql-codegen",
Expand Down
9 changes: 9 additions & 0 deletions examples/open-telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pothos-examples/open-telemetry

## 2.1.2

### Patch Changes

- Updated dependencies [e6ca3fa]
- @pothos/core@4.3.0
- @pothos/plugin-tracing@1.1.0
- @pothos/tracing-opentelemetry@1.1.0

## 2.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/open-telemetry/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pothos-examples/open-telemetry",
"version": "2.1.1",
"version": "2.1.2",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
11 changes: 11 additions & 0 deletions examples/prisma-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @pothos-examples/relay

## 3.1.5

### Patch Changes

- Updated dependencies [e6ca3fa]
- @pothos/core@4.3.0
- @pothos/plugin-directives@4.1.0
- @pothos/plugin-federation@4.1.0
- @pothos/plugin-prisma@4.2.1
- @pothos/plugin-relay@4.2.1

## 3.1.4

### 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.4",
"version": "3.1.5",
"name": "@pothos-examples/prisma-federation",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
9 changes: 9 additions & 0 deletions examples/prisma-relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @pothos-examples/prisma-relay

## 3.1.5

### Patch Changes

- Updated dependencies [e6ca3fa]
- @pothos/core@4.3.0
- @pothos/plugin-prisma@4.2.1
- @pothos/plugin-relay@4.2.1

## 3.1.4

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

## 3.1.3

### Patch Changes

- Updated dependencies [e6ca3fa]
- @pothos/core@4.3.0
- @pothos/plugin-prisma@4.2.1
- @pothos/plugin-smart-subscriptions@4.1.0

## 3.1.2

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

## 3.1.3

### Patch Changes

- Updated dependencies [e6ca3fa]
- @pothos/core@4.3.0
- @pothos/plugin-prisma@4.2.1

## 3.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/prisma-subscriptions/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.2",
"version": "3.1.3",
"name": "@pothos-examples/prisma-subscriptions",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions examples/prisma/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pothos-examples/relay

## 3.1.3

### Patch Changes

- Updated dependencies [e6ca3fa]
- @pothos/core@4.3.0
- @pothos/plugin-prisma@4.2.1

## 3.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/prisma/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.2",
"version": "3.1.3",
"name": "@pothos-examples/prisma",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
8 changes: 8 additions & 0 deletions examples/relay-windowed-pagination/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @pothos-examples/prisma-relay

## 3.1.4

### Patch Changes

- Updated dependencies [e6ca3fa]
- @pothos/core@4.3.0
- @pothos/plugin-relay@4.2.1

## 3.1.3

### 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.3",
"version": "3.1.4",
"name": "@pothos-examples/relay-windowed-pagination",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/simple-classes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pothos-examples/simple-classes

## 3.1.2

### Patch Changes

- Updated dependencies [e6ca3fa]
- @pothos/core@4.3.0

## 3.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/simple-classes/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.1",
"version": "3.1.2",
"name": "@pothos-examples/simple-classes",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/simple-interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @pothos-examples/simple-interfaces

## 3.1.2

### Patch Changes

- Updated dependencies [e6ca3fa]
- @pothos/core@4.3.0

## 3.1.1

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

## 4.3.0

### Minor Changes

- e6ca3fa: Fix a couple incorrect generics in plugin system types

## 4.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pothos/core",
"version": "4.2.0",
"version": "4.3.0",
"description": "Pothos (formerly GiraphQL) is a plugin based schema builder for creating code-first GraphQL schemas in typescript",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugin-add-graphql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @pothos/plugin-add-graphql

## 4.2.0

### Minor Changes

- e6ca3fa: Support nested lists

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-add-graphql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pothos/plugin-add-graphql",
"version": "4.1.0",
"version": "4.2.0",
"description": "A Pothos plugin for adding existing GraphQL types to a Pothos schema",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
Expand Down

0 comments on commit da52f8a

Please sign in to comment.