Skip to content

Commit

Permalink
Merge pull request #12 from Luckey-Elijah/staging/1.2.1
Browse files Browse the repository at this point in the history
Staging for v1.2.1
  • Loading branch information
Luckey-Elijah committed Feb 5, 2022
2 parents 906a684 + f468fde commit 1878d8e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.2.1

- Adds better error messages
- improvement on shade generation performance

## 1.2.0

- Adds `output` feature for config
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Generate shades and tints from primary colors hex values for easy setup.

## Example

Append the `shader` spec to your `pubspec.yaml`. If no `pubspec.yaml` create your own config file
Append the `gator` spec to your `pubspec.yaml`. If no `pubspec.yaml` create your own config file
(such as `colors.yaml` or `gator.yaml`) and specify it in the command.

```sh
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: gator
description: Generate shades and tints from primary colors hex values for easy setup.
version: 1.2.0
version: 1.2.1
repository: https://github.com/Luckey-Elijah/gator

environment:
Expand Down

0 comments on commit 1878d8e

Please sign in to comment.