Skip to content

Commit

Permalink
Merge pull request #6938 from wordpress-mobile/release/1.120.1
Browse files Browse the repository at this point in the history
Release 1.120.1
  • Loading branch information
Gerardo Pacheco authored Jun 19, 2024
2 parents 2533bbe + c791709 commit 893d37a
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
5 changes: 4 additions & 1 deletion RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@ Unreleased
---
* [internal] Fix Inserter items list filtering [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6911]
* [*] Prevent hiding the keyboard when creating new list items [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6922]
* [*] RichText - Fix undefined onDelete callback [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6925]
* [*] Fix issue when pasting HTML content [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6933]

1.120.1
---
* [*] RichText - Fix undefined onDelete callback [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6925]

1.120.0
---
* [*] Prevent deleting content when backspacing in the first Paragraph block [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6894]
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 185 files
4 changes: 2 additions & 2 deletions ios-xcframework/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ PODS:
- React-RCTImage
- RNSVG (14.0.0):
- React-Core
- RNTAztecView (1.120.0):
- RNTAztecView (1.120.1):
- React-Core
- WordPress-Aztec-iOS (= 1.19.11)
- SDWebImage (5.11.1):
Expand Down Expand Up @@ -1399,7 +1399,7 @@ SPEC CHECKSUMS:
RNReanimated: f705119af7f77c961122a09adbfdf3dd38ce6a60
RNScreens: d07e03170921286b65f07e7b2a3aa8300f61f2ec
RNSVG: eb0b170443191e4a1af53b9bd17d1f2fbd1ba152
RNTAztecView: 3a1df2dd827082d22a4dd06b6031e2fefd2885c6
RNTAztecView: e7495baad7608c5e7e9e9a43ee537282dae7ccdc
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gutenberg-mobile",
"version": "1.120.0",
"version": "1.120.1",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",
Expand Down

0 comments on commit 893d37a

Please sign in to comment.