Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @byu-oit/[email protected]
 - @byu-oit/[email protected]
  • Loading branch information
tylerablackham committed Sep 25, 2023
1 parent 1a3229c commit 6845c18
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions packages/fastify/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@byu-oit/[email protected]) (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/[email protected]...@byu-oit/[email protected]) (2023-09-18)


Expand Down
4 changes: 2 additions & 2 deletions packages/fastify/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down Expand Up @@ -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",
Expand Down
11 changes: 11 additions & 0 deletions packages/jwt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@byu-oit/[email protected]) (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/[email protected]...@byu-oit/[email protected]) (2023-09-14)


Expand Down
2 changes: 1 addition & 1 deletion packages/jwt/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
Expand Down

0 comments on commit 6845c18

Please sign in to comment.