Skip to content

Commit

Permalink
Version Packages (#687)
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 Jul 3, 2024
1 parent ca9f663 commit 5d791ce
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-actors-occur.md

This file was deleted.

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

## 3.0.1

### Patch Changes

- Updated dependencies [ca9f663]
- @escape.tech/graphql-armor-max-aliases@2.5.0

## 3.0.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 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": "3.0.0",
"version": "3.0.1",
"description": "Dead-simple, yet highly customizable security middleware for Apollo GraphQL servers shield",
"keywords": [
"apollo",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@escape.tech/graphql-armor-block-field-suggestions": "2.2.0",
"@escape.tech/graphql-armor-cost-limit": "2.2.0",
"@escape.tech/graphql-armor-max-aliases": "2.4.0",
"@escape.tech/graphql-armor-max-aliases": "2.5.0",
"@escape.tech/graphql-armor-max-depth": "2.3.0",
"@escape.tech/graphql-armor-max-directives": "2.2.0",
"@escape.tech/graphql-armor-max-tokens": "2.4.0",
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

## 2.5.0

### Minor Changes

- ca9f663: fix: improve MaxAliasesOptions typing, mark allowList property as optional [#685](https://github.com/Escape-Technologies/graphql-armor/pull/685)

## 2.4.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": "2.4.0",
"version": "2.5.0",
"description": "Limit the number of aliases allowed in a GraphQL query.",
"packageManager": "yarn@4.3.0",
"main": "dist/graphql-armor-max-aliases.cjs.js",
Expand Down

0 comments on commit 5d791ce

Please sign in to comment.