Skip to content

Commit f08ac58

Browse files
authored
Merge pull request #1346 from hayes/changeset-release/main
chore: update versions
2 parents 356ca4d + f011241 commit f08ac58

File tree

5 files changed

+15
-7
lines changed

5 files changed

+15
-7
lines changed

.changeset/nervous-shoes-grin.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.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [174c7b0]
8+
- @pothos/plugin-scope-auth@4.1.1
9+
310
## 2.1.11
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.11",
3+
"version": "2.1.12",
44
"name": "@pothos-examples/complex-app",
55
"main": "src/index.ts",
66
"types": "src/index.ts",

packages/plugin-scope-auth/CHANGELOG.md

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

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- 174c7b0: Bind `authScopes` loaders to returned provider
8+
39
## 4.1.0
410

511
### Minor Changes

packages/plugin-scope-auth/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pothos/plugin-scope-auth",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "A Pothos plugin for adding scope based authorization checks to your GraphQL Schema",
55
"main": "./lib/index.js",
66
"types": "./dts/index.d.ts",

0 commit comments

Comments
 (0)