Skip to content

Commit 8fb95a4

Browse files
authored
fix: Unsuccessful GutenbergKit requests with app passwords for private Atomic sites (#24747)
* build: Update GutenbergKit ref * build: Update GutenbergKit version
1 parent b596894 commit 8fb95a4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Modules/Package.resolved

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Modules/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ let package = Package(
5555
.package(url: "https://github.com/zendesk/support_sdk_ios", from: "8.0.3"),
5656
// We can't use wordpress-rs branches nor commits here. Only tags work.
5757
.package(url: "https://github.com/Automattic/wordpress-rs", revision: "alpha-20250813"),
58-
.package(url: "https://github.com/wordpress-mobile/GutenbergKit", from: "0.8.0-alpha.0"),
58+
.package(url: "https://github.com/wordpress-mobile/GutenbergKit", from: "0.8.0-alpha.1"),
5959
.package(
6060
url: "https://github.com/Automattic/color-studio",
6161
revision: "bf141adc75e2769eb469a3e095bdc93dc30be8de"

0 commit comments

Comments
 (0)