Skip to content

Commit

Permalink
build: Release version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CarLeonDev committed Jun 11, 2022
1 parent a99ce1b commit 45a54dd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Reactter by [2devs.io](https://2devs.io)

## [2.3.1] - `Official Release` - `2022-06-11`

### Changed

- **fix(example)**: Fix typo on counter example button.
- **fix(example)**: Add implement tags on animation example.


## [2.3.0] - `Official Release` - `2022-06-11`

### Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ or add a line like this to your package's `pubspec.yaml`:

```yaml
dependencies:
reactter: ^2.1.0
reactter: ^2.3.1
```
Now in your Dart code, you can use:
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: reactter
description: Reactter is a light, powerful and reactive state management.
version: 2.3.0
version: 2.3.1
homepage: https://2devs.io
license: MIT License
repository: https://github.com/2devs-team/reactter
Expand Down

0 comments on commit 45a54dd

Please sign in to comment.