@wisdomgarden/mobile-assets 0.0.21 → 0.0.22

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/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  1. ~~[HiPaCloud](https://hipacloud.com/apps/61246bbeb74fa7ca113500cb/tables/61357f137c852d44c4e9248d)~~[飞书多维表格](https://hipacloud.com/apps/61246bbeb74fa7ca113500cb/tables/61357f137c852d44c4e9248d) Create a new version record and improve the release notes.
7
7
  2. `node scripts/update_app_version_md.js` update json file with hipa remote data, or edit it manually
8
- 3. check for errors then git commit
8
+ 3. check for errors then git commit `git commit -m "update version file"`
9
9
  4. `node scripts/upgrade_version.js` increase current project version number and add new tag
10
10
  5. `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)
11
11
  6. 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_cdn.sh` refresh json file cdn cache
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wisdomgarden/mobile-assets",
3
- "version": "0.0.21",
3
+ "version": "0.0.22",
4
4
  "description": "host mobile assets",
5
5
  "main": "index.js",
6
6
  "repository": "git@github.com:WisdomGardenInc/mobile-assets.git",
@@ -1,10 +1,10 @@
1
1
  {
2
- "version": "2.2.7",
2
+ "version": "2.2.8",
3
3
  "update_type": 1,
4
4
  "allow_lowest_version": "2.2.3",
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.2.7.apk",
7
- "release_note_en_us": "- Lesson report is accessible\n- Fix bugs and improve system performance",
8
- "release_note_zh_hans": "- 新增课堂报告功能\n- 已知问题修复和性能优化",
9
- "release_note_zh_hant": "- 新增課堂報告功能\n- 已知問題修復和性能優化"
6
+ "app_store_url_cn": "https://mobile-download.tronclass.com.cn/mobile-2.0/app/android/app-release-2.2.8.apk",
7
+ "release_note_en_us": "- Fix bugs and improve system performance.",
8
+ "release_note_zh_hans": "- 已知问题修复和性能优化",
9
+ "release_note_zh_hant": "- 已知問題修復和性能優化"
10
10
  }
@@ -1,9 +1,9 @@
1
1
  {
2
- "version": "2.2.7",
2
+ "version": "2.2.8",
3
3
  "update_type": 1,
4
4
  "allow_lowest_version": "2.2.3",
5
5
  "app_store_url": "https://apps.apple.com/app/scratch/id973028199",
6
- "release_note_en_us": "- Lesson report is accessible\n- Fix bugs and improve system performance",
7
- "release_note_zh_hans": "- 新增课堂报告功能\n- 已知问题修复和性能优化",
8
- "release_note_zh_hant": "- 新增課堂報告功能\n- 已知問題修復和性能優化"
6
+ "release_note_en_us": "- Fix bugs and improve system performance.",
7
+ "release_note_zh_hans": "- 已知问题修复和性能优化",
8
+ "release_note_zh_hant": "- 已知問題修復和性能優化"
9
9
  }