diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e4e93b..a769a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. \ No newline at end of file diff --git a/packages/autoclose_bloc/pubspec.yaml b/packages/autoclose_bloc/pubspec.yaml index 81f226f..6cdbb3c 100644 --- a/packages/autoclose_bloc/pubspec.yaml +++ b/packages/autoclose_bloc/pubspec.yaml @@ -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 diff --git a/packages/autoclose_flutter/pubspec.yaml b/packages/autoclose_flutter/pubspec.yaml index 32c04fb..97803ef 100644 --- a/packages/autoclose_flutter/pubspec.yaml +++ b/packages/autoclose_flutter/pubspec.yaml @@ -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 diff --git a/packages/autoclose_lint/pubspec.yaml b/packages/autoclose_lint/pubspec.yaml index 9609ac2..1b470a9 100644 --- a/packages/autoclose_lint/pubspec.yaml +++ b/packages/autoclose_lint/pubspec.yaml @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index ca88944..619bd7e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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