Version Packages (#1255)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1256/head
github-actions[bot] 2025-06-23 08:58:32 +09:00 committed by GitHub
parent e1e8a6626d
commit 031854c8f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
7 changed files with 21 additions and 10 deletions

View File

@ -1,7 +0,0 @@
---
'@hono/oauth-providers': patch
'@hono/eslint-config': patch
'@hono/react-compat': patch
---
Update package repository

View File

@ -1,5 +1,11 @@
# @hono/eslint-config
## 2.0.2
### Patch Changes
- [#1254](https://github.com/honojs/middleware/pull/1254) [`e1e8a6626d4a739f40ec1ac97c1671322522bee6`](https://github.com/honojs/middleware/commit/e1e8a6626d4a739f40ec1ac97c1671322522bee6) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Update package repository
## 2.0.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/eslint-config",
"version": "2.0.1",
"version": "2.0.2",
"description": "ESLint Config for Hono projects",
"type": "module",
"module": "./index.js",

View File

@ -1,5 +1,11 @@
# @hono/oauth-providers
## 0.8.2
### Patch Changes
- [#1254](https://github.com/honojs/middleware/pull/1254) [`e1e8a6626d4a739f40ec1ac97c1671322522bee6`](https://github.com/honojs/middleware/commit/e1e8a6626d4a739f40ec1ac97c1671322522bee6) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Update package repository
## 0.8.1
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/oauth-providers",
"version": "0.8.1",
"version": "0.8.2",
"repository": {
"type": "git",
"url": "git+https://github.com/honojs/middleware.git",

View File

@ -1,5 +1,11 @@
# @hono/react-compat
## 0.0.2
### Patch Changes
- [#1254](https://github.com/honojs/middleware/pull/1254) [`e1e8a6626d4a739f40ec1ac97c1671322522bee6`](https://github.com/honojs/middleware/commit/e1e8a6626d4a739f40ec1ac97c1671322522bee6) Thanks [@BarryThePenguin](https://github.com/BarryThePenguin)! - Update package repository
## 0.0.1
### Patch Changes

View File

@ -1,7 +1,7 @@
{
"name": "@hono/react-compat",
"type": "module",
"version": "0.0.1",
"version": "0.0.2",
"description": "Alias of hono/jsx for replacement of React",
"license": "MIT",
"repository": {