Skip to content

Commit 0ba1d57

Browse files
authored
Merge pull request #1333 from hayes/changeset-release/main
chore: update versions
2 parents 2529fc2 + 858defa commit 0ba1d57

File tree

20 files changed

+71
-20
lines changed

20 files changed

+71
-20
lines changed

.changeset/nice-fishes-switch.md

-6
This file was deleted.

.changeset/thin-jeans-allow.md

-5
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.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [52a70e9]
8+
- @pothos/plugin-prisma@4.3.1
9+
- @pothos/plugin-prisma-utils@1.2.0
10+
- @pothos/plugin-scope-auth@4.1.0
11+
312
## 2.1.9
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.9",
3+
"version": "2.1.10",
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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [52a70e9]
8+
- @pothos/plugin-prisma@4.3.1
9+
310
## 3.1.8
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.8",
3+
"version": "3.1.9",
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.9
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [52a70e9]
8+
- @pothos/plugin-prisma@4.3.1
9+
310
## 3.1.8
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.8",
3+
"version": "3.1.9",
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.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [52a70e9]
8+
- @pothos/plugin-prisma@4.3.1
9+
310
## 3.1.6
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.6",
3+
"version": "3.1.7",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [52a70e9]
8+
- @pothos/plugin-prisma@4.3.1
9+
310
## 3.1.5
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.5",
3+
"version": "3.1.6",
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.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [52a70e9]
8+
- @pothos/plugin-prisma@4.3.1
9+
310
## 3.1.5
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.5",
3+
"version": "3.1.6",
44
"name": "@pothos-examples/prisma",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

packages/plugin-add-graphql/CHANGELOG.md

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

3+
## 4.2.1
4+
5+
### Patch Changes
6+
7+
- 7a4fa4c: Fix added subscription fields with custom subscribe method
8+
39
## 4.2.0
410

511
### Minor Changes

packages/plugin-add-graphql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pothos/plugin-add-graphql",
3-
"version": "4.2.0",
3+
"version": "4.2.1",
44
"description": "A Pothos plugin for adding existing GraphQL types to a Pothos schema",
55
"main": "./lib/index.js",
66
"types": "./dts/index.d.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.1
4+
5+
### Patch Changes
6+
7+
- 52a70e9: Load client when db request is initialized rather than caching on model loader
8+
39
## 0.5.0
410

511
### Minor 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.5.0",
3+
"version": "0.5.1",
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.1
4+
5+
### Patch Changes
6+
7+
- 52a70e9: Load client when db request is initialized rather than caching on model loader
8+
39
## 4.3.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": "4.3.0",
3+
"version": "4.3.1",
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)