Skip to content

Commit

Permalink
Version Packages (#733)
Browse files Browse the repository at this point in the history
* Version Packages

* chore: deps

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: nullswan <[email protected]>
  • Loading branch information
3 people authored Nov 27, 2024
1 parent a7d8446 commit a3fe49f
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 10 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/[email protected]

## 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": "[email protected]",
"main": "dist/graphql-armor-block-field-suggestions.cjs.js",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4565,7 +4565,7 @@ __metadata:
languageName: node
linkType: hard

"@escape.tech/graphql-armor-block-field-suggestions@npm:2.2.0, @escape.tech/graphql-armor-block-field-suggestions@workspace:packages/plugins/block-field-suggestions":
"@escape.tech/graphql-armor-block-field-suggestions@npm:3.0.0, @escape.tech/graphql-armor-block-field-suggestions@workspace:packages/plugins/block-field-suggestions":
version: 0.0.0-use.local
resolution: "@escape.tech/graphql-armor-block-field-suggestions@workspace:packages/plugins/block-field-suggestions"
dependencies:
Expand Down Expand Up @@ -4731,7 +4731,7 @@ __metadata:
dependencies:
"@apollo/server": "npm:4.11.0"
"@envelop/core": "npm:5.0.1"
"@escape.tech/graphql-armor-block-field-suggestions": "npm:2.2.0"
"@escape.tech/graphql-armor-block-field-suggestions": "npm:3.0.0"
"@escape.tech/graphql-armor-cost-limit": "npm:2.4.0"
"@escape.tech/graphql-armor-max-aliases": "npm:2.6.0"
"@escape.tech/graphql-armor-max-depth": "npm:2.4.0"
Expand Down

0 comments on commit a3fe49f

Please sign in to comment.