Version Packages (#1206)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1210/head @hono/bun-transpiler@0.2.1
github-actions[bot] 2025-06-09 19:05:17 +09:00 committed by GitHub
parent c880649458
commit ec032a1e63
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
45 changed files with 105 additions and 90 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/hello': patch
---
Add explicit `MiddlewareHandler` return type

View File

@ -1,5 +0,0 @@
---
'@hono/prometheus': patch
---
Add explicit return types

View File

@ -1,5 +0,0 @@
---
'@hono/bun-transpiler': patch
---
Add explicit `MiddlewareHandler` return type

View File

@ -1,5 +0,0 @@
---
'@hono/oauth-providers': patch
---
Add explicit return types

View File

@ -1,5 +0,0 @@
---
'@hono/medley-router': patch
---
Add explicit `void` return type

View File

@ -1,5 +0,0 @@
---
'@hono/swagger-ui': patch
---
Add explicit return types

View File

@ -1,5 +0,0 @@
---
'@hono/node-ws': patch
---
Add explicit `CloseEvent` type

View File

@ -1,5 +0,0 @@
---
'@hono/graphql-server': patch
---
Add explicit `Response` return type

View File

@ -1,5 +0,0 @@
---
'@hono/clerk-auth': patch
---
Add explicit `MiddlewareHandler` return type

View File

@ -1,5 +0,0 @@
---
'@hono/swagger-editor': patch
---
Add explicit `MiddlewareHandler` return type

View File

@ -1,5 +0,0 @@
---
'@hono/cloudflare-access': patch
---
Add explicit `MiddlewareHandler` return type

View File

@ -1,5 +0,0 @@
---
'@hono/oidc-auth': patch
---
Add explicit `MiddlewareHandler` return type

View File

@ -1,5 +0,0 @@
---
'@hono/sentry': patch
---
Add explicit `Toucan` return type

View File

@ -1,5 +0,0 @@
---
'@hono/esbuild-transpiler': patch
---
Add explicit `MiddlewareHandler` return type

View File

@ -1,5 +0,0 @@
---
'@hono/otel': patch
---
Add explicit `MiddlewareHandler` return type

View File

@ -1,5 +1,11 @@
# @hono/bun-transpiler
## 0.2.1
### Patch Changes
- [#1193](https://github.com/honojs/middleware/pull/1193) [`1adca4c91822af8f68f4a134344cca93e0796ad0`](https://github.com/honojs/middleware/commit/1adca4c91822af8f68f4a134344cca93e0796ad0) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit `MiddlewareHandler` return type
## 0.2.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/bun-transpiler",
"version": "0.2.0",
"version": "0.2.1",
"description": "Bun Transpiler Middleware for Hono",
"type": "module",
"main": "dist/index.js",

View File

@ -1,5 +1,11 @@
# @hono/clerk-auth
## 2.0.1
### Patch Changes
- [#1194](https://github.com/honojs/middleware/pull/1194) [`683455895d35de50bd5c4cc60c0d764b99a8c8ec`](https://github.com/honojs/middleware/commit/683455895d35de50bd5c4cc60c0d764b99a8c8ec) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit `MiddlewareHandler` return type
## 2.0.0
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/clerk-auth",
"version": "2.0.0",
"version": "2.0.1",
"description": "A third-party Clerk auth middleware for Hono",
"type": "module",
"main": "dist/index.cjs",

View File

@ -1,5 +1,11 @@
# @hono/cloudflare-access
## 0.3.1
### Patch Changes
- [#1195](https://github.com/honojs/middleware/pull/1195) [`b6f3bc674ba8987e32c0207290fc1230ace4d82b`](https://github.com/honojs/middleware/commit/b6f3bc674ba8987e32c0207290fc1230ace4d82b) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit `MiddlewareHandler` return type
## 0.3.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/cloudflare-access",
"version": "0.3.0",
"version": "0.3.1",
"description": "A third-party Cloudflare Access auth middleware for Hono",
"type": "module",
"module": "dist/index.js",

View File

@ -1,5 +1,11 @@
# @hono/esbuild-transpiler
## 0.1.4
### Patch Changes
- [#1196](https://github.com/honojs/middleware/pull/1196) [`3a9920a258dbe7ae5fa578f1d7ba8c2e252c60d8`](https://github.com/honojs/middleware/commit/3a9920a258dbe7ae5fa578f1d7ba8c2e252c60d8) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit `MiddlewareHandler` return type
## 0.1.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/esbuild-transpiler",
"version": "0.1.3",
"version": "0.1.4",
"description": "esbuild Transpiler Middleware for Hono",
"type": "module",
"module": "dist/index.js",

View File

@ -1,5 +1,11 @@
# @hono/graphql-server
## 0.6.1
### Patch Changes
- [#1197](https://github.com/honojs/middleware/pull/1197) [`ab390305fba1d9bd99da46537f28763f7d5df8df`](https://github.com/honojs/middleware/commit/ab390305fba1d9bd99da46537f28763f7d5df8df) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit `Response` return type
## 0.6.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/graphql-server",
"version": "0.6.0",
"version": "0.6.1",
"repository": "git@github.com:honojs/middleware.git",
"author": "Minghe Huang <h.minghe@gmail.com>",
"type": "module",

View File

@ -1,5 +1,11 @@
# @hono/hello
## 0.1.2
### Patch Changes
- [#1198](https://github.com/honojs/middleware/pull/1198) [`e1eae2078fc789578520b1c82a1c90eb49c1b7ad`](https://github.com/honojs/middleware/commit/e1eae2078fc789578520b1c82a1c90eb49c1b7ad) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit `MiddlewareHandler` return type
## 0.1.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/hello",
"version": "0.1.1",
"version": "0.1.2",
"description": "An example of third-party middleware for Hono",
"type": "module",
"module": "dist/index.js",

View File

@ -1,5 +1,11 @@
# @hono/medley-router
## 0.0.4
### Patch Changes
- [#1199](https://github.com/honojs/middleware/pull/1199) [`50aa61d9c202a8854893ddc82bffb03515411c8b`](https://github.com/honojs/middleware/commit/50aa61d9c202a8854893ddc82bffb03515411c8b) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit `void` return type
## 0.0.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/medley-router",
"version": "0.0.3",
"version": "0.0.4",
"description": "Router using @medley/router",
"type": "module",
"main": "dist/index.js",

View File

@ -1,5 +1,11 @@
# @hono/node-ws
## 1.1.7
### Patch Changes
- [#1200](https://github.com/honojs/middleware/pull/1200) [`8303d979f18930fac906917895a2063245ac175c`](https://github.com/honojs/middleware/commit/8303d979f18930fac906917895a2063245ac175c) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit `CloseEvent` type
## 1.1.6
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/node-ws",
"version": "1.1.6",
"version": "1.1.7",
"description": "WebSocket helper for Node.js",
"type": "module",
"main": "dist/index.js",

View File

@ -1,5 +1,11 @@
# @hono/oauth-providers
## 0.8.1
### Patch Changes
- [#1201](https://github.com/honojs/middleware/pull/1201) [`641fd4c3de6d3248f131a09748f55a9007d7f77c`](https://github.com/honojs/middleware/commit/641fd4c3de6d3248f131a09748f55a9007d7f77c) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit return types
## 0.8.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/oauth-providers",
"version": "0.8.0",
"version": "0.8.1",
"description": "Social login for Hono JS, integrate authentication with facebook, github, google and linkedin to your projects.",
"type": "module",
"main": "dist/index.js",

View File

@ -1,5 +1,11 @@
# @hono/oidc-auth
## 1.6.1
### Patch Changes
- [#1202](https://github.com/honojs/middleware/pull/1202) [`aaf90c39e673b64547922f6fc2aefa5716fbf5f8`](https://github.com/honojs/middleware/commit/aaf90c39e673b64547922f6fc2aefa5716fbf5f8) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit `MiddlewareHandler` return type
## 1.6.0
### Minor Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/oidc-auth",
"version": "1.6.0",
"version": "1.6.1",
"description": "OpenID Connect Authentication middleware for Hono",
"type": "module",
"module": "dist/index.js",

View File

@ -1,5 +1,11 @@
# @hono/otel
## 0.2.2
### Patch Changes
- [#1203](https://github.com/honojs/middleware/pull/1203) [`3c1ecb0ce9ad6a3d3e1290a71e4a636a1d4acf29`](https://github.com/honojs/middleware/commit/3c1ecb0ce9ad6a3d3e1290a71e4a636a1d4acf29) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit `MiddlewareHandler` return type
## 0.2.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/otel",
"version": "0.2.1",
"version": "0.2.2",
"description": "OpenTelemetry middleware for Hono",
"type": "module",
"module": "dist/index.js",

View File

@ -1,5 +1,11 @@
# @hono/prometheus
## 1.0.2
### Patch Changes
- [#1204](https://github.com/honojs/middleware/pull/1204) [`1cdfdbd292ce6f7628f67da5e4479003b0f0fd57`](https://github.com/honojs/middleware/commit/1cdfdbd292ce6f7628f67da5e4479003b0f0fd57) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit return types
## 1.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/prometheus",
"version": "1.0.1",
"version": "1.0.2",
"description": "Prometheus metrics middleware for Hono",
"type": "module",
"module": "dist/index.js",

View File

@ -1,5 +1,11 @@
# @hono/sentry
## 1.2.2
### Patch Changes
- [#1205](https://github.com/honojs/middleware/pull/1205) [`f0475c73240ce5eb56f6170e9d1d1a1aedcfdd43`](https://github.com/honojs/middleware/commit/f0475c73240ce5eb56f6170e9d1d1a1aedcfdd43) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit `Toucan` return type
## 1.2.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/sentry",
"version": "1.2.1",
"version": "1.2.2",
"description": "Sentry Middleware for Hono",
"type": "module",
"module": "dist/index.js",

View File

@ -1,5 +1,11 @@
# @hono/swagger-editor
## 1.0.1
### Patch Changes
- [#1207](https://github.com/honojs/middleware/pull/1207) [`0bda87e4eeb689c6c9f4cc382992f923a8149661`](https://github.com/honojs/middleware/commit/0bda87e4eeb689c6c9f4cc382992f923a8149661) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit `MiddlewareHandler` return type
## 1.0.0
### Major Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/swagger-editor",
"version": "1.0.0",
"version": "1.0.1",
"description": "A middleware for using Swagger Editor in Hono",
"type": "module",
"main": "dist/index.cjs",

View File

@ -1,5 +1,11 @@
# @hono/swagger-ui
## 0.5.2
### Patch Changes
- [#1208](https://github.com/honojs/middleware/pull/1208) [`b8802e01b716843f1f9e913805a6a5abae22b0d8`](https://github.com/honojs/middleware/commit/b8802e01b716843f1f9e913805a6a5abae22b0d8) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Add explicit return types
## 0.5.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/swagger-ui",
"version": "0.5.1",
"version": "0.5.2",
"description": "A middleware for using SwaggerUI in Hono",
"type": "module",
"main": "dist/index.cjs",