Skip to content
This repository has been archived by the owner on Dec 9, 2024. It is now read-only.

Commit

Permalink
chore(release): v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ronger-x committed Apr 29, 2024
1 parent 7355f74 commit 9981b30
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 2 deletions.
61 changes: 61 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,64 @@
## v0.1.8


### 🚀 Enhancements

- @roshan-labs/auth 模块发布 ([d9e5d22](https://github.com/rymcu/auth/commit/d9e5d22))
- 支持 Auth.js 策略及全部功能配置 ([a8b2a57](https://github.com/rymcu/auth/commit/a8b2a57))
- Add getSession method to refresh auth ([2ac439b](https://github.com/rymcu/auth/commit/2ac439b))
- Add getSession method to refresh auth ([67815ca](https://github.com/rymcu/auth/commit/67815ca))
- Add tokenExpiredTime ([1c74a7f](https://github.com/rymcu/auth/commit/1c74a7f))

### 🩹 Fixes

- 修复 composeable api 无类型 ([6f9750e](https://github.com/rymcu/auth/commit/6f9750e))
- 修正 signOut 方法默认重定向为 nuxt.config.ts 中 pages.login 路由 ([63aa688](https://github.com/rymcu/auth/commit/63aa688))
- SignOut 没有刷新 lastRefreshedAt ([805a593](https://github.com/rymcu/auth/commit/805a593))
- UsePermission 没有引入 useRuntimeConfig ([63c9b02](https://github.com/rymcu/auth/commit/63c9b02))
- NuxtApp 类型错误 ([682a28b](https://github.com/rymcu/auth/commit/682a28b))
- EndOfLine 修改为 auto ([1dbe0c2](https://github.com/rymcu/auth/commit/1dbe0c2))
- Update readme ([2a37560](https://github.com/rymcu/auth/commit/2a37560))
- Update changelog ([7ea5dfc](https://github.com/rymcu/auth/commit/7ea5dfc))
- Refresh not work ([cec79ba](https://github.com/rymcu/auth/commit/cec79ba))
- Refresh not work ([73eeba8](https://github.com/rymcu/auth/commit/73eeba8))
- Refresh not work ([3bc6a4f](https://github.com/rymcu/auth/commit/3bc6a4f))

### 📖 Documentation

- 完善 readme ([100fe17](https://github.com/rymcu/auth/commit/100fe17))

### 🏡 Chore

- Init repo ([0c21a17](https://github.com/rymcu/auth/commit/0c21a17))
- **release:** V0.1.1 ([8f441bc](https://github.com/rymcu/auth/commit/8f441bc))
- **release:** V0.1.2 ([b98bd3c](https://github.com/rymcu/auth/commit/b98bd3c))
- 完善 local 策略示例 ([0d0d59d](https://github.com/rymcu/auth/commit/0d0d59d))
- 完善 playground-refresh ([8726b63](https://github.com/rymcu/auth/commit/8726b63))
- 配置 ci ([06f3fa6](https://github.com/rymcu/auth/commit/06f3fa6))
- 缺少 runs-on 命令 ([7ebb5b8](https://github.com/rymcu/auth/commit/7ebb5b8))
- Frozen-lockfile 名称错误 ([5a70e14](https://github.com/rymcu/auth/commit/5a70e14))
- Ci 增加 setup project 步骤 ([ff67d76](https://github.com/rymcu/auth/commit/ff67d76))
- Ci 增加 lint、prepack、test 命令 ([5d48a8c](https://github.com/rymcu/auth/commit/5d48a8c))
- **release:** V0.1.3 ([ff95eb0](https://github.com/rymcu/auth/commit/ff95eb0))
- 找不到 '#imports' 模块 ([0568044](https://github.com/rymcu/auth/commit/0568044))
- **release:** V0.1.4 ([537ec61](https://github.com/rymcu/auth/commit/537ec61))
- **release:** V0.1.5 ([7d6c2ae](https://github.com/rymcu/auth/commit/7d6c2ae))
- **release:** V0.0.2 ([a5f830e](https://github.com/rymcu/auth/commit/a5f830e))
- **release:** V0.1.7 ([0e821a8](https://github.com/rymcu/auth/commit/0e821a8))
- **release:** V0.1.6 ([7fb7a07](https://github.com/rymcu/auth/commit/7fb7a07))
- **release:** V0.1.7 ([79c0bac](https://github.com/rymcu/auth/commit/79c0bac))
- Up deps ([7355f74](https://github.com/rymcu/auth/commit/7355f74))

### 🤖 CI

- 修改 release 命令 ([e3f6f4f](https://github.com/rymcu/auth/commit/e3f6f4f))
- 去掉 test 部分 ([7ff9f5a](https://github.com/rymcu/auth/commit/7ff9f5a))

### ❤️ Contributors

- Ronger ([@ronger-x](http://github.com/ronger-x))
- XiangGao <[email protected]>

## v0.1.7

[compare changes](https://github.com/rymcu/auth/compare/v0.1.6...v0.1.7)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rymcu/auth",
"version": "0.1.7",
"version": "0.1.8",
"description": "Nuxt3 auth module",
"repository": {
"type": "git",
Expand Down Expand Up @@ -80,4 +80,4 @@
"peerDependencies": {
"@auth/core": "0.20.0"
}
}
}

0 comments on commit 9981b30

Please sign in to comment.