Skip to content

Commit 8794a12

Browse files
authored
Merge pull request #1340 from hayes/changeset-release/main
chore: update versions
2 parents 10e364c + 2ad0b6f commit 8794a12

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/cyan-trainers-retire.md

-5
This file was deleted.

examples/complex-app/CHANGELOG.md

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

3+
## 2.1.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [10e364c]
8+
- @pothos/plugin-dataloader@4.3.0
9+
310
## 2.1.10
411

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

packages/plugin-dataloader/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+
- 10e364c: expose info when using byPath
8+
39
## 4.2.0
410

511
### Minor Changes

packages/plugin-dataloader/package.json

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

0 commit comments

Comments
 (0)