Skip to content

Commit f5d523f

Browse files
author
Gerardo
committed
Merge branch 'trunk' into feature/prefix-support
# Conflicts: # gutenberg
2 parents 890a0e7 + 5ca5431 commit f5d523f

File tree

6 files changed

+13
-7
lines changed

6 files changed

+13
-7
lines changed

RELEASE-NOTES.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ Unreleased
22
---
33
* [internal] Fix Inserter items list filtering [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6911]
44
* [*] Prevent hiding the keyboard when creating new list items [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6922]
5+
* [*] Fix issue when pasting HTML content [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6933]
6+
7+
1.120.1
8+
---
59
* [*] RichText - Fix undefined onDelete callback [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6925]
610
* [**] Add support prefix transforms [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6932]
711

gutenberg

Submodule gutenberg updated 398 files

ios-xcframework/Gemfile.lock

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,8 @@ GEM
266266
trailblazer-option (>= 0.1.1, < 0.2.0)
267267
uber (< 0.2.0)
268268
retriable (3.1.2)
269-
rexml (3.2.6)
269+
rexml (3.2.9)
270+
strscan
270271
rouge (2.0.7)
271272
ruby-macho (2.5.1)
272273
ruby2_keywords (0.0.5)
@@ -283,6 +284,7 @@ GEM
283284
simctl (1.6.10)
284285
CFPropertyList
285286
naturally
287+
strscan (3.1.0)
286288
terminal-notifier (2.0.0)
287289
terminal-table (3.0.2)
288290
unicode-display_width (>= 1.1.1, < 3)

ios-xcframework/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@ PODS:
11041104
- React-RCTImage
11051105
- RNSVG (14.0.0):
11061106
- React-Core
1107-
- RNTAztecView (1.120.0):
1107+
- RNTAztecView (1.120.1):
11081108
- React-Core
11091109
- WordPress-Aztec-iOS (= 1.19.11)
11101110
- SDWebImage (5.11.1):
@@ -1399,7 +1399,7 @@ SPEC CHECKSUMS:
13991399
RNReanimated: f705119af7f77c961122a09adbfdf3dd38ce6a60
14001400
RNScreens: d07e03170921286b65f07e7b2a3aa8300f61f2ec
14011401
RNSVG: eb0b170443191e4a1af53b9bd17d1f2fbd1ba152
1402-
RNTAztecView: 3a1df2dd827082d22a4dd06b6031e2fefd2885c6
1402+
RNTAztecView: e7495baad7608c5e7e9e9a43ee537282dae7ccdc
14031403
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
14041404
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
14051405
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gutenberg-mobile",
3-
"version": "1.120.0",
3+
"version": "1.120.1",
44
"private": true,
55
"config": {
66
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",

0 commit comments

Comments
 (0)