Skip to content

Commit

Permalink
Released 6.1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton committed Jan 26, 2025
1 parent a015f8b commit 7f34a3a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions dcli_sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 6.1.2
- 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_sdk/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.2';
10 changes: 5 additions & 5 deletions dcli_sdk/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -140,35 +140,35 @@ packages:
path: "../dcli"
relative: true
source: path
version: "6.1.0"
version: "6.1.2"
dcli_common:
dependency: "direct main"
description:
path: "../dcli_common"
relative: true
source: path
version: "6.1.0"
version: "6.1.2"
dcli_core:
dependency: "direct main"
description:
path: "../dcli_core"
relative: true
source: path
version: "6.1.0"
version: "6.1.2"
dcli_terminal:
dependency: "direct main"
description:
path: "../dcli_terminal"
relative: true
source: path
version: "6.1.0"
version: "6.1.2"
dcli_test:
dependency: "direct dev"
description:
path: "../dcli_test"
relative: true
source: path
version: "6.1.0"
version: "6.1.2"
equatable:
dependency: transitive
description:
Expand Down

0 comments on commit 7f34a3a

Please sign in to comment.