diff --git a/CHANGELOG.md b/CHANGELOG.md index 587e49e..85d5e70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.6 + +* :arrow_up: Updated dependencies + ## 0.0.5 * :bug: Exported addBetween function. diff --git a/LICENSE b/LICENSE index 3f5584f..59b303e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Dutch Coding Company B.V. +Copyright (c) 2024 Dutch Coding Company B.V. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/pubspec.yaml b/pubspec.yaml index 51c6376..aa5ff08 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: dcc_toolkit description: "Internal toolkit package used by the DCC team." -version: 0.0.5 +version: 0.0.6 homepage: https://dutchcodingcompany.com repository: https://github.com/DutchCodingCompany/dcc_toolkit @@ -9,21 +9,21 @@ environment: flutter: ">=3.22.0" dependencies: - chopper: ^8.0.0 + chopper: ^8.0.1+1 collection: ^1.18.0 flutter: sdk: flutter - freezed_annotation: ^2.4.1 + freezed_annotation: ^2.4.4 intl: ^0.19.0 logging: ^1.2.0 dev_dependencies: flutter_test: sdk: flutter - http: ^1.2.1 - mocktail: ^1.0.3 + http: ^1.2.2 + mocktail: ^1.0.4 parameterized_test: ^2.0.0 - very_good_analysis: ^5.1.0 + very_good_analysis: ^6.0.0 flutter: