Skip to content

Commit

Permalink
chore: Release %s
Browse files Browse the repository at this point in the history
 - @graphql-directive/auth@1.0.1
 - @graphql-directive/core@1.0.1
 - @graphql-directive/validator@2.0.1
  • Loading branch information
ktutnik committed Apr 8, 2023
1 parent edbdb8e commit 2ab9b1b
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
7 changes: 7 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **auth:** Export some types required by TypeScript typings ([#35](https://github.com/ktutnik/graphql-directive/issues/35)) ([71b450e](https://github.com/ktutnik/graphql-directive/commit/71b450eeff18bc55875815a5ab706c9b70135ff9))
- Upgrade package dependencies ([#36](https://github.com/ktutnik/graphql-directive/issues/36)) ([edbdb8e](https://github.com/ktutnik/graphql-directive/commit/edbdb8e2f1fa3ab5dd8d73c0ef6fd34e5057cf67))

# 1.0.0 (2023-04-07)

### Features
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.0",
"version": "1.0.1",
"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.0"
"@graphql-directive/core": "^1.0.1"
},
"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.1](https://github.com/ktutnik/graphql-directive/compare/@graphql-directive/core@1.0.0...@graphql-directive/core@1.0.1) (2023-04-08)

### Bug Fixes

- Upgrade package dependencies ([#36](https://github.com/ktutnik/graphql-directive/issues/36)) ([edbdb8e](https://github.com/ktutnik/graphql-directive/commit/edbdb8e2f1fa3ab5dd8d73c0ef6fd34e5057cf67))

# 1.0.0 (2023-04-07)

### Features
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.0",
"version": "1.0.1",
"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.1](https://github.com/ktutnik/graphql-directive/compare/@graphql-directive/validator@2.0.0...@graphql-directive/validator@2.0.1) (2023-04-08)

### Bug Fixes

- Upgrade package dependencies ([#36](https://github.com/ktutnik/graphql-directive/issues/36)) ([edbdb8e](https://github.com/ktutnik/graphql-directive/commit/edbdb8e2f1fa3ab5dd8d73c0ef6fd34e5057cf67))

# [2.0.0](https://github.com/ktutnik/graphql-directive/compare/@graphql-directive/validator@1.0.0...@graphql-directive/validator@2.0.0) (2023-04-07)

### Features
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.0",
"version": "2.0.1",
"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.0",
"@graphql-directive/core": "^1.0.1",
"@types/validator": "^13.7.14",
"validator": "^13.9.0"
},
Expand Down

0 comments on commit 2ab9b1b

Please sign in to comment.