Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#2934)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] authored Jul 24, 2023
1 parent cb47a72 commit d95735c
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changeset/@graphql-yoga_plugin-jwt-2933-dependencies.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/@graphql-yoga_plugin-jwt-2935-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-cycles-fly.md

This file was deleted.

25 changes: 25 additions & 0 deletions packages/plugins/jwt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# @graphql-yoga/plugin-jwt

## 1.0.0

### Major Changes

- [#1921](https://github.com/dotansimha/graphql-yoga/pull/1921)
[`43771514`](https://github.com/dotansimha/graphql-yoga/commit/437715143cfd0bd31a08a283c58b8ea8f49938a2)
Thanks [@ardatan](https://github.com/ardatan)! - New Generic JWT Plugin

### Patch Changes

- [#2933](https://github.com/dotansimha/graphql-yoga/pull/2933)
[`cb47a72c`](https://github.com/dotansimha/graphql-yoga/commit/cb47a72ced15878495da03d11fa587a391a25ae1)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:

- Updated dependency
[`jsonwebtoken@^9.0.0` ↗︎](https://www.npmjs.com/package/jsonwebtoken/v/9.0.0) (from `^8.5.1`,
in `dependencies`)

- [#2935](https://github.com/dotansimha/graphql-yoga/pull/2935)
[`1c89cfd5`](https://github.com/dotansimha/graphql-yoga/commit/1c89cfd512b2e0fe0fc4f2897c7d2c871020d040)
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
- Updated dependency [`jwks-rsa@^3.0.0` ↗︎](https://www.npmjs.com/package/jwks-rsa/v/3.0.0) (from
`^2.1.5`, in `dependencies`)
2 changes: 1 addition & 1 deletion packages/plugins/jwt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-yoga/plugin-jwt",
"version": "0.0.0",
"version": "1.0.0",
"type": "module",
"description": "jwt plugin for GraphQL Yoga.",
"repository": {
Expand Down

0 comments on commit d95735c

Please sign in to comment.