From 353d91e6c6c72adfbb35d71ebed8ac74d84f34e4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 12:16:47 +0900 Subject: [PATCH] Version Packages (#338) --- .changeset/poor-cars-film.md | 5 ----- packages/firebase-auth/CHANGELOG.md | 6 ++++++ packages/firebase-auth/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/poor-cars-film.md diff --git a/.changeset/poor-cars-film.md b/.changeset/poor-cars-film.md deleted file mode 100644 index 5a9416d0..00000000 --- a/.changeset/poor-cars-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@hono/firebase-auth': patch ---- - -fix: export esm diff --git a/packages/firebase-auth/CHANGELOG.md b/packages/firebase-auth/CHANGELOG.md index 5a58877b..c8d8c77e 100644 --- a/packages/firebase-auth/CHANGELOG.md +++ b/packages/firebase-auth/CHANGELOG.md @@ -1,5 +1,11 @@ # @hono/firebase-auth +## 1.3.4 + +### Patch Changes + +- [#337](https://github.com/honojs/middleware/pull/337) [`75841d6b485a7b1e237be55d5ceb16500119afda`](https://github.com/honojs/middleware/commit/75841d6b485a7b1e237be55d5ceb16500119afda) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: export esm + ## 1.3.3 ### Patch Changes diff --git a/packages/firebase-auth/package.json b/packages/firebase-auth/package.json index 74053b52..e7679176 100644 --- a/packages/firebase-auth/package.json +++ b/packages/firebase-auth/package.json @@ -1,6 +1,6 @@ { "name": "@hono/firebase-auth", - "version": "1.3.3", + "version": "1.3.4", "description": "A third-party firebase auth middleware for Hono", "type": "module", "main": "dist/index.cjs",