@wisdomgarden/mobile-assets 0.0.69 → 0.0.72
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/version_aligner.json +20 -0
- package/version_update_android.json +3 -3
- package/version_update_ios.json +2 -2
- package/mhesi/README.md +0 -19
package/package.json
CHANGED
package/version_aligner.json
CHANGED
|
@@ -1,4 +1,24 @@
|
|
|
1
1
|
[
|
|
2
|
+
{
|
|
3
|
+
"mobileVersion": "2.14.0",
|
|
4
|
+
"serverVersion": "1.75"
|
|
5
|
+
},
|
|
6
|
+
{
|
|
7
|
+
"mobileVersion": "2.13.4",
|
|
8
|
+
"serverVersion": "1.74"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"mobileVersion": "2.13.3",
|
|
12
|
+
"serverVersion": "1.74"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"mobileVersion": "2.13.2",
|
|
16
|
+
"serverVersion": "1.74"
|
|
17
|
+
},
|
|
18
|
+
{
|
|
19
|
+
"mobileVersion": "2.13.1",
|
|
20
|
+
"serverVersion": "1.74"
|
|
21
|
+
},
|
|
2
22
|
{
|
|
3
23
|
"mobileVersion": "2.13.0",
|
|
4
24
|
"serverVersion": "1.74"
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.
|
|
2
|
+
"version": "2.14.0",
|
|
3
3
|
"update_type": 1,
|
|
4
|
-
"allow_lowest_version": "2.
|
|
4
|
+
"allow_lowest_version": "2.12.0",
|
|
5
5
|
"app_store_url": "https://play.google.com/store/apps/details?id=com.wisdomgarden.trpc",
|
|
6
|
-
"app_store_url_cn": "https://mobile-download.tronclass.com.cn/mobile-2.0/app/android/app-release-2.
|
|
6
|
+
"app_store_url_cn": "https://mobile-download.tronclass.com.cn/mobile-2.0/app/android/app-release-2.14.0.apk",
|
|
7
7
|
"release_note_en_us": "- Fix bugs and improve system performance.",
|
|
8
8
|
"release_note_zh_hans": "- 已知问题修复和性能优化",
|
|
9
9
|
"release_note_zh_hant": "- 已知問題修復和性能優化"
|
package/version_update_ios.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "2.
|
|
2
|
+
"version": "2.14.0",
|
|
3
3
|
"update_type": 1,
|
|
4
|
-
"allow_lowest_version": "2.
|
|
4
|
+
"allow_lowest_version": "2.12.0",
|
|
5
5
|
"app_store_url": "https://apps.apple.com/app/scratch/id973028199",
|
|
6
6
|
"release_note_en_us": "- Fix bugs and improve system performance.",
|
|
7
7
|
"release_note_zh_hans": "- 已知问题修复和性能优化",
|
package/mhesi/README.md
DELETED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
## update mhesi version info
|
|
2
|
-
|
|
3
|
-
### I. update version info
|
|
4
|
-
|
|
5
|
-
update version info in `mhesi/version/ios.json` and `mhesi/version/android.json`
|
|
6
|
-
|
|
7
|
-
```javascript
|
|
8
|
-
node ./mhesi/update_app_version_md.cjs
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
### II. upgrade package `mobile-assets` version
|
|
12
|
-
|
|
13
|
-
1. ues `git diff` to check the changed files
|
|
14
|
-
2. then commit all files `git add . && git commit -m "update mhesi version file"`
|
|
15
|
-
3. `node scripts/upgrade_version.js` increase current project version number and add new tag
|
|
16
|
-
4. `git push && git push --tags` push to GitHub, and Github Action publish it to [npm @wisdomgarden/mobile-assets](https://www.npmjs.com/package/@wisdomgarden/mobile-assets)
|
|
17
|
-
|
|
18
|
-
### III. refresh cdn
|
|
19
|
-
1. after about 10 minutes, check [jsDeliver package data](https://data.jsdelivr.com/v1/package/npm/@wisdomgarden/mobile-assets) util latest tag is same as package.json.version then `bash scripts/refresh_mehis_cdn.sh` refresh json file cdn cache
|