Skip to content

Commit

Permalink
Merge pull request #540 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 19, 2022
2 parents 5e71c28 + c5a4c54 commit 1f9bec0
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .changeset/smooth-rocks-bathe.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/prisma-federation/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pothos-examples/relay

## 2.4.13

### Patch Changes

- Updated dependencies [5e71c283]
- @pothos/plugin-prisma@3.24.0

## 2.4.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/prisma-federation/package.json
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "2.4.12",
"version": "2.4.13",
"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
@@ -1,5 +1,12 @@
# @pothos-examples/prisma-relay

## 2.4.13

### Patch Changes

- Updated dependencies [5e71c283]
- @pothos/plugin-prisma@3.24.0

## 2.4.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/prisma-relay/package.json
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "2.4.12",
"version": "2.4.13",
"name": "@pothos-examples/prisma-relay",
"main": "src/index.ts",
"types": "src/index.ts",
Expand Down
7 changes: 7 additions & 0 deletions examples/prisma/CHANGELOG.md
@@ -1,5 +1,12 @@
# @pothos-examples/relay

## 2.1.13

### Patch Changes

- Updated dependencies [5e71c283]
- @pothos/plugin-prisma@3.24.0

## 2.1.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/prisma/package.json
@@ -1,6 +1,6 @@
{
"$schema": "https://json.schemastore.org/package.json",
"version": "2.1.12",
"version": "2.1.13",
"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
@@ -1,5 +1,11 @@
# Change Log

## 3.24.0

### Minor Changes

- 5e71c283: update queryFromInfo to support indirect paths

## 3.23.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugin-prisma/package.json
@@ -1,6 +1,6 @@
{
"name": "@pothos/plugin-prisma",
"version": "3.23.0",
"version": "3.24.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 1f9bec0

@vercel
Copy link

@vercel vercel bot commented on 1f9bec0 Aug 19, 2022

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.