Skip to content

Commit

Permalink
Version Packages (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 18, 2023
1 parent 82e14b3 commit 3806d7d
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 17 deletions.
6 changes: 0 additions & 6 deletions .changeset/many-phones-tan.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/weak-dolphins-shout.md

This file was deleted.

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

## 2.1.0

### Minor Changes

- f238e37: Add flattenFragments option to max-depth plugin. [#436](https://github.com/Escape-Technologies/graphql-armor/pull/436)
- 781450a: Remove the found count from the max tokens plugin. [#430](https://github.com/Escape-Technologies/graphql-armor/pull/430)

### Patch Changes

- Updated dependencies [f238e37]
- Updated dependencies [781450a]
- @escape.tech/[email protected]
- @escape.tech/[email protected]

## 2.0.0

### Major Changes
Expand Down
6 changes: 3 additions & 3 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": "2.0.0",
"version": "2.1.0",
"description": "Dead-simple, yet highly customizable security middleware for Apollo GraphQL servers shield",
"keywords": [
"apollo",
Expand Down Expand Up @@ -37,9 +37,9 @@
"@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-depth": "2.1.0",
"@escape.tech/graphql-armor-max-directives": "2.0.0",
"@escape.tech/graphql-armor-max-tokens": "2.0.0",
"@escape.tech/graphql-armor-max-tokens": "2.1.0",
"graphql": "^16.0.0"
},
"optionalDependencies": {
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

## 2.1.0

### Minor Changes

- f238e37: Add flattenFragments option to max-depth plugin. [#436](https://github.com/Escape-Technologies/graphql-armor/pull/436)

## 2.0.0

### Major 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": "2.0.0",
"version": "2.1.0",
"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-tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @escape.tech/graphql-armor-max-tokens

## 2.1.0

### Minor Changes

- 781450a: Remove the found count from the max tokens plugin. [#430](https://github.com/Escape-Technologies/graphql-armor/pull/430)

## 2.0.0

### Major 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": "2.0.0",
"version": "2.1.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 3806d7d

Please sign in to comment.