Skip to content

Commit

Permalink
0.7.4 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
TNorbury committed Oct 30, 2023
1 parent 4666e6c commit c3ccd8a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## 0.7.4 - 2023-10-30
### Added
- Add FocusNode parameter which is passed to underlying Focus widget
- Added input as a type for an action. This type of action will give the user a text field and accept the processed text, passing it to a callback
Expand Down Expand Up @@ -96,4 +96,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## 0.1.0 - 2021-11-03
### Added
- initial release
- initial release
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.7.3"
version: "0.7.4"
fake_async:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: command_palette
description: Flutter implementation of a Command Palette. Can be brought up via a keyboard shortcut.
version: 0.7.3
version: 0.7.4
homepage: https://github.com/TNorbury/command_palette
issue_tracker: https://github.com/TNorbury/command_palette/issues
repository: https://github.com/TNorbury/command_palette
Expand Down

0 comments on commit c3ccd8a

Please sign in to comment.