Skip to content

Commit 22d9a86

Browse files
Version Packages
1 parent e5c138c commit 22d9a86

5 files changed

Lines changed: 16 additions & 8 deletions

File tree

.changeset/fix-undefined-message.md

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

packages/graphql-armor/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @escape.tech/graphql-armor
22

3+
## 3.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [3c5c96f]
8+
- @escape.tech/graphql-armor-block-field-suggestions@3.0.2
9+
310
## 3.2.0
411

512
### Minor Changes

packages/graphql-armor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@escape.tech/graphql-armor",
3-
"version": "3.2.0",
3+
"version": "3.2.1",
44
"description": "Dead-simple, yet highly customizable security middleware for Apollo GraphQL servers shield",
55
"keywords": [
66
"apollo",
@@ -34,7 +34,7 @@
3434
"node": ">=18.0.0"
3535
},
3636
"dependencies": {
37-
"@escape.tech/graphql-armor-block-field-suggestions": "3.0.1",
37+
"@escape.tech/graphql-armor-block-field-suggestions": "3.0.2",
3838
"@escape.tech/graphql-armor-cost-limit": "2.4.3",
3939
"@escape.tech/graphql-armor-max-aliases": "2.6.2",
4040
"@escape.tech/graphql-armor-max-depth": "2.4.2",

packages/plugins/block-field-suggestions/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @escape.tech/graphql-armor-block-field-suggestions
22

3+
## 3.0.2
4+
5+
### Patch Changes
6+
7+
- 3c5c96f: fix: guard against undefined error message in blockFieldSuggestion plugin
8+
39
## 3.0.1
410

511
### Patch Changes

packages/plugins/block-field-suggestions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@escape.tech/graphql-armor-block-field-suggestions",
3-
"version": "3.0.1",
3+
"version": "3.0.2",
44
"description": "Block graphql field suggestion.",
55
"packageManager": "yarn@4.9.2",
66
"main": "dist/graphql-armor-block-field-suggestions.cjs.js",

0 commit comments

Comments
 (0)