Skip to content

Commit 1d5c21f

Browse files
Version Packages (#64)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8fc0350 commit 1d5c21f

File tree

13 files changed

+57
-16
lines changed

13 files changed

+57
-16
lines changed

.changeset/wise-dogs-push.md

Lines changed: 0 additions & 10 deletions
This file was deleted.
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# @escape.tech/graphql-armor
2+
3+
## 1.0.0
4+
5+
### Major Changes
6+
7+
- 8fc0350: feat: GraphQL Armor v1
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [8fc0350]
12+
- @escape.tech/graphql-armor-block-field-suggestions@1.1.0
13+
- @escape.tech/graphql-armor-character-limit@1.1.0
14+
- @escape.tech/graphql-armor-max-aliases@1.1.0
15+
- @escape.tech/graphql-armor-max-depth@1.1.0
16+
- @escape.tech/graphql-armor-max-directives@1.1.0

packages/graphql-armor/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",
3-
"version": "0.0.16",
3+
"version": "1.0.0",
44
"description": "Dead-simple, yet highly customizable security middleware for Apollo GraphQL servers shield",
55
"keywords": [
66
"apollo",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @escape.tech/graphql-armor-block-field-suggestions
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 8fc0350: feat: GraphQL Armor v1

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": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Block graphql field suggestion.",
55
"packageManager": "yarn@3.2.2",
66
"main": "dist/index.js",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @escape.tech/graphql-armor-character-limit
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 8fc0350: feat: GraphQL Armor v1

packages/plugins/character-limit/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-character-limit",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Limit the number of character allowed in a GraphQL query.",
55
"packageManager": "yarn@3.2.2",
66
"main": "dist/index.js",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @escape.tech/graphql-armor-max-aliases
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 8fc0350: feat: GraphQL Armor v1

packages/plugins/max-aliases/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-max-aliases",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Limit the number of aliases allowed in a GraphQL query.",
55
"packageManager": "yarn@3.2.2",
66
"main": "dist/index.js",
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @escape.tech/graphql-armor-max-depth
2+
3+
## 1.1.0
4+
5+
### Minor Changes
6+
7+
- 8fc0350: feat: GraphQL Armor v1

0 commit comments

Comments
 (0)