Skip to content

Commit 0211cf0

Browse files
committed
build: Release version 2.3.2
1 parent 7579d2d commit 0211cf0

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# Reactter by [2devs.io](https://2devs.io)
22

3+
## [2.3.2] - `Official Release` - `2022-06-11`
4+
5+
### Changed
6+
7+
- **fix**: format reactter.dart and remove an unnecesary dart file
8+
39
## [2.3.1] - `Official Release` - `2022-06-11`
410

511
### Changed
612

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

10-
1116
## [2.3.0] - `Official Release` - `2022-06-11`
1217

1318
### Changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ or add a line like this to your package's `pubspec.yaml`:
5353

5454
```yaml
5555
dependencies:
56-
reactter: ^2.3.1
56+
reactter: ^2.3.2
5757
```
5858
5959
Now in your Dart code, you can use:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: reactter
22
description: Reactter is a light, powerful and reactive state management.
3-
version: 2.3.1
3+
version: 2.3.2
44
homepage: https://2devs.io
55
license: MIT License
66
repository: https://github.com/2devs-team/reactter

0 commit comments

Comments
 (0)