Skip to content

Commit

Permalink
feat: GutenbergKit code editor (#23979)
Browse files Browse the repository at this point in the history
* build: Update GutenbergKit ref

* docs: Add release note

* build: Update GutenbergKit ref

* build: Update GutenbergKit ref
  • Loading branch information
dcalhoun authored Jan 16, 2025
1 parent 95e3c22 commit 07a4473
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 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: "5a43a1b8ab5034e5be4b4eb93c30885cc41227b2"),
.package(url: "https://github.com/wordpress-mobile/GutenbergKit", revision: "cc52214a50893b41898607ac0bff7f2787b085bb"),
.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 @@ -47,6 +47,7 @@
* [*] Avoid unexpectedly marking post content as unsaved. [#23969]
* [*] Fix an issue with Mastodon connection not working [#23981]
* [**] Send feedback from within the experimental editor "more" options menu. [#23980]
* [**] Support accessing the code editor within the experimental editor. [#23979]

25.6
-----
Expand Down
4 changes: 2 additions & 2 deletions WordPress.xcworkspace/xcshareddata/swiftpm/Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "cc23994fa7cdcf18782712f28e823bb56a70994e186e61bb5ba912f1386d66a7",
"originHash" : "d8a7faa1972ab73744be3161f236c4bae7faf7c44f840b7bd0a52b3ee1ee6d6c",
"pins" : [
{
"identity" : "alamofire",
Expand Down Expand Up @@ -141,7 +141,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wordpress-mobile/GutenbergKit",
"state" : {
"revision" : "5a43a1b8ab5034e5be4b4eb93c30885cc41227b2"
"revision" : "cc52214a50893b41898607ac0bff7f2787b085bb"
}
},
{
Expand Down

0 comments on commit 07a4473

Please sign in to comment.