From 3900198adf5407a49cabfa84e204064fe5c512a4 Mon Sep 17 00:00:00 2001 From: David Calhoun Date: Mon, 23 Dec 2024 09:59:05 -0500 Subject: [PATCH] build: Upgrade GutenbergKit (#23919) * build: Upgrade GutenbergKit * Update release notes --------- Co-authored-by: kean --- Modules/Package.swift | 2 +- RELEASE-NOTES.txt | 1 + WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved | 6 +++--- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Modules/Package.swift b/Modules/Package.swift index fa2a9dbdd3de..784600c6d15e 100644 --- a/Modules/Package.swift +++ b/Modules/Package.swift @@ -48,7 +48,7 @@ let package = Package( .package(url: "https://github.com/zendesk/support_sdk_ios", from: "8.0.3"), // We can't use wordpress-rs branches nor commits here. Only tags work. .package(url: "https://github.com/Automattic/wordpress-rs", revision: "alpha-20241116"), - .package(url: "https://github.com/wordpress-mobile/GutenbergKit", revision: "v0.0.2"), + .package(url: "https://github.com/wordpress-mobile/GutenbergKit", revision: "v0.0.3"), .package(url: "https://github.com/Automattic/color-studio", branch: "trunk"), ], targets: XcodeSupport.targets + [ diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 2a225326cbcd..8e89ce34b262 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -6,6 +6,7 @@ * [**] Add Image Playground support (part of Apple Intelligence suite) for adding images to your posts, generated featured image, site icons, and more [#23688] * [**] Enhance the Gravatar Quick Editor by adding features that allow users to delete and share their avatars. [#23868] * [**] Add the capability to create an avatar using Apple Image Playground through the Gravatar Quick Editor. [#23868] +* [*] Various bug fixes and improvements in the new experimental editor [#23919] * [*] [internal] Update Gravatar SDK to 3.0.0 [#23701] * [*] (Hidden under a feature flag) User Management for self-hosted sites. [#23768] * [*] Fix sorting in Stats Subscriber Emails (latest first) [#23913] diff --git a/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved b/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved index dd795255d989..4888e01b33f6 100644 --- a/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved +++ b/WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved @@ -1,5 +1,5 @@ { - "originHash" : "64c885fb0532e44752e1552d7edd4abe6905b0f834a6eb0f22fe020cbbc48d8d", + "originHash" : "e67326cf4e0b967f85976c160b6e3742a401276eabf3e18b25fce8bb219e1350", "pins" : [ { "identity" : "alamofire", @@ -150,8 +150,8 @@ "kind" : "remoteSourceControl", "location" : "https://github.com/wordpress-mobile/GutenbergKit", "state" : { - "branch" : "v0.0.2", - "revision" : "44b187993e6473cf0e4ef49516ca9de7fb5a4414" + "branch" : "v0.0.3", + "revision" : "84edec43cc8639d5d8a66a07758902e33f0d2d94" } }, {