Skip to content

Commit

Permalink
Merge pull request #2 from willin/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
willin authored Dec 28, 2023
2 parents 4edf105 + ae8c821 commit 0ae3e39
Show file tree
Hide file tree
Showing 13 changed files with 54 additions and 16 deletions.
10 changes: 0 additions & 10 deletions .changeset/odd-shoes-walk.md

This file was deleted.

13 changes: 13 additions & 0 deletions apps/sso/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# v0-sso

## 0.0.1

### Patch Changes

- [`4edf105`](https://github.com/willin/sso/commit/4edf105a96be3905322cd44b9cc22ad55c636c98) Thanks [@willin](https://github.com/willin)! - init project

- Updated dependencies [[`4edf105`](https://github.com/willin/sso/commit/4edf105a96be3905322cd44b9cc22ad55c636c98)]:
- @hono-dev/auth-afdian@0.0.1
- @hono-dev/auth-alipay@0.0.1
- @hono-dev/auth-github@0.0.1
- @hono-dev/powered-by@0.0.1
2 changes: 1 addition & 1 deletion apps/sso/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "v0-sso",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"description": "Hono SSO Provider Server for cloudflare workers",
"author": "Willin Wang <[email protected]> (https://willin.wang/)",
"types": "./dist/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions apps/website/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# web

## 0.0.2

### Patch Changes

- [`4edf105`](https://github.com/willin/sso/commit/4edf105a96be3905322cd44b9cc22ad55c636c98) Thanks [@willin](https://github.com/willin)! - init project
2 changes: 1 addition & 1 deletion apps/website/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.0.1",
"version": "0.0.2",
"private": true,
"scripts": {
"dev": "vite dev",
Expand Down
7 changes: 7 additions & 0 deletions packages/hono-auth-afdian/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @hono-dev/auth-afdian

## 0.0.1

### Patch Changes

- [`4edf105`](https://github.com/willin/sso/commit/4edf105a96be3905322cd44b9cc22ad55c636c98) Thanks [@willin](https://github.com/willin)! - init project
2 changes: 1 addition & 1 deletion packages/hono-auth-afdian/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono-dev/auth-afdian",
"version": "0.0.0",
"version": "0.0.1",
"description": "Afdian Authentication Strategy for Hono",
"author": "Willin Wang <[email protected]> (https://willin.wang/)",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/hono-auth-alipay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @hono-dev/auth-alipay

## 0.0.1

### Patch Changes

- [`4edf105`](https://github.com/willin/sso/commit/4edf105a96be3905322cd44b9cc22ad55c636c98) Thanks [@willin](https://github.com/willin)! - init project
2 changes: 1 addition & 1 deletion packages/hono-auth-alipay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono-dev/auth-alipay",
"version": "0.0.0",
"version": "0.0.1",
"description": "Alipay Authentication Strategy for Hono",
"author": "Willin Wang <[email protected]> (https://willin.wang/)",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/hono-auth-github/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @hono-dev/auth-github

## 0.0.1

### Patch Changes

- [`4edf105`](https://github.com/willin/sso/commit/4edf105a96be3905322cd44b9cc22ad55c636c98) Thanks [@willin](https://github.com/willin)! - init project
2 changes: 1 addition & 1 deletion packages/hono-auth-github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono-dev/auth-github",
"version": "0.0.0",
"version": "0.0.1",
"description": "Github Authentication Strategy for Hono",
"author": "Willin Wang <[email protected]> (https://willin.wang/)",
"keywords": [
Expand Down
7 changes: 7 additions & 0 deletions packages/hono-powered-by/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @hono-dev/powered-by

## 0.0.1

### Patch Changes

- [`4edf105`](https://github.com/willin/sso/commit/4edf105a96be3905322cd44b9cc22ad55c636c98) Thanks [@willin](https://github.com/willin)! - init project
2 changes: 1 addition & 1 deletion packages/hono-powered-by/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hono-dev/powered-by",
"version": "0.0.0",
"version": "0.0.1",
"description": "A X-Powered-By Plugin for Hono",
"author": "Willin Wang <[email protected]> (https://willin.wang/)",
"keywords": [
Expand Down

0 comments on commit 0ae3e39

Please sign in to comment.