Skip to content

Commit

Permalink
Merge pull request #6022 from wordpress-mobile/release/1.100.2
Browse files Browse the repository at this point in the history
Release 1.100.2
  • Loading branch information
Gerardo Pacheco authored Aug 3, 2023
2 parents f63e1a4 + ea2634b commit 655a82e
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 5 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Unreleased
* [*] Upgrade Gradle to 8.2.1 & AGP to 8.1.0 [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5989]
* [**] Fix iOS Focus loop for RichText components [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6009]

1.100.2
---
* [**] Fix iOS Focus loop for RichText components [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6009]

1.100.1
---
* [**] Fix crash when registering non-core blocks [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5982]
Expand Down
Binary file modified bundle/ios/App.js
Binary file not shown.
2 changes: 1 addition & 1 deletion bundle/ios/App.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 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.100.1",
"version": "1.100.2",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",
Expand Down
1 change: 0 additions & 1 deletion src/test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,5 @@ describe( 'Gutenberg Mobile initialization', () => {
const blockList = screen.getAllByTestId( 'block-list-wrapper' )[ 0 ];

expect( blockList ).toBeVisible();
expect( console ).toHaveLoggedWith( 'Hermes is: true' );
} );
} );

0 comments on commit 655a82e

Please sign in to comment.