Skip to content

Commit

Permalink
Version Packages (#266)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 27, 2023
1 parent d2696c4 commit c5dd9ab
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/soft-llamas-melt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-olives-invent.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/oauth-providers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/oauth-providers/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
6 changes: 6 additions & 0 deletions packages/swagger-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/swagger-ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c5dd9ab

Please sign in to comment.