Skip to content

Commit 1827dcb

Browse files
authored
Merge pull request #8 from DutchCodingCompany/release/0.0.5
🐛 Export addBetween function...
2 parents 39f45c8 + c22b54b commit 1827dcb

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
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.5
2+
3+
* :bug: Exported addBetween function.
4+
15
## 0.0.4
26

37
* :arrow_up: Updated dependencies

lib/dcc_toolkit.dart

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ export 'chopper/chopper.dart';
55
export 'common/dimensions.dart';
66
export 'common/extensions/build_context.dart';
77
export 'common/extensions/color.dart';
8+
export 'common/extensions/iterable.dart';
89
export 'common/result/result.dart';
910
export 'logger/bolt_logger.dart';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.4
3+
version: 0.0.5
44
homepage: https://dutchcodingcompany.com
55
repository: https://github.com/DutchCodingCompany/dcc_toolkit
66

0 commit comments

Comments
 (0)