Skip to content

Commit 6845c18

Browse files
chore(release): publish
- @byu-oit/fastify-jwt@0.1.7-beta.3 - @byu-oit/jwt@0.0.7-beta.2
1 parent 1a3229c commit 6845c18

File tree

5 files changed

+28
-6
lines changed

5 files changed

+28
-6
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/fastify/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [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)
7+
8+
9+
### Bug Fixes
10+
11+
* update dependencies ([#157](https://github.com/byu-oit/byu-jwt-nodejs/issues/157)) ([1a3229c](https://github.com/byu-oit/byu-jwt-nodejs/commit/1a3229c1e8e6baaee03ee29946a7a1d29f5009c6))
12+
13+
14+
15+
16+
617
## [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)
718

819

packages/fastify/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@byu-oit/fastify-jwt",
3-
"version": "0.1.7-beta.2",
3+
"version": "0.1.7-beta.3",
44
"description": "A Fastify plugin for verifying callers JWTs with the BYU JWT package",
55
"keywords": [],
66
"author": "Spencer Tuft <stuft2@byu.edu>",
@@ -41,7 +41,7 @@
4141
"homepage": "https://github.com/byu-oit/byu-jwt-nodejs#readme",
4242
"dependencies": {
4343
"@byu-oit-sdk/jwt": "^0.1.0",
44-
"@byu-oit/jwt": "^0.0.7-beta.1",
44+
"@byu-oit/jwt": "^0.0.7-beta.2",
4545
"@sinclair/typebox": "^0.31.2",
4646
"@types/node": "^18.16.2",
4747
"fastify": "^4.17.0",

packages/jwt/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [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)
7+
8+
9+
### Bug Fixes
10+
11+
* update dependencies ([#157](https://github.com/byu-oit/byu-jwt-nodejs/issues/157)) ([1a3229c](https://github.com/byu-oit/byu-jwt-nodejs/commit/1a3229c1e8e6baaee03ee29946a7a1d29f5009c6))
12+
13+
14+
15+
16+
617
## [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)
718

819

packages/jwt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@byu-oit/jwt",
3-
"version": "0.0.7-beta.1",
3+
"version": "0.0.7-beta.2",
44
"description": "Utilities for verifying and decoding BYU JWTs",
55
"keywords": [],
66
"author": "Spencer Tuft <stuft2@byu.edu>",

0 commit comments

Comments
 (0)