Skip to content

Commit

Permalink
Version Packages (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Aug 5, 2022
1 parent 8fc0350 commit 1d5c21f
Show file tree
Hide file tree
Showing 13 changed files with 57 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/wise-dogs-push.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/graphql-armor/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @escape.tech/graphql-armor

## 1.0.0

### Major Changes

- 8fc0350: feat: GraphQL Armor v1

### Patch Changes

- Updated dependencies [8fc0350]
- @escape.tech/[email protected]
- @escape.tech/[email protected]
- @escape.tech/[email protected]
- @escape.tech/[email protected]
- @escape.tech/[email protected]
2 changes: 1 addition & 1 deletion packages/graphql-armor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@escape.tech/graphql-armor",
"version": "0.0.16",
"version": "1.0.0",
"description": "Dead-simple, yet highly customizable security middleware for Apollo GraphQL servers shield",
"keywords": [
"apollo",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/block-field-suggestions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @escape.tech/graphql-armor-block-field-suggestions

## 1.1.0

### Minor Changes

- 8fc0350: feat: GraphQL Armor v1
2 changes: 1 addition & 1 deletion packages/plugins/block-field-suggestions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@escape.tech/graphql-armor-block-field-suggestions",
"version": "1.0.0",
"version": "1.1.0",
"description": "Block graphql field suggestion.",
"packageManager": "[email protected]",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/character-limit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @escape.tech/graphql-armor-character-limit

## 1.1.0

### Minor Changes

- 8fc0350: feat: GraphQL Armor v1
2 changes: 1 addition & 1 deletion packages/plugins/character-limit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@escape.tech/graphql-armor-character-limit",
"version": "1.0.0",
"version": "1.1.0",
"description": "Limit the number of character allowed in a GraphQL query.",
"packageManager": "[email protected]",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/max-aliases/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @escape.tech/graphql-armor-max-aliases

## 1.1.0

### Minor Changes

- 8fc0350: feat: GraphQL Armor v1
2 changes: 1 addition & 1 deletion packages/plugins/max-aliases/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@escape.tech/graphql-armor-max-aliases",
"version": "1.0.0",
"version": "1.1.0",
"description": "Limit the number of aliases allowed in a GraphQL query.",
"packageManager": "[email protected]",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/max-depth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @escape.tech/graphql-armor-max-depth

## 1.1.0

### Minor Changes

- 8fc0350: feat: GraphQL Armor v1
2 changes: 1 addition & 1 deletion packages/plugins/max-depth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@escape.tech/graphql-armor-max-depth",
"version": "1.0.0",
"version": "1.1.0",
"description": "Limit the depth allowed in a GraphQL query.",
"packageManager": "[email protected]",
"main": "dist/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/max-directives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @escape.tech/graphql-armor-max-directives

## 1.1.0

### Minor Changes

- 8fc0350: feat: GraphQL Armor v1
2 changes: 1 addition & 1 deletion packages/plugins/max-directives/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@escape.tech/graphql-armor-max-directives",
"version": "1.0.0",
"version": "1.1.0",
"description": "Limit the number of directives allowed in a GraphQL query.",
"packageManager": "[email protected]",
"main": "dist/index.js",
Expand Down

0 comments on commit 1d5c21f

Please sign in to comment.