Skip to content

Commit

Permalink
Merge pull request #1223 from hayes/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
hayes authored Jun 22, 2024
2 parents 1ecea46 + 127dad2 commit ca315da
Show file tree
Hide file tree
Showing 85 changed files with 350 additions and 89 deletions.
45 changes: 0 additions & 45 deletions .changeset/cuddly-rings-look.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.6.29

### Patch Changes

- 1ecea46: revert accidental pinning of graphql peer dependency
- Updated dependencies [1ecea46]
- @pothos/plugin-simple-objects@3.7.1
- @pothos/plugin-prisma-utils@0.14.1
- @pothos/plugin-dataloader@3.18.2
- @pothos/plugin-scope-auth@3.22.1
- @pothos/plugin-validation@3.10.2
- @pothos/plugin-prisma@3.65.3
- @pothos/plugin-relay@3.46.1
- @pothos/core@3.41.2

## 1.6.28

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

## 2.4.42

### Patch Changes

- 1ecea46: revert accidental pinning of graphql peer dependency
- Updated dependencies [1ecea46]
- @pothos/core@3.41.2

## 2.4.41

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

## 2.8.60

### Patch Changes

- 1ecea46: revert accidental pinning of graphql peer dependency
- Updated dependencies [1ecea46]
- @pothos/plugin-directives@3.10.3
- @pothos/plugin-federation@3.16.1
- @pothos/core@3.41.2

## 2.8.59

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

## 2.2.42

### Patch Changes

- 1ecea46: revert accidental pinning of graphql peer dependency
- Updated dependencies [1ecea46]
- @pothos/core@3.41.2

## 2.2.41

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

## 2.4.42

### Patch Changes

- 1ecea46: revert accidental pinning of graphql peer dependency
- Updated dependencies [1ecea46]
- @pothos/core@3.41.2

## 2.4.41

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

## 2.6.25

### Patch Changes

- 1ecea46: revert accidental pinning of graphql peer dependency
- Updated dependencies [1ecea46]
- @pothos/core@3.41.2

## 2.6.24

### 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": "2.6.24",
"version": "2.6.25",
"private": true,
"scripts": {
"generate": "tsx graphql/build-schema.ts && graphql-codegen",
Expand Down
10 changes: 10 additions & 0 deletions examples/open-telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @pothos-examples/open-telemetry

## 1.2.43

### Patch Changes

- 1ecea46: revert accidental pinning of graphql peer dependency
- Updated dependencies [1ecea46]
- @pothos/tracing-opentelemetry@0.6.10
- @pothos/plugin-tracing@0.6.1
- @pothos/core@3.41.2

## 1.2.42

### 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.42",
"version": "1.2.43",
"main": "index.js",
"license": "MIT",
"dependencies": {
Expand Down
12 changes: 12 additions & 0 deletions examples/prisma-federation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @pothos-examples/relay

## 2.8.63

### Patch Changes

- 1ecea46: revert accidental pinning of graphql peer dependency
- Updated dependencies [1ecea46]
- @pothos/plugin-directives@3.10.3
- @pothos/plugin-federation@3.16.1
- @pothos/plugin-prisma@3.65.3
- @pothos/plugin-relay@3.46.1
- @pothos/core@3.41.2

## 2.8.62

### 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": "2.8.62",
"version": "2.8.63",
"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.73

### Patch Changes

- 1ecea46: revert accidental pinning of graphql peer dependency
- Updated dependencies [1ecea46]
- @pothos/plugin-prisma@3.65.3
- @pothos/plugin-relay@3.46.1
- @pothos/core@3.41.2

## 2.7.72

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

## 2.6.55

### Patch Changes

- 1ecea46: revert accidental pinning of graphql peer dependency
- Updated dependencies [1ecea46]
- @pothos/plugin-smart-subscriptions@3.7.3
- @pothos/plugin-prisma@3.65.3
- @pothos/core@3.41.2

## 2.6.54

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

## 2.4.80

### Patch Changes

- 1ecea46: revert accidental pinning of graphql peer dependency
- Updated dependencies [1ecea46]
- @pothos/plugin-prisma@3.65.3
- @pothos/core@3.41.2

## 2.4.79

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

## 2.4.80

### Patch Changes

- 1ecea46: revert accidental pinning of graphql peer dependency
- Updated dependencies [1ecea46]
- @pothos/plugin-prisma@3.65.3
- @pothos/core@3.41.2

## 2.4.79

### 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.79",
"version": "2.4.80",
"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.56

### Patch Changes

- 1ecea46: revert accidental pinning of graphql peer dependency
- Updated dependencies [1ecea46]
- @pothos/plugin-relay@3.46.1
- @pothos/core@3.41.2

## 2.7.55

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

## 2.4.42

### Patch Changes

- 1ecea46: revert accidental pinning of graphql peer dependency
- Updated dependencies [1ecea46]
- @pothos/core@3.41.2

## 2.4.41

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

## 2.4.42

### Patch Changes

- 1ecea46: revert accidental pinning of graphql peer dependency
- Updated dependencies [1ecea46]
- @pothos/core@3.41.2

## 2.4.41

### 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.41",
"version": "2.4.42",
"name": "@pothos-examples/simple-interfaces",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
Loading

0 comments on commit ca315da

Please sign in to comment.