Skip to content

Commit

Permalink
Merge pull request #1265 from hayes/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
hayes committed Aug 2, 2024
2 parents fa54797 + c990ce5 commit d81204a
Show file tree
Hide file tree
Showing 85 changed files with 470 additions and 103 deletions.
46 changes: 0 additions & 46 deletions .changeset/thin-dancers-tie.md

This file was deleted.

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

## 2.1.0

### Minor Changes

- 27af377: replace eslint and prettier with biome

### Patch Changes

- Updated dependencies [27af377]
- @pothos/plugin-simple-objects@4.1.0
- @pothos/plugin-prisma-utils@1.2.0
- @pothos/plugin-dataloader@4.1.0
- @pothos/plugin-scope-auth@4.1.0
- @pothos/plugin-prisma@4.2.0
- @pothos/plugin-relay@4.1.0
- @pothos/plugin-zod@4.1.0
- @pothos/core@4.1.0

## 2.0.9

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

## 3.1.0

### Minor Changes

- 27af377: replace eslint and prettier with biome

### Patch Changes

- Updated dependencies [27af377]
- @pothos/core@4.1.0

## 3.0.2

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

## 3.1.0

### Minor Changes

- 27af377: replace eslint and prettier with biome

### Patch Changes

- Updated dependencies [27af377]
- @pothos/plugin-directives@4.1.0
- @pothos/plugin-federation@4.1.0
- @pothos/core@4.1.0

## 3.0.2

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

## 3.1.0

### Minor Changes

- 27af377: replace eslint and prettier with biome

### Patch Changes

- Updated dependencies [27af377]
- @pothos/core@4.1.0

## 3.0.2

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

## 3.1.0

### Minor Changes

- 27af377: replace eslint and prettier with biome

### Patch Changes

- Updated dependencies [27af377]
- @pothos/core@4.1.0

## 3.0.2

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

## 3.1.0

### Minor Changes

- 27af377: replace eslint and prettier with biome

### Patch Changes

- Updated dependencies [27af377]
- @pothos/core@4.1.0

## 3.0.2

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

## 2.1.0

### Minor Changes

- 27af377: replace eslint and prettier with biome

### Patch Changes

- Updated dependencies [27af377]
- @pothos/tracing-opentelemetry@1.1.0
- @pothos/plugin-tracing@1.1.0
- @pothos/core@4.1.0

## 2.0.2

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

## 3.1.0

### Minor Changes

- 27af377: replace eslint and prettier with biome

### Patch Changes

- Updated dependencies [27af377]
- @pothos/plugin-directives@4.1.0
- @pothos/plugin-federation@4.1.0
- @pothos/plugin-prisma@4.2.0
- @pothos/plugin-relay@4.1.0
- @pothos/core@4.1.0

## 3.0.6

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

## 3.1.0

### Minor Changes

- 27af377: replace eslint and prettier with biome

### Patch Changes

- Updated dependencies [27af377]
- @pothos/plugin-prisma@4.2.0
- @pothos/plugin-relay@4.1.0
- @pothos/core@4.1.0

## 3.0.6

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

## 3.1.0

### Minor Changes

- 27af377: replace eslint and prettier with biome

### Patch Changes

- Updated dependencies [27af377]
- @pothos/plugin-smart-subscriptions@4.1.0
- @pothos/plugin-prisma@4.2.0
- @pothos/core@4.1.0

## 3.0.6

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

## 3.1.0

### Minor Changes

- 27af377: replace eslint and prettier with biome

### Patch Changes

- Updated dependencies [27af377]
- @pothos/plugin-prisma@4.2.0
- @pothos/core@4.1.0

## 3.0.6

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

## 3.1.0

### Minor Changes

- 27af377: replace eslint and prettier with biome

### Patch Changes

- Updated dependencies [27af377]
- @pothos/plugin-prisma@4.2.0
- @pothos/core@4.1.0

## 3.0.6

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

## 3.1.0

### Minor Changes

- 27af377: replace eslint and prettier with biome

### Patch Changes

- Updated dependencies [27af377]
- @pothos/plugin-relay@4.1.0
- @pothos/core@4.1.0

## 3.0.2

### 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.0.2",
"version": "3.1.0",
"name": "@pothos-examples/relay-windowed-pagination",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
Loading

0 comments on commit d81204a

Please sign in to comment.