-
Notifications
You must be signed in to change notification settings - Fork 57
Contact info api jetpack / update Gutenberg submodule #3015
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
Merged
mzorz
merged 60 commits into
contact-info-api-jetpack
from
contact-info-api-jetpack-mario
Jan 27, 2021
Merged
Contact info api jetpack / update Gutenberg submodule #3015
mzorz
merged 60 commits into
contact-info-api-jetpack
from
contact-info-api-jetpack-mario
Jan 27, 2021
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The link to the user-facing release notes documentation was broken due to the file being relocated from `docs/` to the root directory.
Bumps [jetpack](https://github.com/Automattic/jetpack) from `1bc2f22` to `122c45b`. - [Release notes](https://github.com/Automattic/jetpack/releases) - [Commits](Automattic/jetpack@1bc2f22...122c45b) Signed-off-by: dependabot[bot] <[email protected]>
Fix File Block E2E Test Flakiness
…jetpack-122c45b Bump jetpack from `1bc2f22` to `122c45b`
Release 1.44.1
…k-669e9ad Bump Jetpack submodule and fix break changes
Bumps [gutenberg](https://github.com/WordPress/gutenberg) from `6f8a34c` to `9f7d9e7`. - [Release notes](https://github.com/WordPress/gutenberg/releases) - [Commits](WordPress/gutenberg@6f8a34c...9f7d9e7) Signed-off-by: dependabot[bot] <[email protected]>
…blocks Reusable blocks - Present block content (preview mode)
Release 1.45.0
Bumps [jetpack](https://github.com/Automattic/jetpack) from `6f07c39` to `60f41b6`. - [Release notes](https://github.com/Automattic/jetpack/releases) - [Commits](Automattic/jetpack@6f07c39...60f41b6) Signed-off-by: dependabot[bot] <[email protected]>
Add Array.prototype.flatMap polyfill
…o_develop Merge release 1.45.0 to develop
…jetpack-60f41b6 Bump jetpack from `6f07c39` to `60f41b6`
Add support for `"multiple": false` block types
|
Wanna run full suite of Android and iOS UI tests? Click here and 'Approve' CI job! |
Contributor
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Builds on top of #3001
That PR is approved, we just needed to update it with
developand add the latest gutenberg submodule commit hash to the changeset as well, which I've done here.The commit history in this PR looks populated becasue the base branch hasn't been updated with
develop, but once it's done, it'll clearly look that only thegutenbergcommit hash is what this very PR updates only.The steps would be then:
git merge develop)Related WPAndroid PR: wordpress-mobile/WordPress-Android#13804
Related Gutenberg PR: WordPress/gutenberg#28293
PR submission checklist: