Skip to content

Commit

Permalink
feat: Swipe to dismiss GutenbergKit keyboard (#24010)
Browse files Browse the repository at this point in the history
* build: Update GutenbergKit ref

* docs: Add release note

* build: Update GutenbergKit ref
  • Loading branch information
dcalhoun authored Jan 24, 2025
1 parent 6459cc2 commit b9a0dea
Show file tree
Hide file tree
Showing 3 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: "cc52214a50893b41898607ac0bff7f2787b085bb"),
.package(url: "https://github.com/wordpress-mobile/GutenbergKit", revision: "f8c5c417c789c8d052093838e622828ae4ec076f"),
.package(url: "https://github.com/Automattic/color-studio", branch: "trunk"),
],
targets: XcodeSupport.targets + [
Expand Down
2 changes: 1 addition & 1 deletion RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
25.8
-----

* [*] Enable dismissing the virtual keyboard in the experimental editor [#23988]

25.7
-----
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" : "384e396170e1bac4b5b82a62fac1cbc68b97107163c6fd0f73b311483427ab36",
"originHash" : "114eb974f44334d6023e80c52968915782f38292095257acdcd8026cfbe347a3",
"pins" : [
{
"identity" : "alamofire",
Expand Down Expand Up @@ -141,7 +141,7 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/wordpress-mobile/GutenbergKit",
"state" : {
"revision" : "cc52214a50893b41898607ac0bff7f2787b085bb"
"revision" : "f8c5c417c789c8d052093838e622828ae4ec076f"
}
},
{
Expand Down

0 comments on commit b9a0dea

Please sign in to comment.