Skip to content

Commit

Permalink
Version Packages (#993)
Browse files Browse the repository at this point in the history
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
github-actions[bot] and github-actions[bot] authored Nov 21, 2023
1 parent b84e4f9 commit 491314f
Show file tree
Hide file tree
Showing 22 changed files with 70 additions and 29 deletions.
5 changes: 0 additions & 5 deletions .changeset/ninety-pigs-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-olives-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-shoes-yawn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-chefs-stare.md

This file was deleted.

2 changes: 2 additions & 0 deletions apps/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @scow/auth

## 1.2.1

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scow/auth",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"main": "build/index.js",
"private": true,
Expand Down
2 changes: 2 additions & 0 deletions apps/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @scow/cli

## 1.2.1

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scow/cli",
"version": "1.2.0",
"version": "1.2.1",
"description": "CLI to manage SCOW",
"main": "build/index.js",
"bin": "build/index.js",
Expand Down
2 changes: 2 additions & 0 deletions apps/gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @scow/gateway

## 1.2.1

## 1.2.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@scow/gateway",
"private": true,
"version": "1.2.0",
"version": "1.2.1",
"main": "build/index.js",
"files": [
"build",
Expand Down
2 changes: 2 additions & 0 deletions apps/mis-server/CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion apps/mis-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scow/mis-server",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"private": true,
"main": "build/index.js",
Expand Down
8 changes: 8 additions & 0 deletions apps/mis-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @scow/mis-web

## 1.2.1

### Patch Changes

- 7afd8a7225: 修复平台管理员无法进入创建租户页面的权限问题
- Updated dependencies [b84e4f9cc4]
- @scow/lib-web@1.2.1

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/mis-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scow/mis-web",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"scripts": {
"dev": "cross-env NEXT_PUBLIC_USE_MOCK=1 next dev",
Expand Down
2 changes: 2 additions & 0 deletions apps/portal-server/CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion apps/portal-server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scow/portal-server",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"main": "build/index.js",
"private": true,
Expand Down
9 changes: 9 additions & 0 deletions apps/portal-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @scow/portal-web

## 1.2.1

### Patch Changes

- 1c10da55e5: 跨集群文件管理新增显示隐藏隐藏文件
- 04e5d68aae: 修复文件编辑器配置加载路径缺少斜杠的问题
- Updated dependencies [b84e4f9cc4]
- @scow/lib-web@1.2.1

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/portal-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scow/portal-web",
"version": "1.2.0",
"version": "1.2.1",
"private": true,
"scripts": {
"dev": "cross-env NEXT_PUBLIC_USE_MOCK=1 TS_NODE_PROJECT=tsconfig.server.json node --watch -r ts-node/register -r tsconfig-paths/register server/index.ts",
Expand Down
28 changes: 28 additions & 0 deletions changelogs/v1.2.1.md
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))


6 changes: 6 additions & 0 deletions libs/web/CHANGELOG.md
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
Expand Down
2 changes: 1 addition & 1 deletion libs/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scow/lib-web",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"main": "index.js",
"private": true,
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": "scow",
"private": true,
"version": "1.2.0",
"version": "1.2.1",
"scripts": {
"build": "turbo run build",
"build:libs": "turbo run build --filter \"./libs/**\"",
Expand Down

0 comments on commit 491314f

Please sign in to comment.