-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor release 1.42.2 integration #15479
Conversation
You can trigger optional UI/connected tests for these changes by visiting CircleCI here. |
@guarani shouldn't this point to the |
True! Thanks for noticing! |
5cf40b4
to
682559a
Compare
Tested build 39279 and wordpress-mobile/gutenberg-mobile#2886 is resolved 👍 |
@@ -154,7 +154,7 @@ target 'WordPress' do | |||
## Gutenberg (React Native) | |||
## ===================== | |||
## | |||
gutenberg :tag => 'v1.42.0' | |||
gutenberg :tag => 'v1.42.2' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see this is changing by two versions – just want to ensure that's deliberate? 😃
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi good eye => we noticed this today. I think our checks missed that the previous hotfix PR was supposed to be updated to 1.42.1, but I accidentally updated the reference to 1.42.0 in final PR (I just added a comment on that PR with that info: #15436 (comment)). As that hotfix was actually an android specific fix, so the PR was just an update to keep versioning in sync on the iOS side with no functional changes.
So yes the update from 1.42.0 1.42.2 is intentional.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Verified crash fix and gb-mobile na dgutenberg hashes => ready to merge!
Fixes wordpress-mobile/gutenberg-mobile#2886
Gutenberg Mobile PR
-> wordpress-mobile/gutenberg-mobile#2893Gutenberg PR
-> WordPress/gutenberg#27683To test check the
Gutenberg
PR description.PR submission checklist:
RELEASE-NOTES.txt
if necessary.