Skip to content

Commit

Permalink
Merge pull request #913 from hayes/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
hayes authored May 16, 2023
2 parents e8139e7 + afbead2 commit 1e586e5
Show file tree
Hide file tree
Showing 15 changed files with 57 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/lemon-oranges-relate.md

This file was deleted.

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

## 1.5.15

### Patch Changes

- Updated dependencies [e8139e73]
- @pothos/plugin-prisma@3.51.1
- @pothos/plugin-prisma-utils@0.8.1
- @pothos/plugin-scope-auth@3.19.2

## 1.5.14

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

## 2.8.20

### Patch Changes

- Updated dependencies [e8139e73]
- @pothos/plugin-prisma@3.51.1

## 2.8.19

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

## 2.7.47

### Patch Changes

- Updated dependencies [e8139e73]
- @pothos/plugin-prisma@3.51.1

## 2.7.46

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

## 2.6.20

### Patch Changes

- Updated dependencies [e8139e73]
- @pothos/plugin-prisma@3.51.1

## 2.6.19

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

## 2.4.46

### Patch Changes

- Updated dependencies [e8139e73]
- @pothos/plugin-prisma@3.51.1

## 2.4.45

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

## 2.4.46

### Patch Changes

- Updated dependencies [e8139e73]
- @pothos/plugin-prisma@3.51.1

## 2.4.45

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

## 3.51.1

### Patch Changes

- e8139e73: Fixed a bug where totalCount was not selected correctly when selected through a fragment

## 3.51.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pothos/plugin-prisma",
"version": "3.51.0",
"version": "3.51.1",
"description": "A Pothos plugin for more efficient integration with prisma",
"main": "./lib/index.js",
"types": "./dts/index.d.ts",
Expand Down

1 comment on commit 1e586e5

@vercel
Copy link

@vercel vercel bot commented on 1e586e5 May 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.