Skip to content

Commit 1606c95

Browse files
authored
chore(release): update monorepo packages versions (#3150)
1 parent b9d2afc commit 1606c95

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

.changeset/thirty-seas-attack.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/plugins/jwt/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @graphql-yoga/plugin-jwt
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#3149](https://github.com/dotansimha/graphql-yoga/pull/3149)
8+
[`b9d2afcc`](https://github.com/dotansimha/graphql-yoga/commit/b9d2afcc0ef65246f0a3c181daf00f886bac7404)
9+
Thanks [@EmrysMyrddin](https://github.com/EmrysMyrddin)! - Fix unauthorized error resulting in an
10+
response with 500 status or in a server crash (depending on actual HTTP server implementation
11+
used).
12+
313
## 2.1.0
414

515
### Patch Changes

packages/plugins/jwt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-yoga/plugin-jwt",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"type": "module",
55
"description": "jwt plugin for GraphQL Yoga.",
66
"repository": {

0 commit comments

Comments
 (0)