Skip to content

Commit

Permalink
chore(version): upgrade version to v2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
berryhe committed Sep 19, 2024
1 parent 973d940 commit 5ee45b5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion desktop/main-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "flat",
"productName": "Flat",
"version": "2.3.4",
"version": "2.3.5",
"private": true,
"description": "",
"homepage": "https://github.com/netless-io/flat",
Expand Down
4 changes: 2 additions & 2 deletions desktop/renderer-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
"start": "cross-env vite",
"start:cn": "cross-env FLAT_REGION=CN pnpm start",
"start:sg": "cross-env FLAT_REGION=SG pnpm start",
"build": "cross-env NODE_OPTIONS=\"--max-old-space-size=8192\" vite build",
"build": "cross-env NODE_OPTIONS=\"--max-old-space-size=81920\" vite build",
"build:cn": "cross-env FLAT_REGION=CN pnpm build",
"build:sg": "cross-env FLAT_REGION=SG pnpm build",
"build:analyzer": "cross-env ANALYZER=true NODE_OPTIONS=\"--max-old-space-size=6144\" vite build"
"build:analyzer": "cross-env ANALYZER=true NODE_OPTIONS=\"--max-old-space-size=61440\" vite build"
},
"dependencies": {
"@ant-design/icons": "^4.7.0",
Expand Down
6 changes: 3 additions & 3 deletions docs/readme/README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

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

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

[join-flat-slack]: https://github.com/netless-io/flat/issues/926
[flat-homepage]: https://www.flat.shengwang.cn/#download
[flat-web]: https://web.flat.shengwang.cn/
[flat-homepage]: https://www.flat.apprtc.cn/#download
[flat-web]: https://web.flat.apprtc.cn/
[flat-server]: https://github.com/netless-io/flat-server
[flat-android]: https://github.com/netless-io/flat-android
[flat-storybook]: https://netless-io.github.io/flat/
Expand Down
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
"ship:win": "pnpm -F renderer-app build && pnpm -F flat ship:win",
"ship:all": "pnpm -F renderer-app build && pnpm -F flat build && pnpm -F flat pack:win && pnpm -F flat pack:mac",
"ship:cn:all": "cross-env FLAT_REGION=CN pnpm ship:all",
"ship:sg:all": "cross-env FLAT_REGION=SG pnpm ship:all"
"ship:sg:all": "cross-env FLAT_REGION=SG pnpm ship:all",
"pub:cn": "cross-env FLAT_REGION=CN node scripts/deployment/upload-ali-oss.js",
"pub:sg": "cross-env FLAT_REGION=SG node scripts/deployment/upload-ali-oss.js"
},
"license": "MIT",
"devDependencies": {
Expand Down

0 comments on commit 5ee45b5

Please sign in to comment.