Skip to content

Commit c2b95ab

Browse files
chore(release): publish
- @byu-oit/fastify-jwt@0.1.7-beta.1 - @byu-oit/jwt@0.0.7-beta.1
1 parent e20663e commit c2b95ab

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

819
**Note:** Version bump only for package @byu-oit/fastify-jwt

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.0",
3+
"version": "0.1.7-beta.1",
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-beta.7",
44-
"@byu-oit/jwt": "^0.0.7-beta.0",
44+
"@byu-oit/jwt": "^0.0.7-beta.1",
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.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)
7+
8+
9+
### Bug Fixes
10+
11+
* update dependencies ([#155](https://github.com/byu-oit/byu-jwt-nodejs/issues/155)) ([e20663e](https://github.com/byu-oit/byu-jwt-nodejs/commit/e20663ecfd7c6c42a09ee48fa272fee85e694cfb))
12+
13+
14+
15+
16+
617
## [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)
718

819
**Note:** Version bump only for package @byu-oit/jwt

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.0",
3+
"version": "0.0.7-beta.1",
44
"description": "Utilities for verifying and decoding BYU JWTs",
55
"keywords": [],
66
"author": "Spencer Tuft <stuft2@byu.edu>",

0 commit comments

Comments
 (0)