Skip to content

Commit

Permalink
Version Packages (#421)
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 May 29, 2023
1 parent 0ebd421 commit b8bc290
Show file tree
Hide file tree
Showing 17 changed files with 80 additions and 27 deletions.
13 changes: 0 additions & 13 deletions .changeset/modern-toys-own.md

This file was deleted.

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

## 2.0.0

### Major Changes

- 0c95d1a: - chore(rep): Drop support for node 14 and require node 16 or higher. [#420](https://github.com/Escape-Technologies/graphql-armor/pull/420)
- chore(deps): Update envelop (major) [#418](https://github.com/Escape-Technologies/graphql-armor/pull/418)

### Patch Changes

- Updated dependencies [0c95d1a]
- @escape.tech/[email protected]
- @escape.tech/[email protected]
- @escape.tech/[email protected]
- @escape.tech/[email protected]
- @escape.tech/[email protected]
- @escape.tech/[email protected]

## 1.8.2

### Patch Changes
Expand Down
14 changes: 7 additions & 7 deletions 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": "1.8.2",
"version": "2.0.0",
"description": "Dead-simple, yet highly customizable security middleware for Apollo GraphQL servers shield",
"keywords": [
"apollo",
Expand Down Expand Up @@ -34,12 +34,12 @@
"node": ">=16.0.0"
},
"dependencies": {
"@escape.tech/graphql-armor-block-field-suggestions": "1.4.1",
"@escape.tech/graphql-armor-cost-limit": "1.7.3",
"@escape.tech/graphql-armor-max-aliases": "1.7.2",
"@escape.tech/graphql-armor-max-depth": "1.8.4",
"@escape.tech/graphql-armor-max-directives": "1.6.5",
"@escape.tech/graphql-armor-max-tokens": "1.3.2",
"@escape.tech/graphql-armor-block-field-suggestions": "2.0.0",
"@escape.tech/graphql-armor-cost-limit": "2.0.0",
"@escape.tech/graphql-armor-max-aliases": "2.0.0",
"@escape.tech/graphql-armor-max-depth": "2.0.0",
"@escape.tech/graphql-armor-max-directives": "2.0.0",
"@escape.tech/graphql-armor-max-tokens": "2.0.0",
"graphql": "^16.0.0"
},
"optionalDependencies": {
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
@@ -1,5 +1,12 @@
# @escape.tech/graphql-armor-block-field-suggestions

## 2.0.0

### Major Changes

- 0c95d1a: - chore(rep): Drop support for node 14 and require node 16 or higher. [#420](https://github.com/Escape-Technologies/graphql-armor/pull/420)
- chore(deps): Update envelop (major) [#418](https://github.com/Escape-Technologies/graphql-armor/pull/418)

## 1.4.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.4.1",
"version": "2.0.0",
"description": "Block graphql field suggestion.",
"packageManager": "[email protected]",
"main": "dist/graphql-armor-block-field-suggestions.cjs.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
@@ -1,5 +1,12 @@
# @escape.tech/graphql-armor-character-limit

## 2.0.0

### Major Changes

- 0c95d1a: - chore(rep): Drop support for node 14 and require node 16 or higher. [#420](https://github.com/Escape-Technologies/graphql-armor/pull/420)
- chore(deps): Update envelop (major) [#418](https://github.com/Escape-Technologies/graphql-armor/pull/418)

## 1.7.2

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

## 2.0.0

### Major Changes

- 0c95d1a: - chore(rep): Drop support for node 14 and require node 16 or higher. [#420](https://github.com/Escape-Technologies/graphql-armor/pull/420)
- chore(deps): Update envelop (major) [#418](https://github.com/Escape-Technologies/graphql-armor/pull/418)

## 1.7.3

### Patch 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.7.3",
"version": "2.0.0",
"description": "Limit the cost of a GraphQL Query.",
"packageManager": "[email protected]",
"main": "dist/graphql-armor-cost-limit.cjs.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
@@ -1,5 +1,12 @@
# @escape.tech/graphql-armor-max-aliases

## 2.0.0

### Major Changes

- 0c95d1a: - chore(rep): Drop support for node 14 and require node 16 or higher. [#420](https://github.com/Escape-Technologies/graphql-armor/pull/420)
- chore(deps): Update envelop (major) [#418](https://github.com/Escape-Technologies/graphql-armor/pull/418)

## 1.7.2

### Patch 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.7.2",
"version": "2.0.0",
"description": "Limit the number of aliases allowed in a GraphQL query.",
"packageManager": "[email protected]",
"main": "dist/graphql-armor-max-aliases.cjs.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
@@ -1,5 +1,12 @@
# @escape.tech/graphql-armor-max-depth

## 2.0.0

### Major Changes

- 0c95d1a: - chore(rep): Drop support for node 14 and require node 16 or higher. [#420](https://github.com/Escape-Technologies/graphql-armor/pull/420)
- chore(deps): Update envelop (major) [#418](https://github.com/Escape-Technologies/graphql-armor/pull/418)

## 1.8.4

### 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.8.4",
"version": "2.0.0",
"description": "Limit the depth allowed in a GraphQL query.",
"packageManager": "[email protected]",
"main": "dist/graphql-armor-max-depth.cjs.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
@@ -1,5 +1,12 @@
# @escape.tech/graphql-armor-max-directives

## 2.0.0

### Major Changes

- 0c95d1a: - chore(rep): Drop support for node 14 and require node 16 or higher. [#420](https://github.com/Escape-Technologies/graphql-armor/pull/420)
- chore(deps): Update envelop (major) [#418](https://github.com/Escape-Technologies/graphql-armor/pull/418)

## 1.6.5

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

## 2.0.0

### Major Changes

- 0c95d1a: - chore(rep): Drop support for node 14 and require node 16 or higher. [#420](https://github.com/Escape-Technologies/graphql-armor/pull/420)
- chore(deps): Update envelop (major) [#418](https://github.com/Escape-Technologies/graphql-armor/pull/418)

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/max-tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@escape.tech/graphql-armor-max-tokens",
"version": "1.3.2",
"version": "2.0.0",
"description": "Limit the number of tokens allowed in a GraphQL document.",
"packageManager": "[email protected]",
"main": "dist/graphql-armor-max-tokens.cjs.js",
Expand Down

0 comments on commit b8bc290

Please sign in to comment.