Skip to content

Commit a716f0e

Browse files
authored
Mobile Release v1.118.0 (#61103)
* Release script: Update react-native-editor version to 1.118.0 * Release script: Update CHANGELOG for version 1.118.0 * Release script: Update podfile
1 parent 2012a36 commit a716f0e

File tree

6 files changed

+12
-10
lines changed

6 files changed

+12
-10
lines changed

package-lock.json

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/react-native-aztec/package.json

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

packages/react-native-bridge/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wordpress/react-native-bridge",
3-
"version": "1.117.0",
3+
"version": "1.118.0",
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

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ For each user feature we should also add a importance categorization label to i
1010
-->
1111

1212
## Unreleased
13+
14+
## 1.118.0
1315
- [*] Fix a crash when pasting file images and special comment markup [#60476]
1416
- [*] Update Aztec to v2.1.2 [#61007]
1517
- [*] KeyboardAwareFlatList - Enable FlatList virtualization for iOS [#59833]

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

+4-4
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.117.0):
16+
- Gutenberg (1.118.0):
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.117.0):
1112+
- RNTAztecView (1.118.0):
11131113
- React-Core
11141114
- WordPress-Aztec-iOS (= 1.19.11)
11151115
- SDWebImage (5.11.1):
@@ -1343,7 +1343,7 @@ SPEC CHECKSUMS:
13431343
FBReactNativeSpec: 73b3972e2bd20b3235ff2014f06a3d3af675ed29
13441344
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
13451345
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
1346-
Gutenberg: 3bc820c1a94b4740a86cdbad9f302d7c3a907ba8
1346+
Gutenberg: c0094e0fdfa895be7ad038dbb7b42dc0d21074cf
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: e161e7402f1e64e37d4fe1474a73845f0fc1efe9
1405+
RNTAztecView: caf0e76a80867970eaa182cf9bf2d5b3c89285c5
14061406
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
14071407
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
14081408
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17

packages/react-native-editor/package.json

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

0 commit comments

Comments
 (0)