From 8d39a95d4b1373558e56532fc40ac3bf85ab1f8d Mon Sep 17 00:00:00 2001 From: jay-bulk Date: Mon, 10 Jul 2023 20:42:28 +0000 Subject: [PATCH] chore(release): publish - @byu-oit/fastify-jwt@0.1.6 - @byu-oit/jwt@0.0.6 --- 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 f0afe44..c436a86 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13516,10 +13516,10 @@ }, "packages/fastify": { "name": "@byu-oit/fastify-jwt", - "version": "0.1.5", + "version": "0.1.6", "license": "Apache-2.0", "dependencies": { - "@byu-oit/jwt": "^0.0.5", + "@byu-oit/jwt": "^0.0.6", "@types/node": "^18.16.2", "fastify": "^4.17.0", "fastify-plugin": "^4.5.0" @@ -13641,7 +13641,7 @@ }, "packages/jwt": { "name": "@byu-oit/jwt", - "version": "0.0.5", + "version": "0.0.6", "license": "Apache-2.0", "dependencies": { "@sinclair/typebox": "^0.29.4", diff --git a/packages/fastify/CHANGELOG.md b/packages/fastify/CHANGELOG.md index a234b00..d3b7be0 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.6](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/fastify-jwt@0.1.5...@byu-oit/fastify-jwt@0.1.6) (2023-07-10) + + +### Bug Fixes + +* **cjs:** compile commonjs in **/cjs and publish([#147](https://github.com/byu-oit/byu-jwt-nodejs/issues/147)) ([a2bd002](https://github.com/byu-oit/byu-jwt-nodejs/commit/a2bd002782b42a1ac7aac7e65b5457dad2c61775)) + + + + + ## [0.1.5](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/fastify-jwt@0.1.4...@byu-oit/fastify-jwt@0.1.5) (2023-07-07) **Note:** Version bump only for package @byu-oit/fastify-jwt diff --git a/packages/fastify/package.json b/packages/fastify/package.json index 137a079..48a90e0 100644 --- a/packages/fastify/package.json +++ b/packages/fastify/package.json @@ -1,6 +1,6 @@ { "name": "@byu-oit/fastify-jwt", - "version": "0.1.5", + "version": "0.1.6", "description": "A Fastify plugin for verifying callers JWTs with the BYU JWT package", "keywords": [], "author": "Spencer Tuft ", @@ -40,7 +40,7 @@ }, "homepage": "https://github.com/byu-oit/byu-jwt-nodejs#readme", "dependencies": { - "@byu-oit/jwt": "^0.0.5", + "@byu-oit/jwt": "^0.0.6", "@types/node": "^18.16.2", "fastify": "^4.17.0", "fastify-plugin": "^4.5.0" diff --git a/packages/jwt/CHANGELOG.md b/packages/jwt/CHANGELOG.md index a781d12..b56a3bd 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.6](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/jwt@0.0.5...@byu-oit/jwt@0.0.6) (2023-07-10) + + +### Bug Fixes + +* **cjs:** compile commonjs in **/cjs and publish([#147](https://github.com/byu-oit/byu-jwt-nodejs/issues/147)) ([a2bd002](https://github.com/byu-oit/byu-jwt-nodejs/commit/a2bd002782b42a1ac7aac7e65b5457dad2c61775)) + + + + + ## [0.0.5](https://github.com/byu-oit/byu-jwt-nodejs/compare/@byu-oit/jwt@0.0.4...@byu-oit/jwt@0.0.5) (2023-07-07) diff --git a/packages/jwt/package.json b/packages/jwt/package.json index 623c032..0c7aab2 100644 --- a/packages/jwt/package.json +++ b/packages/jwt/package.json @@ -1,6 +1,6 @@ { "name": "@byu-oit/jwt", - "version": "0.0.5", + "version": "0.0.6", "description": "Utilities for verifying and decoding BYU JWTs", "keywords": [], "author": "Spencer Tuft ",