From c2b95ab7ea67b2caa81770ba30522c4cc686847a Mon Sep 17 00:00:00 2001 From: tylerablackham Date: Thu, 14 Sep 2023 17:15:14 +0000 Subject: [PATCH] chore(release): publish - @byu-oit/fastify-jwt@0.1.7-beta.1 - @byu-oit/jwt@0.0.7-beta.1 --- package-lock.json | 6 +++--- packages/fastify/CHANGELOG.md | 11 +++++++++++ packages/fastify/package.json | 4 ++-- packages/jwt/CHANGELOG.md | 11 +++++++++++ packages/jwt/package.json | 2 +- 5 files changed, 28 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9939982..54b5b4a 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.0", + "version": "0.1.7-beta.1", "license": "Apache-2.0", "dependencies": { "@byu-oit-sdk/jwt": "^0.1.0-beta.7", - "@byu-oit/jwt": "^0.0.7-beta.0", + "@byu-oit/jwt": "^0.0.7-beta.1", "@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.0", + "version": "0.0.7-beta.1", "license": "Apache-2.0", "dependencies": { "@byu-oit-sdk/jwt": "^0.1.0-beta.7", diff --git a/packages/fastify/CHANGELOG.md b/packages/fastify/CHANGELOG.md index 61fa96c..0331ae2 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.1](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/fastify-jwt@0.1.7-beta.0...@byu-oit/fastify-jwt@0.1.7-beta.1) (2023-09-14) + + +### Bug Fixes + +* update dependencies ([#155](https://github.com/byu-oit/byu-jwt-nodejs/issues/155)) ([e20663e](https://github.com/byu-oit/byu-jwt-nodejs/commit/e20663ecfd7c6c42a09ee48fa272fee85e694cfb)) + + + + + ## [0.1.7-beta.0](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/fastify-jwt@0.1.6...@byu-oit/fastify-jwt@0.1.7-beta.0) (2023-09-11) **Note:** Version bump only for package @byu-oit/fastify-jwt diff --git a/packages/fastify/package.json b/packages/fastify/package.json index cc1ff27..d0d166d 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.0", + "version": "0.1.7-beta.1", "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-beta.7", - "@byu-oit/jwt": "^0.0.7-beta.0", + "@byu-oit/jwt": "^0.0.7-beta.1", "@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 d46e305..84b6c76 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.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) + + +### Bug Fixes + +* update dependencies ([#155](https://github.com/byu-oit/byu-jwt-nodejs/issues/155)) ([e20663e](https://github.com/byu-oit/byu-jwt-nodejs/commit/e20663ecfd7c6c42a09ee48fa272fee85e694cfb)) + + + + + ## [0.0.7-beta.0](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/jwt@0.0.6...@byu-oit/jwt@0.0.7-beta.0) (2023-09-11) **Note:** Version bump only for package @byu-oit/jwt diff --git a/packages/jwt/package.json b/packages/jwt/package.json index 88e731d..ad5eda6 100644 --- a/packages/jwt/package.json +++ b/packages/jwt/package.json @@ -1,6 +1,6 @@ { "name": "@byu-oit/jwt", - "version": "0.0.7-beta.0", + "version": "0.0.7-beta.1", "description": "Utilities for verifying and decoding BYU JWTs", "keywords": [], "author": "Spencer Tuft ",