Skip to content

Commit

Permalink
Update package
Browse files Browse the repository at this point in the history
  • Loading branch information
danielsaidi committed Dec 2, 2024
1 parent ded1e4b commit 6415ae6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "KeyboardKitPro",
url: "https://github.com/KeyboardKit/KeyboardKit/releases/download/9.0.0-rc.6/KeyboardKitPro.zip",
checksum: "619716fffb306867efb2e6bde8c6642c07d0d0cc2f8cdc8f5fda9005f6791fe2"
url: "https://github.com/KeyboardKit/KeyboardKit/releases/download/9.0.0/KeyboardKitPro.zip",
checksum: "9dfd95e1c498215f26e0496ef0e67d00d2f779e82635815092d23e7c08b0e4a6"
)
]
)
2 changes: 2 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ The `KeyboardAction.StandardActionHandler` now implements `KeyboardBehavior`.

The `KeyboardApp` now lets you register a custom next word prediction request.

The `KeyboardApp.SettingsScreen` now lets you customize each section with custom content.

### 💡 Autocomplete

The `AutocompleteService` now returns a `Autocomplete.ServiceResult` instead of just a list of suggestions.
Expand Down

0 comments on commit 6415ae6

Please sign in to comment.