Skip to content

Commit

Permalink
Version Packages (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 31, 2024
1 parent b696fe1 commit 405ede6
Show file tree
Hide file tree
Showing 17 changed files with 50 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/two-readers-think.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.4.2

## 1.4.1

### Patch 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.4.1",
"version": "1.4.2",
"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.4.2

## 1.4.1

### Patch 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.4.1",
"version": "1.4.2",
"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.4.2

## 1.4.1

### 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.4.1",
"version": "1.4.2",
"main": "build/index.js",
"files": [
"build",
Expand Down
6 changes: 6 additions & 0 deletions apps/mis-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @scow/mis-server

## 1.4.2

### Patch Changes

- 448f6bf: 之前升级 mikroORM 时 cascade: [Cascade.ALL]属性会在删除 UserAccount 时把 User 和 Account 也删掉

## 1.4.1

### Patch 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.4.1",
"version": "1.4.2",
"description": "",
"private": true,
"main": "build/index.js",
Expand Down
2 changes: 2 additions & 0 deletions apps/mis-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @scow/mis-web

## 1.4.2

## 1.4.1

### Patch 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.4.1",
"version": "1.4.2",
"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.4.2

## 1.4.1

### Patch 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.4.1",
"version": "1.4.2",
"description": "",
"main": "build/index.js",
"private": true,
Expand Down
2 changes: 2 additions & 0 deletions apps/portal-web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# @scow/portal-web

## 1.4.2

## 1.4.1

### Patch 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.4.1",
"version": "1.4.2",
"private": true,
"scripts": {
"dev": "cross-env NEXT_PUBLIC_USE_MOCK=1 next dev",
Expand Down
24 changes: 24 additions & 0 deletions changelogs/v1.4.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# v1.4.2

发布于:2024/1/31 14:26:06



# 配置文件

配置文件版本:1.4.1


# SCOW API和Hook

SCOW API版本:1.6.0


# SCOW

## 管理系统后端 (mis-server)

### 小型更新
- 之前升级 mikroORM 时 cascade: [Cascade.ALL]属性会在删除 UserAccount 时把 User 和 Account 也删掉 ([448f6bf8](https://github.com/PKUHPC/SCOW/commit/448f6bf80953848c7d69ea262f8d72c58038804d))


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.4.1",
"version": "1.4.2",
"scripts": {
"build": "turbo run build",
"build:libs": "turbo run build --filter \"./libs/**\"",
Expand Down

0 comments on commit 405ede6

Please sign in to comment.