Updates to latest v2.2

This commit is contained in:
Zhiyuan Zheng 2021-09-16 23:00:43 +02:00
parent 57ecb5fac4
commit b3b8cf1dad
3 changed files with 725 additions and 925 deletions

View File

@ -5,7 +5,7 @@
* A new app store version has to be submitted. * A new app store version has to be submitted.
* Outdated versions in principle do not receive further OTA updates. * Outdated versions in principle do not receive further OTA updates.
## Minor releases - App Store and OTA ## Minor releases - App Store
"Minor releases" are artifacts published as `?.y.?`: "Minor releases" are artifacts published as `?.y.?`:
* An artifact can be released as `?.y.?` when there is no change nor update made to the native modules. * An artifact can be released as `?.y.?` when there is no change nor update made to the native modules.
@ -21,11 +21,12 @@
## OTA release channels ## OTA release channels
* `MAJOR-environment`. Environments include `release`, `candidate` and `development`. * `MAJOR.MINOR-environment`. Environments include `release`, `candidate` and `development`.
## Major versions mapping to native module versions ## Major versions mapping to native module versions
| Major version | Native module version | Expo version | | Version | Native module version | Expo version |
| :-----------: | :-------------------: | :----------: | | :------:| :-------------------: | :----------: |
| `0` | `210201` | `40.0.0` | | `0-` | `210201` | `40.0.0` |
| `1` | `210317` | `40.0.0` | | `1-` | `210317` | `40.0.0` |
| `2.2` | `210916` | `41.0.0` |

View File

@ -1,10 +1,10 @@
{ {
"name": "tooot", "name": "tooot",
"versions": { "versions": {
"native": "210511", "native": "210916",
"major": 2, "major": 2,
"minor": 1, "minor": 2,
"patch": 3, "patch": 0,
"expo": "41.0.0" "expo": "41.0.0"
}, },
"description": "tooot app for Mastodon", "description": "tooot app for Mastodon",

1631
yarn.lock

File diff suppressed because it is too large Load Diff