Skip to content

Commit e79d7f1

Browse files
committed
chore: deploy 1.8.0 version
1 parent 9cd2314 commit e79d7f1

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.8.0
2+
3+
- Hide internal component methods
4+
- Implement `onExit` property on components
5+
16
## 1.7.0
27

38
- Implement `alternative screen` component

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ user input.
1010
To use Commander in your Dart project, add this to your `pubspec.yaml` file :
1111
```yaml
1212
dependencies:
13-
commander_ui: ^1.5.0
13+
commander_ui: ^1.8.0
1414
```
1515
1616
Then run `pub get` to install the dependencies.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: commander_ui
22
description: Commander is a Dart library for creating user interfaces within the terminal.
3-
version: 1.7.0
3+
version: 1.8.0
44
repository: https://github.com/LeadcodeDev/commander
55

66
topics:

0 commit comments

Comments
 (0)