diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index e3e590e0b1..33d9ec9991 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,5 +1,8 @@ Unreleased --- + +1.112.0 +--- * [**] Fix crash occurring on large post on Android [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6575] * [*] [internal] Upgrade React Native to version 0.71.15 [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6522] * [**] Prevent images from temporarily disappearing when uploading media [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6550] diff --git a/__device-tests__/image-snapshots/gutenberg-editor-gallery-visual-test-js-gutenberg-editor-visual-test-for-gallery-block-should-be-able-to-render-a-gallery-correctly-1-ios.png b/__device-tests__/image-snapshots/gutenberg-editor-gallery-visual-test-js-gutenberg-editor-visual-test-for-gallery-block-should-be-able-to-render-a-gallery-correctly-1-ios.png index d7d554ee9a..a73210fab4 100644 Binary files a/__device-tests__/image-snapshots/gutenberg-editor-gallery-visual-test-js-gutenberg-editor-visual-test-for-gallery-block-should-be-able-to-render-a-gallery-correctly-1-ios.png and b/__device-tests__/image-snapshots/gutenberg-editor-gallery-visual-test-js-gutenberg-editor-visual-test-for-gallery-block-should-be-able-to-render-a-gallery-correctly-1-ios.png differ diff --git a/__device-tests__/image-snapshots/gutenberg-editor-horizontal-layouts-ipad-test-js-gutenberg-editor-i-pad-visual-test-for-horizontal-layouts-should-show-the-right-columns-placeholders-and-alignments-case-1-2-ios.png b/__device-tests__/image-snapshots/gutenberg-editor-horizontal-layouts-ipad-test-js-gutenberg-editor-i-pad-visual-test-for-horizontal-layouts-should-show-the-right-columns-placeholders-and-alignments-case-1-2-ios.png index 12362b318a..d5b7e3cbe6 100644 Binary files a/__device-tests__/image-snapshots/gutenberg-editor-horizontal-layouts-ipad-test-js-gutenberg-editor-i-pad-visual-test-for-horizontal-layouts-should-show-the-right-columns-placeholders-and-alignments-case-1-2-ios.png and b/__device-tests__/image-snapshots/gutenberg-editor-horizontal-layouts-ipad-test-js-gutenberg-editor-i-pad-visual-test-for-horizontal-layouts-should-show-the-right-columns-placeholders-and-alignments-case-1-2-ios.png differ diff --git a/gutenberg b/gutenberg index 24a2cb774f..b21b88dfe4 160000 --- a/gutenberg +++ b/gutenberg @@ -1 +1 @@ -Subproject commit 24a2cb774f5f2dd3564b26f521320e52d80f72b9 +Subproject commit b21b88dfe4a95222b9f64e0a665cdba34fce778d diff --git a/ios-xcframework/Podfile.lock b/ios-xcframework/Podfile.lock index ea4345bcf5..9e609ada32 100644 --- a/ios-xcframework/Podfile.lock +++ b/ios-xcframework/Podfile.lock @@ -427,7 +427,7 @@ PODS: - React-RCTImage - RNSVG (13.9.0): - React-Core - - RNTAztecView (1.111.2): + - RNTAztecView (1.112.0): - React-Core - WordPress-Aztec-iOS (= 1.19.9) - SDWebImage (5.11.1): @@ -662,7 +662,7 @@ SPEC CHECKSUMS: RNReanimated: 21e1e71d7f1ac9f2fa11df37c06a8ec52ed06232 RNScreens: e3ffdd78ff5afe8ec82c2566ee2410857ed5ce75 RNSVG: 29dd0ac32d83774d4b0953ae92a5cd8205a782d7 - RNTAztecView: 129120dde150fce9554f28272321310aa18a0d82 + RNTAztecView: 74c676c87e4a9db79104fcdad9624c1e5c02fe15 SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d WordPress-Aztec-iOS: fbebd569c61baa252b3f5058c0a2a9a6ada686bb diff --git a/package-lock.json b/package-lock.json index 7a83911248..718f443ed3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "gutenberg-mobile", - "version": "1.111.2", + "version": "1.112.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "gutenberg-mobile", - "version": "1.111.2", + "version": "1.112.0", "hasInstallScript": true, "devDependencies": { "@babel/core": "^7.20.0", diff --git a/package.json b/package.json index 7f9cec5b5f..0e22b19f68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "gutenberg-mobile", - "version": "1.111.2", + "version": "1.112.0", "private": true, "config": { "jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",