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 7, 2023
1 parent 8d74a4a commit 4b23793
Show file tree
Hide file tree
Showing 59 changed files with 238 additions and 57 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-tomatoes-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/eleven-lobsters-develop.md

This file was deleted.

16 changes: 0 additions & 16 deletions .changeset/ten-bottles-relax.md

This file was deleted.

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

## 1.4.27

### Patch Changes

- Updated dependencies [1c73b585]
- Updated dependencies [bf0385ae]
- @pothos/plugin-relay@3.35.0
- @pothos/plugin-prisma-utils@0.6.0
- @pothos/plugin-dataloader@3.14.0
- @pothos/plugin-scope-auth@3.18.0
- @pothos/plugin-validation@3.9.0
- @pothos/plugin-prisma@3.41.0
- @pothos/core@3.25.0
- @pothos/plugin-simple-objects@3.6.7

## 1.4.26

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.26",
"version": "1.4.27",
"name": "@pothos-examples/complex-app",
"main": "src/index.ts",
"types": "src/index.ts",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@graphql-typed-document-node/core": "^3.1.1",
"@pothos/core": "^3.24.0",
"@pothos/core": "^3.25.0",
"@pothos/plugin-dataloader": "workspace:*",
"@pothos/plugin-prisma": "workspace:*",
"@pothos/plugin-prisma-utils": "workspace:*",
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

## 2.4.18

### Patch Changes

- Updated dependencies [bf0385ae]
- @pothos/core@3.25.0

## 2.4.17

### 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": "2.4.17",
"version": "2.4.18",
"name": "@pothos-examples/envelope-helix-fastify",
"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

## 2.2.18

### Patch Changes

- Updated dependencies [bf0385ae]
- @pothos/core@3.25.0

## 2.2.17

### 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": "2.2.17",
"version": "2.2.18",
"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

## 2.4.18

### Patch Changes

- Updated dependencies [bf0385ae]
- @pothos/core@3.25.0

## 2.4.17

### 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": "2.4.17",
"version": "2.4.18",
"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

## 2.6.1

### Patch Changes

- Updated dependencies [bf0385ae]
- @pothos/core@3.25.0

## 2.6.0

### Minor 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": "2.6.0",
"version": "2.6.1",
"private": true,
"scripts": {
"generate": "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

## 1.2.18

### Patch Changes

- Updated dependencies [bf0385ae]
- @pothos/core@3.25.0
- @pothos/plugin-tracing@0.5.7
- @pothos/tracing-opentelemetry@0.6.8

## 1.2.17

### 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": "1.2.17",
"version": "1.2.18",
"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

## 2.7.1

### Patch Changes

- Updated dependencies [bce97784]
- Updated dependencies [bf0385ae]
- @pothos/plugin-federation@3.9.0
- @pothos/plugin-prisma@3.41.0
- @pothos/core@3.25.0
- @pothos/plugin-directives@3.9.2

## 2.7.0

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

## 2.7.25

### Patch Changes

- Updated dependencies [1c73b585]
- Updated dependencies [bf0385ae]
- @pothos/plugin-relay@3.35.0
- @pothos/plugin-prisma@3.41.0
- @pothos/core@3.25.0

## 2.7.24

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions 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.24",
"version": "2.7.25",
"name": "@pothos-examples/prisma-relay",
"main": "src/index.ts",
"types": "src/index.ts",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@faker-js/faker": "^7.6.0",
"@pothos/core": "^3.24.0",
"@pothos/core": "^3.25.0",
"@pothos/plugin-prisma": "workspace:*",
"@pothos/plugin-relay": "workspace:*",
"@prisma/client": "^4.9.0",
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

## 2.5.1

### Patch Changes

- Updated dependencies [bf0385ae]
- @pothos/plugin-smart-subscriptions@3.7.0
- @pothos/plugin-prisma@3.41.0
- @pothos/core@3.25.0

## 2.5.0

### Minor 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.0",
"version": "2.5.1",
"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

## 2.4.23

### Patch Changes

- Updated dependencies [bf0385ae]
- @pothos/plugin-prisma@3.41.0
- @pothos/core@3.25.0

## 2.4.22

### 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": "2.4.22",
"version": "2.4.23",
"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

## 2.4.23

### Patch Changes

- Updated dependencies [bf0385ae]
- @pothos/plugin-prisma@3.41.0
- @pothos/core@3.25.0

## 2.4.22

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

## 2.7.23

### Patch Changes

- Updated dependencies [1c73b585]
- Updated dependencies [bf0385ae]
- @pothos/plugin-relay@3.35.0
- @pothos/core@3.25.0

## 2.7.22

### 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.22",
"version": "2.7.23",
"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

## 2.4.18

### Patch Changes

- Updated dependencies [bf0385ae]
- @pothos/core@3.25.0

## 2.4.17

### 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": "2.4.17",
"version": "2.4.18",
"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

## 2.4.18

### Patch Changes

- Updated dependencies [bf0385ae]
- @pothos/core@3.25.0

## 2.4.17

### 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": "2.4.17",
"version": "2.4.18",
"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

## 3.25.0

### Minor Changes

- bf0385ae: Add new PothosError classes

## 3.24.1

### Patch 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": "3.24.1",
"version": "3.25.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/deno/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 3.36.0

### Minor Changes

- bf0385ae: Add new PothosError classes

## 3.35.0

### Minor Changes
Expand Down
Loading

0 comments on commit 4b23793

Please sign in to comment.