Skip to content

Commit 7c4d51a

Browse files
committed
release(mobile): release v0.5.6
1 parent ce905f8 commit 7c4d51a

5 files changed

Lines changed: 26 additions & 15 deletions

File tree

apps/mobile/changelog/0.5.6.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# What's New in v0.5.6
2+
3+
## Improvements
4+
5+
- Upgraded the app to Expo SDK 57, React Native 0.86, and updated native integrations
6+
7+
## No longer broken
8+
9+
- Fixed social sign-in callbacks and legacy session migration using the Folo app scheme
10+
- Fixed signed-out launches not opening the login screen
11+
- Fixed two-factor authentication cookies being dropped during session updates
12+
- Fixed push notification registration after sign-in, including retries and token refreshes
13+
- Fixed the timeline view selector overflowing on narrow screens
14+
- Restored the header background after scrolling

apps/mobile/changelog/next.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
# What's New in vNEXT_VERSION
22

3-
## Improvements
3+
## Shiny new things
44

5-
- Upgraded the app to Expo SDK 57, React Native 0.86, and updated native integrations
5+
## Improvements
66

77
## No longer broken
88

9-
- Fixed social sign-in callbacks and legacy session migration using the Folo app scheme
10-
- Fixed signed-out launches not opening the login screen
11-
- Fixed two-factor authentication cookies being dropped during session updates
12-
- Fixed push notification registration after sign-in, including retries and token refreshes
13-
- Fixed the timeline view selector overflowing on narrow screens
14-
- Restored the header background after scrolling
9+
## Thanks
10+
11+
Special thanks to volunteer contributors @ for their valuable contributions

apps/mobile/ios/Folo/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<key>CFBundlePackageType</key>
3434
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
3535
<key>CFBundleShortVersionString</key>
36-
<string>0.5.5</string>
36+
<string>0.5.6</string>
3737
<key>CFBundleSignature</key>
3838
<string>????</string>
3939
<key>CFBundleURLTypes</key>
@@ -54,7 +54,7 @@
5454
</dict>
5555
</array>
5656
<key>CFBundleVersion</key>
57-
<string>8</string>
57+
<string>9</string>
5858
<key>ITSAppUsesNonExemptEncryption</key>
5959
<false/>
6060
<key>LSApplicationCategoryType</key>

apps/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@follow/mobile",
3-
"version": "0.5.5",
3+
"version": "0.5.6",
44
"private": true,
55
"main": "src/main.tsx",
66
"scripts": {

apps/mobile/release.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"version": "0.5.5",
3-
"mode": "ota",
4-
"runtimeVersion": "0.5.0",
5-
"channel": "production"
2+
"version": "0.5.6",
3+
"mode": "store",
4+
"runtimeVersion": null,
5+
"channel": null
66
}

0 commit comments

Comments
 (0)