Skip to content
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

Bump Aztec version to v1.5.1 #15618

Merged
merged 3 commits into from
Nov 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
ext.wordPressUtilsVersion = '2.2.0'
ext.wordPressLoginVersion = '0.0.8'
ext.detektVersion = '1.15.0'
ext.gutenbergMobileVersion = 'v1.66.0'
ext.gutenbergMobileVersion = 'v1.68.0-alpha1'
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might get a conflict after GB-mobile version 1.67.0 is merged into develop and we try merging the branch gutenberg/after_1.67.0. In that case, we might need to create a new tag v1.68.0-alpha2 to point to a later GB-mobile commit so it includes changes from 1.67.0 and the changes from wordpress-mobile/gutenberg-mobile#4290.

ext.storiesVersion = '1.2.0'

repositories {
Expand Down
2 changes: 1 addition & 1 deletion libs/editor/WordPressEditor/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.aztecVersion = 'v1.5.0'
ext.aztecVersion = 'v1.5.1'
}

repositories {
Expand Down