Skip to content

Commit 0ea0d6e

Browse files
1. change version
2. change test filename 3. fix doc
1 parent f20ae34 commit 0ea0d6e

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.1.5
2+
3+
- fix #2,implementing topologicalOrdering pub get
4+
15
## 0.1.4
26

37
- implement info command to print GraphViz dor file

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ multipack create gql_link gql_local_state_link --version 0.1.0 --in ./links/
155155
multipack test
156156
multipack test --coverage
157157
multipack build
158-
multipack clean
158+
multipack pubspec clean
159159
```
160160

161161
### `singlepack`

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: multipack
22
description: A tool for monorepo management. Link local packages and execute commands in topological order.
3-
version: 0.1.4
3+
version: 0.1.5
44
homepage: https://github.com/gql-dart/multipack
55
environment:
66
sdk: '>=2.8.0 <3.0.0'
File renamed without changes.

0 commit comments

Comments
 (0)