diff --git a/CHANGELOG.md b/CHANGELOG.md index ef72322..a0051cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.3.0](https://github.com/Stacked-Org/services/compare/v1.2.0...v1.3.0) (2023-07-17) + + +### Features + +* add dynamic duration support for `Snackbar` ([#29](https://github.com/Stacked-Org/services/issues/29)) ([ce08f5a](https://github.com/Stacked-Org/services/commit/ce08f5afb663d8a0010ccdae4ac1d24bdb3c6d68)) + # [1.2.0](https://github.com/Stacked-Org/services/compare/v1.1.1...v1.2.0) (2023-07-04) diff --git a/pubspec.yaml b/pubspec.yaml index 5be8057..3029e77 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: stacked_services description: A package that contains some default implementations of services required for a cleaner implementation of the Stacked Architecture. -version: 1.2.0 +version: 1.3.0 homepage: https://github.com/FilledStacks/stacked/tree/master/packages/stacked_services environment: