diff --git a/.changeset/early-months-film.md b/.changeset/early-months-film.md deleted file mode 100644 index 346a88b..0000000 --- a/.changeset/early-months-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'graphql-no-alias': patch ---- - -Fix publishing README file to npm. diff --git a/packages/envelop/CHANGELOG.md b/packages/envelop/CHANGELOG.md index 00e49d3..c1f48bb 100644 --- a/packages/envelop/CHANGELOG.md +++ b/packages/envelop/CHANGELOG.md @@ -1,5 +1,12 @@ # envelop-no-alias +## 3.0.2 + +### Patch Changes + +- Updated dependencies [aa7da1d] + - graphql-no-alias@3.0.2 + ## 3.0.1 ### Patch Changes diff --git a/packages/envelop/package.json b/packages/envelop/package.json index 158604a..77ccb19 100644 --- a/packages/envelop/package.json +++ b/packages/envelop/package.json @@ -1,6 +1,6 @@ { "name": "envelop-no-alias", - "version": "3.0.1", + "version": "3.0.2", "private": false, "description": "Graphql envelop plugin for no alias graphql directive. It can limit the amount of alias fields that can be used for queries and mutations. Preventing batch attacks.", "keywords": [ diff --git a/packages/no-alias/CHANGELOG.md b/packages/no-alias/CHANGELOG.md index c6afb39..db2fdbe 100644 --- a/packages/no-alias/CHANGELOG.md +++ b/packages/no-alias/CHANGELOG.md @@ -1,5 +1,11 @@ # graphql-no-alias +## 3.0.2 + +### Patch Changes + +- aa7da1d: Fix publishing README file to npm. + ## 3.0.1 ### Patch Changes diff --git a/packages/no-alias/package.json b/packages/no-alias/package.json index f695c9a..ace9eab 100644 --- a/packages/no-alias/package.json +++ b/packages/no-alias/package.json @@ -1,6 +1,6 @@ { "name": "graphql-no-alias", - "version": "3.0.1", + "version": "3.0.2", "private": false, "description": "No alias directive for graphql mutation and query types. It can limit the amount of alias fields that can be used for queries and mutations. Preventing batch attacks.", "keywords": [