Skip to content

Commit

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

* chore(deps): update graphql-armor-cost-limit to v2.4.0

---------

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 Oct 25, 2024
1 parent bc9e2d0 commit d91cc2e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .changeset/bright-kings-think.md

This file was deleted.

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

## 3.1.1

### Patch Changes

- bc9e2d0: cost limit: flatten fragment option support
- Updated dependencies [bc9e2d0]
- @escape.tech/[email protected]

## 3.1.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.1.0",
"version": "3.1.1",
"description": "Dead-simple, yet highly customizable security middleware for Apollo GraphQL servers shield",
"keywords": [
"apollo",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@escape.tech/graphql-armor-block-field-suggestions": "2.2.0",
"@escape.tech/graphql-armor-cost-limit": "2.3.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",
"@escape.tech/graphql-armor-max-directives": "2.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/cost-limit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @escape.tech/graphql-armor-cost-limit

## 2.4.0

### Minor Changes

- bc9e2d0: cost limit: flatten fragment option support

## 2.3.0

### Minor 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": "2.3.0",
"version": "2.4.0",
"description": "Limit the cost of a GraphQL Query.",
"packageManager": "[email protected]",
"main": "dist/graphql-armor-cost-limit.cjs.js",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4598,7 +4598,7 @@ __metadata:
languageName: unknown
linkType: soft

"@escape.tech/graphql-armor-cost-limit@npm:2.3.0, @escape.tech/graphql-armor-cost-limit@workspace:packages/plugins/cost-limit":
"@escape.tech/graphql-armor-cost-limit@npm:2.4.0, @escape.tech/graphql-armor-cost-limit@workspace:packages/plugins/cost-limit":
version: 0.0.0-use.local
resolution: "@escape.tech/graphql-armor-cost-limit@workspace:packages/plugins/cost-limit"
dependencies:
Expand Down Expand Up @@ -4732,7 +4732,7 @@ __metadata:
"@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-cost-limit": "npm:2.3.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"
"@escape.tech/graphql-armor-max-directives": "npm:2.3.0"
Expand Down

0 comments on commit d91cc2e

Please sign in to comment.