Skip to content

Commit

Permalink
3.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chuprin.v committed May 22, 2024
1 parent 66cae68 commit 4a47027
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 6 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## 1.0.0
## 1.0.1

- Initial version.
- Support Flutter 3.22.0
- [Declare vm_service as a dev dependency](https://github.com/vlastachu/autoclose/pull/4)

## 1.0.1

- Update ReadMe and bump dart sdk version

## 1.0.0

- Initial version.
2 changes: 1 addition & 1 deletion packages/autoclose_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: autoclose_bloc
description: autoclose_bloc is a package providing AutoClose functionality for the Bloc
version: 1.0.1
version: 1.0.2
repository: https://github.com/vlastachu/autoclose
issue_tracker: https://github.com/vlastachu/autoclose/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/autoclose_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: autoclose_flutter
description: autoclose_flutter is a package providing AutoClose functionality for the Flutter platform
version: 1.0.1
version: 1.0.2
repository: https://github.com/vlastachu/autoclose
issue_tracker: https://github.com/vlastachu/autoclose/issues

Expand Down
2 changes: 1 addition & 1 deletion packages/autoclose_lint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: autoclose_lint
description: AutoClose_Lint is a must have feature of the AutoClose package
version: 1.0.1
version: 1.0.2
repository: https://github.com/vlastachu/autoclose
issue_tracker: https://github.com/vlastachu/autoclose/issues

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: autoclose
description: is a package designed to reduce the entire boilerplate from things that can be `.dispose()`d, `.close()`d or whatever!
version: 1.0.1
version: 1.0.2
repository: https://github.com/vlastachu/autoclose
issue_tracker: https://github.com/vlastachu/autoclose/issues

Expand Down

0 comments on commit 4a47027

Please sign in to comment.