Skip to content

Commit 9798bf3

Browse files
committedOct 25, 2024·
chore: update versions
1 parent aadc82c commit 9798bf3

File tree

17 files changed

+64
-14
lines changed

17 files changed

+64
-14
lines changed
 

‎.changeset/lemon-bees-live.md

-6
This file was deleted.

‎examples/complex-app/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @pothos-examples/complex-app
22

3+
## 2.1.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aadc82c]
8+
- @pothos/plugin-prisma@4.3.0
9+
- @pothos/plugin-prisma-utils@1.2.0
10+
- @pothos/plugin-scope-auth@4.1.0
11+
312
## 2.1.8
413

514
### Patch Changes

‎examples/complex-app/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.8",
3+
"version": "2.1.9",
44
"name": "@pothos-examples/complex-app",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

‎examples/prisma-federation/CHANGELOG.md

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

3+
## 3.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aadc82c]
8+
- @pothos/plugin-prisma@4.3.0
9+
310
## 3.1.7
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": "3.1.7",
3+
"version": "3.1.8",
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+
## 3.1.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aadc82c]
8+
- @pothos/plugin-prisma@4.3.0
9+
310
## 3.1.7
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": "3.1.7",
3+
"version": "3.1.8",
44
"name": "@pothos-examples/prisma-relay",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

‎examples/prisma-smart-subscriptions-apollo/CHANGELOG.md

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

3+
## 3.1.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aadc82c]
8+
- @pothos/plugin-prisma@4.3.0
9+
310
## 3.1.5
411

512
### Patch Changes

‎examples/prisma-smart-subscriptions-apollo/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": "3.1.5",
3+
"version": "3.1.6",
44
"name": "@pothos-examples/prisma-smart-subscriptions-apollo",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

‎examples/prisma-subscriptions/CHANGELOG.md

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

3+
## 3.1.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aadc82c]
8+
- @pothos/plugin-prisma@4.3.0
9+
310
## 3.1.4
411

512
### Patch Changes

‎examples/prisma-subscriptions/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": "3.1.4",
3+
"version": "3.1.5",
44
"name": "@pothos-examples/prisma-subscriptions",
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+
## 3.1.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aadc82c]
8+
- @pothos/plugin-prisma@4.3.0
9+
310
## 3.1.4
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": "3.1.4",
3+
"version": "3.1.5",
44
"name": "@pothos-examples/prisma",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

‎packages/plugin-drizzle/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @pothos/plugin-drizzle
22

3+
## 0.5.0
4+
5+
### Minor Changes
6+
7+
- aadc82c: export client cache so it can be reset during request
8+
39
## 0.4.7
410

511
### Patch Changes

‎packages/plugin-drizzle/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pothos/plugin-drizzle",
3-
"version": "0.4.7",
3+
"version": "0.5.0",
44
"description": "A Pothos plugin for drizzle",
55
"main": "./lib/index.js",
66
"types": "./dts/index.d.ts",

‎packages/plugin-prisma/CHANGELOG.md

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

3+
## 4.3.0
4+
5+
### Minor Changes
6+
7+
- aadc82c: export client cache so it can be reset during request
8+
39
## 4.2.2
410

511
### Patch 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": "4.2.2",
3+
"version": "4.3.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)
Please sign in to comment.