Skip to content

Commit

Permalink
Version Packages (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 12, 2023
1 parent 139504a commit 0232214
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/clean-windows-report.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fix-default-key-store-initializer.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/firebase-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @hono/firebase-auth

## 1.3.3

### Patch Changes

- [#248](https://github.com/honojs/middleware/pull/248) [`5459971`](https://github.com/honojs/middleware/commit/545997181f5ba77991e350ec9a873463082242c3) Thanks [@Code-Hex](https://github.com/Code-Hex)! - - update package deps and test
- responds 501 when PUBLIC_JWK_CACHE_KV is undefined in defaultKeyStoreInitializer function

## 1.3.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono/firebase-auth",
"version": "1.3.2",
"version": "1.3.3",
"description": "A third-party firebase auth middleware for Hono",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 6 additions & 0 deletions packages/medley-router/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @hono/medley-router

## 0.0.3

### Patch Changes

- [#249](https://github.com/honojs/middleware/pull/249) [`139504a`](https://github.com/honojs/middleware/commit/139504a145ac446e456c4f750d56134bea826e3c) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: support new path matching

## 0.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/medley-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono/medley-router",
"version": "0.0.2",
"version": "0.0.3",
"description": "Router using @medley/router",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 0232214

Please sign in to comment.