Skip to content

Commit

Permalink
Merge pull request #4794 from wordpress-mobile/release/1.74.1
Browse files Browse the repository at this point in the history
Release 1.74.1
  • Loading branch information
Gerardo Pacheco authored Apr 26, 2022
2 parents 26e1e6a + bb2b423 commit a3e6b65
Show file tree
Hide file tree
Showing 6 changed files with 66 additions and 62 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Unreleased
---

## 1.74.1
---
* [**] RichText - Set a default value for selection values [https://github.com/WordPress/gutenberg/pull/40581]

## 1.74.0
---
* [**] [Quote block] Adds support for V2 behind a feature flag [https://github.com/wordpress-mobile/gutenberg-mobile/pull/4744]
Expand Down
116 changes: 58 additions & 58 deletions bundle/ios/App.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bundle/ios/App.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 40 files
+56 −64 .github/report-flaky-tests/index.js
+7 −3 bin/packages/watch.js
+2 −2 docs/how-to-guides/data-basics/2-building-a-list-of-pages.md
+7 −1 docs/reference-guides/theme-json-reference/theme-json-living.md
+2 −1 lib/block-supports/elements.php
+5 −5 lib/compat/wordpress-6.0/block-template-utils.php
+1 −0 lib/load.php
+0 −1 packages/block-editor/src/components/block-content-overlay/style.scss
+20 −0 packages/block-editor/src/components/inserter/index.js
+3 −11 packages/block-editor/src/components/inserter/quick-inserter.js
+7 −0 packages/block-editor/src/components/writing-flow/use-selection-observer.js
+1 −4 packages/block-library/src/comment-author-name/index.php
+1 −4 packages/block-library/src/comment-edit-link/index.php
+1 −4 packages/block-library/src/comment-reply-link/index.php
+1 −1 packages/block-library/src/cover/style.scss
+13 −0 packages/block-library/src/cover/transforms.js
+50 −58 packages/block-library/src/post-comments-form/edit.js
+43 −0 packages/block-library/src/post-comments-form/form.js
+12 −42 packages/block-library/src/post-comments/edit.js
+1 −1 packages/block-library/src/query-no-results/edit.js
+3 −4 packages/block-library/src/video/edit.js
+71 −7 packages/components/CONTRIBUTING.md
+31 −1 packages/e2e-tests/specs/editor/various/writing-flow.test.js
+7 −7 packages/edit-site/src/components/global-styles/context-menu.js
+3 −3 packages/edit-site/src/components/global-styles/header.js
+3 −3 packages/edit-site/src/components/global-styles/navigation-button.js
+3 −3 packages/edit-site/src/components/global-styles/palette.js
+3 −3 packages/edit-site/src/components/global-styles/screen-block-list.js
+7 −7 packages/edit-site/src/components/global-styles/screen-colors.js
+34 −24 packages/edit-site/src/components/global-styles/screen-root.js
+3 −3 packages/edit-site/src/components/global-styles/screen-typography.js
+3 −1 packages/editor/src/components/post-taxonomies/index.js
+1 −1 packages/react-native-aztec/package.json
+1 −1 packages/react-native-bridge/package.json
+3 −0 packages/react-native-editor/CHANGELOG.md
+4 −4 packages/react-native-editor/ios/Podfile.lock
+1 −1 packages/react-native-editor/package.json
+8 −5 packages/rich-text/src/component/index.native.js
+60 −5 phpunit/class-block-library-comment-template-test.php
+25 −0 test/e2e/specs/editor/various/copy-cut-paste.spec.js
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.74.0",
"version": "1.74.1",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",
Expand Down

0 comments on commit a3e6b65

Please sign in to comment.