Skip to content

Commit

Permalink
Merge pull request #987 from hayes/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions
  • Loading branch information
hayes authored Aug 29, 2023
2 parents 4ebfa27 + 342ede0 commit 7ef797b
Show file tree
Hide file tree
Showing 16 changed files with 68 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/eighty-planets-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-dragons-run.md

This file was deleted.

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

## 1.6.5

### Patch Changes

- Updated dependencies [4ebfa27b]
- Updated dependencies [4ebfa27b]
- @pothos/plugin-prisma@3.58.0
- @pothos/plugin-prisma-utils@0.11.0
- @pothos/plugin-scope-auth@3.20.0

## 1.6.4

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

## 2.8.33

### Patch Changes

- Updated dependencies [4ebfa27b]
- Updated dependencies [4ebfa27b]
- @pothos/plugin-prisma@3.58.0

## 2.8.32

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

## 2.7.56

### Patch Changes

- Updated dependencies [4ebfa27b]
- Updated dependencies [4ebfa27b]
- @pothos/plugin-prisma@3.58.0

## 2.7.55

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

## 2.6.32

### Patch Changes

- Updated dependencies [4ebfa27b]
- Updated dependencies [4ebfa27b]
- @pothos/plugin-prisma@3.58.0

## 2.6.31

### 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.31",
"version": "2.6.32",
"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.58

### Patch Changes

- Updated dependencies [4ebfa27b]
- Updated dependencies [4ebfa27b]
- @pothos/plugin-prisma@3.58.0

## 2.4.57

### 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.57",
"version": "2.4.58",
"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.58

### Patch Changes

- Updated dependencies [4ebfa27b]
- Updated dependencies [4ebfa27b]
- @pothos/plugin-prisma@3.58.0

## 2.4.57

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

## 3.58.0

### Minor Changes

- 4ebfa27b: Add prismaInterfaceField(s) method

### Patch Changes

- 4ebfa27b: Fix bug that ignored differences in Date values when checking compatability between
selections

## 3.57.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.57.0",
"version": "3.58.0",
"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 7ef797b

@vercel
Copy link

@vercel vercel bot commented on 7ef797b Aug 29, 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.