Skip to content

Commit

Permalink
Merge pull request #6442 from wordpress-mobile/release/1.109.2
Browse files Browse the repository at this point in the history
Release 1.109.2
  • Loading branch information
fluiddot authored Dec 5, 2023
2 parents b60f474 + e66003b commit 980191b
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 8 deletions.
11 changes: 9 additions & 2 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
Unreleased
---
* [***] Fix issue when backspacing in an empty Paragraph block [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6402]

1.109.2
---
* [**] Fix issue related to text color format and receiving in rare cases an undefined ref from `RichText` component [https://github.com/WordPress/gutenberg/pull/56686]
* [**] Fixes a crash on pasting MS Word list markup [https://github.com/WordPress/gutenberg/pull/56653]
* [**] Address rare cases where a null value is passed to a heading block, causing a crash [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6435]
* [**] Fixes a crash related to HTML to blocks conversion when no transformations are available [https://github.com/WordPress/gutenberg/pull/56723]
* [**] Fixes a crash related to undefined attributes in `getFormatColors` function of `RichText` component [https://github.com/WordPress/gutenberg/pull/56684]
* [**] Fixes an issue with custom color variables not being parsed when using global styles [https://github.com/WordPress/gutenberg/pull/56752]

1.109.1
---
* [***] Fix issue when backspacing in an empty Paragraph block [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6402]
* [**] Address rare cases where a null value is passed to a heading block, causing a crash [https://github.com/wordpress-mobile/gutenberg-mobile/pull/6435]

1.109.0
---
Expand Down
2 changes: 1 addition & 1 deletion gutenberg
Submodule gutenberg updated 101 files
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.1):
- RNTAztecView (1.109.2):
- 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: 8d9b3bd517873101ab1ea89948b45c601bcedea0
RNTAztecView: dc2635b4d33818f4c113717ff67071c1e367ed8c
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.1",
"version": "1.109.2",
"private": true,
"config": {
"jsfiles": "./*.js src/*.js src/**/*.js src/**/**/*.js",
Expand Down

0 comments on commit 980191b

Please sign in to comment.