Skip to content

Commit 7eec380

Browse files
fluiddotSiobhyB
andauthored
Mobile Release v1.114.1 (#59711)
* Release script: Update react-native-editor version to 1.114.0 * Release script: Update CHANGELOG for version 1.114.0 * Release script: Update podfile * fix: Restore Xcode 15 patch See: #59461 * Release script: Update react-native-editor version to 1.114.1 * Release script: Update CHANGELOG for version 1.114.1 * Release script: Update podfile * [RNMobile] Fix issue in synced patterns related to missing `getRichTextValues` private API (#59632) * Export `getRichTextValues` private API This module is used in the footnotes logic, which is triggered on changes in the content of a synced pattern. * Add integration test to cover issue's case --------- Co-authored-by: Siobhan <[email protected]>
1 parent ef63dcc commit 7eec380

File tree

6 files changed

+15
-12
lines changed

6 files changed

+15
-12
lines changed

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-native-aztec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wordpress/react-native-aztec",
3-
"version": "1.114.0",
3+
"version": "1.114.1",
44
"description": "Aztec view for react-native.",
55
"private": true,
66
"author": "The WordPress Contributors",

packages/react-native-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wordpress/react-native-bridge",
3-
"version": "1.114.0",
3+
"version": "1.114.1",
44
"description": "Native bridge library used to integrate the block editor into a native App.",
55
"private": true,
66
"author": "The WordPress Contributors",

packages/react-native-editor/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ For each user feature we should also add a importance categorization label to i
1515
- [**] [internal] Upgrade React Native to version 0.73.3 [#58475]
1616
- [**] Add error boundary components and exception logging [#59221]
1717

18+
## 1.114.1
19+
- [**] Fix a crash produced when the content of a synced pattern is updated [#59632]
20+
1821
## 1.114.0
1922
- [*] Prevent crash when autoscrolling to blocks [#59110]
2023
- [*] Remove opacity change when images are being uploaded [#59264]

packages/react-native-editor/ios/Podfile.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ PODS:
1313
- ReactCommon/turbomodule/core (= 0.73.3)
1414
- fmt (6.2.1)
1515
- glog (0.3.5)
16-
- Gutenberg (1.114.0):
16+
- Gutenberg (1.114.1):
1717
- React-Core (= 0.73.3)
1818
- React-CoreModules (= 0.73.3)
1919
- React-RCTImage (= 0.73.3)
@@ -1109,7 +1109,7 @@ PODS:
11091109
- React-Core
11101110
- RNSVG (14.0.0):
11111111
- React-Core
1112-
- RNTAztecView (1.114.0):
1112+
- RNTAztecView (1.114.1):
11131113
- React-Core
11141114
- WordPress-Aztec-iOS (= 1.19.9)
11151115
- SDWebImage (5.11.1):
@@ -1338,12 +1338,12 @@ EXTERNAL SOURCES:
13381338
SPEC CHECKSUMS:
13391339
boost: d3f49c53809116a5d38da093a8aa78bf551aed09
13401340
BVLinearGradient: fbe308a1d19a8133f69e033abc85d8008644f5e3
1341-
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
1341+
DoubleConversion: fea03f2699887d960129cc54bba7e52542b6f953
13421342
FBLazyVector: 70590b4f9e8ae9b0ce076efacea3abd7bc585ace
13431343
FBReactNativeSpec: 73b3972e2bd20b3235ff2014f06a3d3af675ed29
13441344
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
1345-
glog: 04b94705f318337d7ead9e6d17c019bd9b1f6b1b
1346-
Gutenberg: 76d20cd7f0489c9e73d94616eb59593560a04941
1345+
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
1346+
Gutenberg: 95e9c8037a86b5640c1227bb1fa99fabbea7d5a4
13471347
hermes-engine: 5420539d016f368cd27e008f65f777abd6098c56
13481348
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
13491349
libwebp: 60305b2e989864154bd9be3d772730f08fc6a59c
@@ -1402,7 +1402,7 @@ SPEC CHECKSUMS:
14021402
RNReanimated: 6936b41d8afb97175e7c0ab40425b53103f71046
14031403
RNScreens: 2b73f5eb2ac5d94fbd61fa4be0bfebd345716825
14041404
RNSVG: 255767813dac22db1ec2062c8b7e7b856d4e5ae6
1405-
RNTAztecView: 68c970e04c9f7ae81ba64810667a07a66e6ba0b7
1405+
RNTAztecView: 8e6e879ee72db06b4e651f8526fb0980f949a8ac
14061406
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
14071407
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
14081408
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17

packages/react-native-editor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wordpress/react-native-editor",
3-
"version": "1.114.0",
3+
"version": "1.114.1",
44
"description": "Mobile WordPress gutenberg editor.",
55
"author": "The WordPress Contributors",
66
"license": "GPL-2.0-or-later",

0 commit comments

Comments
 (0)