diff --git a/.github/workflows/deploy-android.yml b/.github/workflows/deploy-android.yml index a4d57f2f..652f5eed 100644 --- a/.github/workflows/deploy-android.yml +++ b/.github/workflows/deploy-android.yml @@ -85,5 +85,5 @@ jobs: releaseFiles: native/android/app/build/outputs/bundle/release/app-release.aab whatsNewDirectory: native/android/WhatsNew track: alpha - status: draft + status: completed inAppUpdatePriority: 3 diff --git a/native/ReleaseNotes/whatsnew-en b/native/ReleaseNotes/whatsnew-en index ae0abc54..a0aa1a22 100644 --- a/native/ReleaseNotes/whatsnew-en +++ b/native/ReleaseNotes/whatsnew-en @@ -1,3 +1,5 @@ React Native 0.74.0. Expo 51 beta. -React 18.3.0. \ No newline at end of file +React 18.3.0. +Fixes for grid spacing. +Fix for stackable items not being added to the correct character. \ No newline at end of file diff --git a/native/android/WhatsNew/whatsnew-en-US b/native/android/WhatsNew/whatsnew-en-US index 0d651310..a0aa1a22 100644 --- a/native/android/WhatsNew/whatsnew-en-US +++ b/native/android/WhatsNew/whatsnew-en-US @@ -1 +1,5 @@ -Test Expo 51 and React Native 0.74.0 build. \ No newline at end of file +React Native 0.74.0. +Expo 51 beta. +React 18.3.0. +Fixes for grid spacing. +Fix for stackable items not being added to the correct character. \ No newline at end of file diff --git a/native/ios/TestFlight/WhatToTest.en-US.txt b/native/ios/TestFlight/WhatToTest.en-US.txt index 0d651310..a0aa1a22 100644 --- a/native/ios/TestFlight/WhatToTest.en-US.txt +++ b/native/ios/TestFlight/WhatToTest.en-US.txt @@ -1 +1,5 @@ -Test Expo 51 and React Native 0.74.0 build. \ No newline at end of file +React Native 0.74.0. +Expo 51 beta. +React 18.3.0. +Fixes for grid spacing. +Fix for stackable items not being added to the correct character. \ No newline at end of file