Skip to content

Commit 6f73019

Browse files
committed
⬆️ Updated changelog
1 parent 1827dcb commit 6f73019

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.0.6
2+
3+
* :arrow_up: Updated dependencies
4+
15
## 0.0.5
26

37
* :bug: Exported addBetween function.

pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: dcc_toolkit
22
description: "Internal toolkit package used by the DCC team."
3-
version: 0.0.5
3+
version: 0.0.6
44
homepage: https://dutchcodingcompany.com
55
repository: https://github.com/DutchCodingCompany/dcc_toolkit
66

@@ -9,21 +9,21 @@ environment:
99
flutter: ">=3.22.0"
1010

1111
dependencies:
12-
chopper: ^8.0.0
12+
chopper: ^8.0.1+1
1313
collection: ^1.18.0
1414
flutter:
1515
sdk: flutter
16-
freezed_annotation: ^2.4.1
16+
freezed_annotation: ^2.4.4
1717
intl: ^0.19.0
1818
logging: ^1.2.0
1919

2020
dev_dependencies:
2121
flutter_test:
2222
sdk: flutter
23-
http: ^1.2.1
24-
mocktail: ^1.0.3
23+
http: ^1.2.2
24+
mocktail: ^1.0.4
2525
parameterized_test: ^2.0.0
26-
very_good_analysis: ^5.1.0
26+
very_good_analysis: ^6.0.0
2727

2828

2929
flutter:

0 commit comments

Comments
 (0)