Skip to content

Commit

Permalink
build: Upgrade GutenbergKit
Browse files Browse the repository at this point in the history
  • Loading branch information
dcalhoun committed Dec 20, 2024
1 parent cc26fec commit bc18904
Show file tree
Hide file tree
Showing 2 changed files with 4 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
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 bc18904

Please sign in to comment.