Skip to content

Commit

Permalink
Merge pull request #14 from shan-shaji/dev
Browse files Browse the repository at this point in the history
v1.0.3  Bug fix
  • Loading branch information
shan-shaji authored Aug 1, 2021
2 parents b838ddd + 2328bdc commit 522573e
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.3
- Bug Fix
## 1.0.2
- Doc Update
## 1.0.1
- Initial Release
## 1.0.1-dev.1
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.0-dev.1"
version: "1.0.2"
pedantic:
dependency: "direct dev"
description:
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: example
name: main
description: A simple command-line application.
version: 1.0.0
# homepage: https://www.example.com
Expand Down
4 changes: 2 additions & 2 deletions lib/src/helpers/helpers.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'package:chalk/src/utils/ansi_support_io.dart'
if (dart.library.io) 'package:chalk/src/utils/ansi_support.dart';
import 'package:chalk/src/utils/ansi_support.dart'
if (dart.library.io) 'package:chalk/src/utils/ansi_support_io.dart';

/// This `closure function` Formats the string if [isAnsiSupport] is `true`
///
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: chalk
description: Chalk helps to style your terminal strings
version: 1.0.1
version: 1.0.3
homepage: https://github.com/shan-shaji/chalkdart

environment:
Expand Down

0 comments on commit 522573e

Please sign in to comment.