Skip to content

Commit 5ee45b5

Browse files
author
berryhe
committed
chore(version): upgrade version to v2.3.5
1 parent 973d940 commit 5ee45b5

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

desktop/main-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "flat",
33
"productName": "Flat",
4-
"version": "2.3.4",
4+
"version": "2.3.5",
55
"private": true,
66
"description": "",
77
"homepage": "https://github.com/netless-io/flat",

desktop/renderer-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
"start": "cross-env vite",
88
"start:cn": "cross-env FLAT_REGION=CN pnpm start",
99
"start:sg": "cross-env FLAT_REGION=SG pnpm start",
10-
"build": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" vite build",
10+
"build": "cross-env NODE_OPTIONS=\"--max-old-space-size=81920\" vite build",
1111
"build:cn": "cross-env FLAT_REGION=CN pnpm build",
1212
"build:sg": "cross-env FLAT_REGION=SG pnpm build",
13-
"build:analyzer": "cross-env ANALYZER=true NODE_OPTIONS=\"--max-old-space-size=6144\" vite build"
13+
"build:analyzer": "cross-env ANALYZER=true NODE_OPTIONS=\"--max-old-space-size=61440\" vite build"
1414
},
1515
"dependencies": {
1616
"@ant-design/icons": "^4.7.0",

docs/readme/README-zh.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<div align="center">
2222
<h1>Agora Flat</h1>
23-
<p>项目 flat 是 <a href="https://www.flat.shengwang.cn/">Agora Flat</a> 开源教室的 Web 端、Windows 客户端与 macOS 客户端。</p>
23+
<p>项目 flat 是 <a href="https://www.flat.apprtc.cn/">Agora Flat</a> 开源教室的 Web 端、Windows 客户端与 macOS 客户端。</p>
2424
<img src="/assets/flat-showcase.png">
2525
</div>
2626

@@ -140,8 +140,8 @@ cd ./web/flat-web/ && pnpm start
140140
当使用 Flat 或其他 GitHub 徽标时,请务必遵循 [GitHub 徽标指南][github-logo]
141141

142142
[join-flat-slack]: https://github.com/netless-io/flat/issues/926
143-
[flat-homepage]: https://www.flat.shengwang.cn/#download
144-
[flat-web]: https://web.flat.shengwang.cn/
143+
[flat-homepage]: https://www.flat.apprtc.cn/#download
144+
[flat-web]: https://web.flat.apprtc.cn/
145145
[flat-server]: https://github.com/netless-io/flat-server
146146
[flat-android]: https://github.com/netless-io/flat-android
147147
[flat-storybook]: https://netless-io.github.io/flat/

package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"ship:win": "pnpm -F renderer-app build && pnpm -F flat ship:win",
1717
"ship:all": "pnpm -F renderer-app build && pnpm -F flat build && pnpm -F flat pack:win && pnpm -F flat pack:mac",
1818
"ship:cn:all": "cross-env FLAT_REGION=CN pnpm ship:all",
19-
"ship:sg:all": "cross-env FLAT_REGION=SG pnpm ship:all"
19+
"ship:sg:all": "cross-env FLAT_REGION=SG pnpm ship:all",
20+
"pub:cn": "cross-env FLAT_REGION=CN node scripts/deployment/upload-ali-oss.js",
21+
"pub:sg": "cross-env FLAT_REGION=SG node scripts/deployment/upload-ali-oss.js"
2022
},
2123
"license": "MIT",
2224
"devDependencies": {

0 commit comments

Comments
 (0)