Skip to content

Commit

Permalink
Version Packages (#126)
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 19, 2022
1 parent f8a2a9b commit 85d7c09
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/tame-pans-raise.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/plugins/block-field-suggestions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @escape.tech/graphql-armor-block-field-suggestions

## 1.2.2

### Patch Changes

- f8a2a9b: refactor: usage of Required type

## 1.2.1

### Patch Changes
Expand Down
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.2.1",
"version": "1.2.2",
"description": "Block graphql field suggestion.",
"packageManager": "[email protected]",
"main": "dist/graphql-armor-block-field-suggestions.cjs.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/character-limit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @escape.tech/graphql-armor-character-limit

## 1.3.2

### Patch Changes

- f8a2a9b: refactor: usage of Required type

## 1.3.1

### Patch Changes
Expand Down
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.3.1",
"version": "1.3.2",
"description": "Limit the number of character allowed in a GraphQL query.",
"packageManager": "[email protected]",
"main": "dist/graphql-armor-character-limit.cjs.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/cost-limit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @escape.tech/graphql-armor-cost-limit

## 1.2.1

### Patch Changes

- f8a2a9b: refactor: usage of Required type

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/cost-limit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@escape.tech/graphql-armor-cost-limit",
"version": "1.2.0",
"version": "1.2.1",
"description": "Limit the cost of a GraphQL Query.",
"packageManager": "[email protected]",
"main": "dist/graphql-armor-cost-limit.cjs.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/max-aliases/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @escape.tech/graphql-armor-max-aliases

## 1.2.1

### Patch Changes

- f8a2a9b: refactor: usage of Required type

## 1.2.0

### Minor Changes
Expand Down
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.2.0",
"version": "1.2.1",
"description": "Limit the number of aliases allowed in a GraphQL query.",
"packageManager": "[email protected]",
"main": "dist/graphql-armor-max-aliases.cjs.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/max-depth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @escape.tech/graphql-armor-max-depth

## 1.4.2

### Patch Changes

- f8a2a9b: refactor: usage of Required type

## 1.4.1

### Patch Changes
Expand Down
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.4.1",
"version": "1.4.2",
"description": "Limit the depth allowed in a GraphQL query.",
"packageManager": "[email protected]",
"main": "dist/graphql-armor-max-depth.cjs.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/max-directives/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @escape.tech/graphql-armor-max-directives

## 1.2.1

### Patch Changes

- f8a2a9b: refactor: usage of Required type

## 1.2.0

### Minor Changes
Expand Down
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.2.0",
"version": "1.2.1",
"description": "Limit the number of directives allowed in a GraphQL query.",
"packageManager": "[email protected]",
"main": "dist/graphql-armor-max-directives.cjs.js",
Expand Down

0 comments on commit 85d7c09

Please sign in to comment.