Skip to content

Commit

Permalink
Merge pull request #6870 from wordpress-mobile/update/android-target-…
Browse files Browse the repository at this point in the history
…sdk-34

Upgrade target sdk version to Android API 34
  • Loading branch information
geriux committed May 20, 2024
2 parents 9beccb8 + 76281ef commit 21798f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Unreleased
---
* [*] Cancel failed or in progress uploads if the media block is removed [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6841]
* [internal] Upgrade target sdk version to Android API 34 [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6870]
* [internal] Remove circular dependencies within the components package [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6874]

1.118.0
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 42 files
+37 −0 docs/how-to-guides/curating-the-editor-experience/filters-and-hooks.md
+65 −56 docs/reference-guides/filters/block-filters.md
+1 −1 docs/reference-guides/slotfills/plugin-document-setting-panel.md
+1 −1 lib/block-supports/layout.php
+14 −14 package-lock.json
+2 −2 packages/block-editor/src/components/colors/utils.js
+2 −1 packages/block-editor/src/components/colors/with-colors.js
+2 −1 packages/block-editor/src/components/font-sizes/utils.js
+1 −6 packages/block-editor/src/components/global-styles/use-global-styles-output.js
+70 −0 packages/block-editor/src/hooks/block-bindings.js
+3 −0 packages/block-editor/src/hooks/block-bindings.scss
+1 −1 packages/block-editor/src/hooks/font-family.js
+2 −0 packages/block-editor/src/hooks/index.js
+1 −2 packages/block-editor/src/hooks/layout.js
+2 −1 packages/block-editor/src/hooks/use-typography-props.js
+9 −2 packages/block-editor/src/hooks/use-zoom-out.js
+1 −0 packages/block-editor/src/style.scss
+1 −1 packages/block-library/src/embed/util.js
+1 −0 packages/block-library/src/latest-posts/style.scss
+1 −14 packages/core-commands/src/site-editor-navigation-commands.js
+2 −1 packages/e2e-test-utils-playwright/src/admin/create-new-post.ts
+2 −1 packages/edit-site/src/components/global-styles/font-library-modal/collection-font-variant.js
+2 −1 packages/edit-site/src/components/global-styles/font-library-modal/library-font-variant.js
+1 −1 packages/edit-site/src/components/global-styles/font-library-modal/utils/index.js
+51 −6 packages/editor/README.md
+1 −0 packages/editor/src/components/post-author/combobox.js
+1 −1 packages/editor/src/components/post-author/hook.js
+64 −2 packages/editor/src/components/post-author/panel.js
+1 −0 packages/editor/src/components/post-author/select.js
+6 −0 packages/editor/src/components/post-author/style.scss
+8 −0 packages/editor/src/components/post-format/check.js
+10 −0 packages/editor/src/components/post-format/index.js
+9 −0 packages/editor/src/components/post-visibility/check.js
+7 −0 packages/editor/src/components/post-visibility/index.js
+10 −0 packages/editor/src/components/post-visibility/label.js
+1 −1 packages/editor/src/components/sidebar/post-summary.js
+1 −1 packages/react-native-aztec/android/build.gradle
+2 −2 packages/react-native-bridge/android/react-native-bridge/build.gradle
+1 −0 packages/react-native-editor/CHANGELOG.md
+1 −1 packages/react-native-editor/android/app/build.gradle
+2 −2 packages/react-native-editor/package.json
+1 −1 phpunit/block-supports/layout-test.php

0 comments on commit 21798f0

Please sign in to comment.