-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated. # Releases ## @scow/mis-web@1.2.1 ### Patch Changes - 7afd8a7: 修复平台管理员无法进入创建租户页面的权限问题 - Updated dependencies [b84e4f9] - @scow/lib-web@1.2.1 ## @scow/portal-web@1.2.1 ### Patch Changes - 1c10da5: 跨集群文件管理新增显示隐藏隐藏文件 - 04e5d68: 修复文件编辑器配置加载路径缺少斜杠的问题 - Updated dependencies [b84e4f9] - @scow/lib-web@1.2.1 ## @scow/lib-web@1.2.1 ### Patch Changes - b84e4f9: 暂时解决 tab 标签在最右侧时的抖动问题 ## @scow/auth@1.2.1 ## @scow/cli@1.2.1 ## @scow/gateway@1.2.1 ## @scow/mis-server@1.2.1 ## @scow/portal-server@1.2.1 Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
b84e4f9
commit 491314f
Showing
22 changed files
with
70 additions
and
29 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @scow/auth | ||
|
||
## 1.2.1 | ||
|
||
## 1.2.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @scow/cli | ||
|
||
## 1.2.1 | ||
|
||
## 1.2.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @scow/gateway | ||
|
||
## 1.2.1 | ||
|
||
## 1.2.0 | ||
|
||
### Patch Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @scow/mis-server | ||
|
||
## 1.2.1 | ||
|
||
## 1.2.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,7 @@ | ||
# @scow/portal-server | ||
|
||
## 1.2.1 | ||
|
||
## 1.2.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# v1.2.1 | ||
|
||
发布于:2023/11/21 22:25:19 | ||
|
||
# 配置文件 | ||
|
||
配置文件版本:1.2.0 | ||
|
||
|
||
# SCOW API和Hook | ||
|
||
SCOW API版本:1.2.0 | ||
|
||
|
||
# SCOW | ||
|
||
## 门户系统前端 (portal-web) | ||
|
||
### 小型更新 | ||
- 跨集群文件管理新增显示隐藏隐藏文件 ([1c10da55](https://github.com/PKUHPC/SCOW/commit/1c10da55e50c4a1c894aeea30e3e349952441bf9)) | ||
- 修复文件编辑器配置加载路径缺少斜杠的问题 ([04e5d68a](https://github.com/PKUHPC/SCOW/commit/04e5d68aae44867fe48a632583962c3e6cebd370)) | ||
|
||
## 管理系统前端 (mis-web) | ||
|
||
### 小型更新 | ||
- 修复平台管理员无法进入创建租户页面的权限问题 ([7afd8a72](https://github.com/PKUHPC/SCOW/commit/7afd8a722510d2e080ed5bf8405cae33e5e12518)) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,11 @@ | ||
# @scow/lib-web | ||
|
||
## 1.2.1 | ||
|
||
### Patch Changes | ||
|
||
- b84e4f9cc4: 暂时解决 tab 标签在最右侧时的抖动问题 | ||
|
||
## 1.2.0 | ||
|
||
### Minor Changes | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters