Skip to content

Commit

Permalink
chore: Create production release
Browse files Browse the repository at this point in the history
 - @graphql-directive/[email protected]
 - @graphql-directive/[email protected]
 - @graphql-directive/[email protected]
  • Loading branch information
ktutnik committed Apr 9, 2023
1 parent 0869a38 commit 3ec0b9b
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 5 deletions.
8 changes: 8 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/ktutnik/graphql-directive/compare/@graphql-directive/[email protected]...@graphql-directive/[email protected]) (2023-04-09)

### Bug Fixes

- **auth:** Mutation should always throw error ([#40](https://github.com/ktutnik/graphql-directive/issues/40)) ([0869a38](https://github.com/ktutnik/graphql-directive/commit/0869a385c1259443dec3d72d1a45947be84b6976))
- **auth:** Query resolution Filter doesn't followed properly on mutation result ([#38](https://github.com/ktutnik/graphql-directive/issues/38)) ([8fc73ac](https://github.com/ktutnik/graphql-directive/commit/8fc73ac74a28c8e4719797b007400ff8ed51f690))
- Fix thrown GraphQLError error message ([#39](https://github.com/ktutnik/graphql-directive/issues/39)) ([9d52b52](https://github.com/ktutnik/graphql-directive/commit/9d52b521fb9e759f6824b8e0f5ceee5d43e20f31))

## [1.0.1](https://github.com/ktutnik/graphql-directive/compare/@graphql-directive/[email protected]...@graphql-directive/[email protected]) (2023-04-08)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-directive/auth",
"version": "1.0.1",
"version": "1.0.2",
"description": "GraphQL authorization directive",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-directive/core": "^1.0.1"
"@graphql-directive/core": "^1.0.2"
},
"funding": [
"https://github.com/sponsors/ktutnik"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/ktutnik/graphql-directive/compare/@graphql-directive/[email protected]...@graphql-directive/[email protected]) (2023-04-09)

### Bug Fixes

- Fix thrown GraphQLError error message ([#39](https://github.com/ktutnik/graphql-directive/issues/39)) ([9d52b52](https://github.com/ktutnik/graphql-directive/commit/9d52b521fb9e759f6824b8e0f5ceee5d43e20f31))

## [1.0.1](https://github.com/ktutnik/graphql-directive/compare/@graphql-directive/[email protected]...@graphql-directive/[email protected]) (2023-04-08)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-directive/core",
"version": "1.0.1",
"version": "1.0.2",
"description": "GraphQL directive core functions",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/validator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.0.2](https://github.com/ktutnik/graphql-directive/compare/@graphql-directive/[email protected]...@graphql-directive/[email protected]) (2023-04-09)

### Bug Fixes

- Fix thrown GraphQLError error message ([#39](https://github.com/ktutnik/graphql-directive/issues/39)) ([9d52b52](https://github.com/ktutnik/graphql-directive/commit/9d52b521fb9e759f6824b8e0f5ceee5d43e20f31))

## [2.0.1](https://github.com/ktutnik/graphql-directive/compare/@graphql-directive/[email protected]...@graphql-directive/[email protected]) (2023-04-08)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/validator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-directive/validator",
"version": "2.0.1",
"version": "2.0.2",
"description": "A validator.js wrapper for GraphQL validation directive",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -23,7 +23,7 @@
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-directive/core": "^1.0.1",
"@graphql-directive/core": "^1.0.2",
"@types/validator": "^13.7.14",
"validator": "^13.9.0"
},
Expand Down

0 comments on commit 3ec0b9b

Please sign in to comment.