Skip to content

Commit 3c95719

Browse files
committed
chore: fix changelog
1 parent c942086 commit 3c95719

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.2
2+
3+
- support latest release of 'graphs'
4+
15
## 0.3.0
26

37
- null safety

lib/commands/common.dart

+4-8
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,8 @@ abstract class PassthroughCommand extends MultipackCommand {
7272
ArgParser argParser = ArgParser.allowAnything();
7373

7474
PassthroughCommand(
75-
String name,
76-
String description,
77-
List<Package> packages,
78-
) : super(
79-
name,
80-
description,
81-
packages,
82-
);
75+
super.name,
76+
super.description,
77+
super.packages,
78+
);
8379
}

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: multipack
2-
version: 0.3.2
2+
version: 0.3.2+1
33
homepage: https://github.com/gql-dart/multipack
44
description: A tool for monorepo management. Link local packages and execute commands in topological order.
55
environment:

0 commit comments

Comments
 (0)