diff --git a/package-lock.json b/package-lock.json index 395cb1e..7bebff0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -14581,11 +14581,11 @@ }, "packages/fastify": { "name": "@byu-oit/fastify-jwt", - "version": "0.1.7-beta.2", + "version": "0.1.7-beta.3", "license": "Apache-2.0", "dependencies": { "@byu-oit-sdk/jwt": "^0.1.0", - "@byu-oit/jwt": "^0.0.7-beta.1", + "@byu-oit/jwt": "^0.0.7-beta.2", "@sinclair/typebox": "^0.31.2", "@types/node": "^18.16.2", "fastify": "^4.17.0", @@ -14616,7 +14616,7 @@ }, "packages/jwt": { "name": "@byu-oit/jwt", - "version": "0.0.7-beta.1", + "version": "0.0.7-beta.2", "license": "Apache-2.0", "dependencies": { "@byu-oit-sdk/jwt": "^0.1.0", diff --git a/packages/fastify/CHANGELOG.md b/packages/fastify/CHANGELOG.md index ed2e9b6..21bb260 100644 --- a/packages/fastify/CHANGELOG.md +++ b/packages/fastify/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.7-beta.3](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/fastify-jwt@0.1.7-beta.2...@byu-oit/fastify-jwt@0.1.7-beta.3) (2023-09-25) + + +### Bug Fixes + +* update dependencies ([#157](https://github.com/byu-oit/byu-jwt-nodejs/issues/157)) ([1a3229c](https://github.com/byu-oit/byu-jwt-nodejs/commit/1a3229c1e8e6baaee03ee29946a7a1d29f5009c6)) + + + + + ## [0.1.7-beta.2](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/fastify-jwt@0.1.7-beta.1...@byu-oit/fastify-jwt@0.1.7-beta.2) (2023-09-18) diff --git a/packages/fastify/package.json b/packages/fastify/package.json index d6fd670..2881eef 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@byu-oit/fastify-jwt", - "version": "0.1.7-beta.2", + "version": "0.1.7-beta.3", "description": "A Fastify plugin for verifying callers JWTs with the BYU JWT package", "keywords": [], "author": "Spencer Tuft ", @@ -41,7 +41,7 @@ "homepage": "https://github.com/byu-oit/byu-jwt-nodejs#readme", "dependencies": { "@byu-oit-sdk/jwt": "^0.1.0", - "@byu-oit/jwt": "^0.0.7-beta.1", + "@byu-oit/jwt": "^0.0.7-beta.2", "@sinclair/typebox": "^0.31.2", "@types/node": "^18.16.2", "fastify": "^4.17.0", diff --git a/packages/jwt/CHANGELOG.md b/packages/jwt/CHANGELOG.md index 84b6c76..426a0be 100644 --- a/packages/jwt/CHANGELOG.md +++ b/packages/jwt/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.7-beta.2](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/jwt@0.0.7-beta.1...@byu-oit/jwt@0.0.7-beta.2) (2023-09-25) + + +### Bug Fixes + +* update dependencies ([#157](https://github.com/byu-oit/byu-jwt-nodejs/issues/157)) ([1a3229c](https://github.com/byu-oit/byu-jwt-nodejs/commit/1a3229c1e8e6baaee03ee29946a7a1d29f5009c6)) + + + + + ## [0.0.7-beta.1](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/jwt@0.0.7-beta.0...@byu-oit/jwt@0.0.7-beta.1) (2023-09-14) diff --git a/packages/jwt/package.json b/packages/jwt/package.json index fb2cfff..d8aaeff 100644 --- a/packages/jwt/package.json +++ b/packages/jwt/package.json @@ -1,6 +1,6 @@ { "name": "@byu-oit/jwt", - "version": "0.0.7-beta.1", + "version": "0.0.7-beta.2", "description": "Utilities for verifying and decoding BYU JWTs", "keywords": [], "author": "Spencer Tuft ",