Skip to content

Commit 1f9bec0

Browse files
authored
Merge pull request #540 from hayes/changeset-release/main
chore: update versions
2 parents 5e71c28 + c5a4c54 commit 1f9bec0

File tree

9 files changed

+31
-9
lines changed

9 files changed

+31
-9
lines changed

.changeset/smooth-rocks-bathe.md

-5
This file was deleted.

examples/prisma-federation/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pothos-examples/relay
22

3+
## 2.4.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5e71c283]
8+
- @pothos/plugin-prisma@3.24.0
9+
310
## 2.4.12
411

512
### Patch Changes

examples/prisma-federation/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "2.4.12",
3+
"version": "2.4.13",
44
"name": "@pothos-examples/prisma-federation",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

examples/prisma-relay/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pothos-examples/prisma-relay
22

3+
## 2.4.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5e71c283]
8+
- @pothos/plugin-prisma@3.24.0
9+
310
## 2.4.12
411

512
### Patch Changes

examples/prisma-relay/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "2.4.12",
3+
"version": "2.4.13",
44
"name": "@pothos-examples/prisma-relay",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

examples/prisma/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @pothos-examples/relay
22

3+
## 2.1.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [5e71c283]
8+
- @pothos/plugin-prisma@3.24.0
9+
310
## 2.1.12
411

512
### Patch Changes

examples/prisma/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://json.schemastore.org/package.json",
3-
"version": "2.1.12",
3+
"version": "2.1.13",
44
"name": "@pothos-examples/prisma",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

packages/plugin-prisma/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## 3.24.0
4+
5+
### Minor Changes
6+
7+
- 5e71c283: update queryFromInfo to support indirect paths
8+
39
## 3.23.0
410

511
### Minor Changes

packages/plugin-prisma/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pothos/plugin-prisma",
3-
"version": "3.23.0",
3+
"version": "3.24.0",
44
"description": "A Pothos plugin for more efficient integration with prisma",
55
"main": "./lib/index.js",
66
"types": "./dts/index.d.ts",

0 commit comments

Comments
 (0)