Skip to content

Commit

Permalink
Merge pull request #6421 from wordpress-mobile/release/1.109.1
Browse files Browse the repository at this point in the history
Release 1.109.1
  • Loading branch information
Gerardo Pacheco authored Nov 30, 2023
2 parents 744ed7a + 1ae98ad commit 91853df
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ Unreleased
---
* [***] Fix issue when backspacing in an empty Paragraph block [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6402]

1.109.1
---
* [***] Fix issue when backspacing in an empty Paragraph block [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6402]

1.109.0
---
* [*] Contact Info block: Improve legibility of typed text on various background colors [https://github.com/Automattic/jetpack/pull/33873]
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 31 files
+2 −0 .github/workflows/end2end-test.yml
+1 −0 bin/plugin/commands/performance.js
+3 −3 package-lock.json
+4 −16 packages/block-editor/src/hooks/layout.js
+2 −0 packages/block-library/src/query/edit/inspector-controls/taxonomy-controls.js
+10 −0 packages/block-library/src/social-link/icons/gravatar.js
+1 −0 packages/block-library/src/social-link/icons/index.js
+4 −0 packages/block-library/src/social-link/index.php
+5 −0 packages/block-library/src/social-link/socials-with-bg.scss
+4 −0 packages/block-library/src/social-link/socials-without-bg.scss
+7 −0 packages/block-library/src/social-link/variations.js
+0 −56 packages/e2e-tests/specs/editor/plugins/innerblocks-locking-all-embed.js
+0 −239 packages/e2e-tests/specs/site-editor/multi-entity-saving.test.js
+2 −2 packages/edit-site/src/components/dataviews/style.scss
+9 −4 packages/edit-site/src/components/dataviews/view-actions.js
+6 −2 packages/edit-site/src/components/sidebar-dataviews/dataview-item.js
+22 −5 packages/editor/src/components/provider/index.js
+1 −1 packages/react-native-aztec/package.json
+1 −1 packages/react-native-bridge/package.json
+2 −0 packages/react-native-editor/CHANGELOG.md
+4 −4 packages/react-native-editor/ios/Podfile.lock
+1 −1 packages/react-native-editor/package.json
+19 −12 packages/scripts/scripts/test-playwright.js
+2 −0 packages/scripts/utils/index.js
+6 −0 packages/scripts/utils/process.js
+59 −0 test/e2e/specs/editor/plugins/inner-blocks-locking-all-embed.spec.js
+210 −0 test/e2e/specs/editor/various/multi-entity-saving.spec.js
+1 −0 test/integration/fixtures/blocks/core__social-link-gravatar.html
+11 −0 test/integration/fixtures/blocks/core__social-link-gravatar.json
+11 −0 test/integration/fixtures/blocks/core__social-link-gravatar.parsed.json
+1 −0 test/integration/fixtures/blocks/core__social-link-gravatar.serialized.html
4 changes: 2 additions & 2 deletions ios-xcframework/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ PODS:
- React-RCTImage
- RNSVG (13.9.0):
- React-Core
- RNTAztecView (1.109.0):
- RNTAztecView (1.109.1):
- React-Core
- WordPress-Aztec-iOS (= 1.19.9)
- SDWebImage (5.11.1):
Expand Down Expand Up @@ -659,7 +659,7 @@ SPEC CHECKSUMS:
RNReanimated: 21e1e71d7f1ac9f2fa11df37c06a8ec52ed06232
RNScreens: e3ffdd78ff5afe8ec82c2566ee2410857ed5ce75
RNSVG: 29dd0ac32d83774d4b0953ae92a5cd8205a782d7
RNTAztecView: 8415d8e322e98d087b3f8fbba0669e84d6b235cb
RNTAztecView: 8d9b3bd517873101ab1ea89948b45c601bcedea0
SDWebImage: a7f831e1a65eb5e285e3fb046a23fcfbf08e696d
SDWebImageWebPCoder: 908b83b6adda48effe7667cd2b7f78c897e5111d
WordPress-Aztec-iOS: fbebd569c61baa252b3f5058c0a2a9a6ada686bb
Expand Down
4 changes: 2 additions & 2 deletions 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.109.0",
"version": "1.109.1",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",
Expand Down

0 comments on commit 91853df

Please sign in to comment.