Skip to content

Commit

Permalink
build: Upgrade GutenbergKit (#23919)
Browse files Browse the repository at this point in the history
* build: Upgrade GutenbergKit

* Update release notes

---------

Co-authored-by: kean <[email protected]>
  • Loading branch information
dcalhoun and kean authored Dec 23, 2024
1 parent cc26fec commit 3900198
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Modules/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 + [
Expand Down
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
6 changes: 3 additions & 3 deletions WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "64c885fb0532e44752e1552d7edd4abe6905b0f834a6eb0f22fe020cbbc48d8d",
"originHash" : "e67326cf4e0b967f85976c160b6e3742a401276eabf3e18b25fce8bb219e1350",
"pins" : [
{
"identity" : "alamofire",
Expand Down Expand Up @@ -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"
}
},
{
Expand Down

0 comments on commit 3900198

Please sign in to comment.