Skip to content

Commit

Permalink
chore(main): release 1.1.1 (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
liuhuapiaoyuan authored Oct 12, 2024
1 parent 05a67a8 commit 94e10b2
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.1.0"
".": "1.1.1"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [1.1.1](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.1.0...v1.1.1) (2024-10-12)


### Bug Fixes

* build命令调整 ([e7facd1](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/e7facd1a5d5f389e3cd17bde0307c859ba5dcd05))
* fix missing type ([9e2dc53](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/9e2dc532b2c28d0e942c3f0c4a0d5b8805a9f2e3))
* 修改发布流程 ([d62e831](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/d62e83171ac753573e095160cc7488947ea45f99))
* 改成release ([db68239](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/db6823978638ea07d011b03aabcc1b2544da3e17))
* 改用npm发布 ([3888b18](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/3888b1807f2ad5bcb4cd851b39f334176b285d4d))
* 调整npmtoken变量 ([5292ee7](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/5292ee7a858f2e7cd405c02b37ed9b1e212e66e2))
* 调整release关联 ([b3bb25e](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/b3bb25ef0470482dd5b0f5aa34eb372229506694))
* 调整release命令 ([852869b](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/852869bf7cf44d51c041ff93ea44549a95d8e702))
* 调整工作流 ([11a211a](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/11a211a5f965c9c1787cae0d50b564af932e7419))
* 调试release ([05a67a8](https://github.com/liuhuapiaoyuan/next-auth-oauth/commit/05a67a83d086c41d31c0e60f9216cd2a093c474c))

## [1.1.0](https://github.com/liuhuapiaoyuan/next-auth-oauth/compare/v1.0.5...v1.1.0) (2024-10-12)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "next-auth-oauth",
"private": true,
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"main": "index.js",
"workspaces": [
Expand Down
2 changes: 1 addition & 1 deletion packages/next-auth-oauth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-auth-oauth",
"version": "1.0.5",
"version": "1.1.1",
"description": "`next-auth-oauth` 是一个基于 Next.js 和 NextAuth 的增强插件,用于简化和增强授权登录的处理。该插件提供了丰富的功能,包括第三方登录绑定、账户管理等,使得授权流程更加高效和灵活。",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/wechat-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@next-auth-oauth/wechat-provider",
"version": "1.0.5",
"version": "1.1.1",
"description": "`next-auth-oauth` 是一个基于 Next.js 和 NextAuth 的增强插件,用于简化和增强授权登录的处理。该插件提供了丰富的功能,包括第三方登录绑定、账户管理等,使得授权流程更加高效和灵活。",
"main": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand All @@ -26,6 +26,6 @@
"url": "https://github.com/liuhuapiaoyuan/next-auth-oauth.git"
},
"license": "MIC",
"peerDependencies": { },
"devDependencies": { }
"peerDependencies": {},
"devDependencies": {}
}

0 comments on commit 94e10b2

Please sign in to comment.