Version Packages (#266)

pull/277/head @hono/oauth-providers@0.1.0
github-actions[bot] 2023-11-27 21:38:00 +09:00 committed by GitHub
parent d2696c46ba
commit c5dd9ab52a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 12 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/swagger-ui': minor
---
Added support for `persistAuthorization`.

View File

@ -1,5 +0,0 @@
---
'@hono/oauth-providers': minor
---
Add oauth-providers middleware

View File

@ -0,0 +1,7 @@
# @hono/oauth-providers
## 0.1.0
### Minor Changes
- [#262](https://github.com/honojs/middleware/pull/262) [`d2696c4`](https://github.com/honojs/middleware/commit/d2696c46ba529dade19a27e4be1fb38fdbf247ab) Thanks [@monoald](https://github.com/monoald)! - Add oauth-providers middleware

View File

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

View File

@ -1,5 +1,11 @@
# @hono/swagger-ui
## 0.2.0
### Minor Changes
- [#265](https://github.com/honojs/middleware/pull/265) [`2e69707`](https://github.com/honojs/middleware/commit/2e697077bfa74b7983a026fa8f50d54502784056) Thanks [@scarf005](https://github.com/scarf005)! - Added support for `persistAuthorization`.
## 0.1.0
### Minor Changes

View File

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