Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 14, 2024
1 parent 4701af4 commit 898095a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/long-peas-develop.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.1.2

### Patch Changes

- Updated dependencies [0a26be4]
- @escape.tech/graphql-armor-block-field-suggestions@3.0.0

## 3.1.1

### Patch 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.1.1",
"version": "3.1.2",
"description": "Dead-simple, yet highly customizable security middleware for Apollo GraphQL servers shield",
"keywords": [
"apollo",
Expand Down Expand Up @@ -34,7 +34,7 @@
"node": ">=18.0.0"
},
"dependencies": {
"@escape.tech/graphql-armor-block-field-suggestions": "2.2.0",
"@escape.tech/graphql-armor-block-field-suggestions": "3.0.0",
"@escape.tech/graphql-armor-cost-limit": "2.4.0",
"@escape.tech/graphql-armor-max-aliases": "2.6.0",
"@escape.tech/graphql-armor-max-depth": "2.4.0",
Expand Down
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

## 3.0.0

### Major Changes

- 0a26be4: feat(field-suggestion): remove extra chars

## 2.2.0

### Minor 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": "2.2.0",
"version": "3.0.0",
"description": "Block graphql field suggestion.",
"packageManager": "yarn@4.5.0",
"main": "dist/graphql-armor-block-field-suggestions.cjs.js",
Expand Down

0 comments on commit 898095a

Please sign in to comment.