Skip to content

Commit

Permalink
Released 6.1.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton committed Jan 26, 2025
1 parent 00ff534 commit d6e4717
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions dcli_input/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 6.1.1
- Added new method withPrivilegesAsync
- forced native_synchronisation to 0.7.1
- Fixed bug on windows which resulted in the projectRootPath being /C:/

# 6.1.0
- upgraded to archive 3.6.1 to overcome dart 3.5 compatibility issue.
- upgraded all packaages to scope 5.x
Expand Down
2 changes: 1 addition & 1 deletion dcli_input/lib/src/version/version.g.dart
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/// GENERATED BY pub_release do not modify.
/// Instance of 'Name' version
String packageVersion = '6.1.0';
String packageVersion = '6.1.1';
6 changes: 3 additions & 3 deletions dcli_input/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -124,21 +124,21 @@ packages:
path: "../dcli_common"
relative: true
source: path
version: "6.1.0"
version: "6.1.1"
dcli_core:
dependency: "direct main"
description:
path: "../dcli_core"
relative: true
source: path
version: "6.1.0"
version: "6.1.1"
dcli_terminal:
dependency: "direct main"
description:
path: "../dcli_terminal"
relative: true
source: path
version: "6.1.0"
version: "6.1.1"
ffi:
dependency: transitive
description:
Expand Down

0 comments on commit d6e4717

Please sign in to comment.