Skip to content

Commit

Permalink
Released 6.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton committed Oct 19, 2024
1 parent 1e19a02 commit 4f39cc7
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 8 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.0
- upgraded to archive 3.6.1 to overcome dart 3.5 compatibility issue.
- upgraded all packaages to scope 5.x
- upgraded to native_syncronization_temp 0.7.1 to fix macos and windows compatiability issues.

# 6.0.5
- updated the min constraint to dcli 6.0.5 as I think on systems with an older
version of dcli dcli_sdk was being linked to the older version.
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.0.5';
String packageVersion = '6.1.0';
2 changes: 1 addition & 1 deletion template/project/cmd_args/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

dependencies:
args: ^2.0.0
dcli: 6.0.5
dcli: 6.1.0

dev_dependencies:
lint_hard: ^5.0.0
4 changes: 2 additions & 2 deletions template/project/find/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ environment:
flutter:
dependencies:
args: ^2.3.1
dcli: 6.0.5
dcli_core: 6.0.5
dcli: 6.1.0
dcli_core: 6.1.0
path: ^1.0.0
dev_dependencies:
lint_hard: ^5.0.0
4 changes: 2 additions & 2 deletions template/project/full/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ environment:

dependencies:
args: ^2.5.0
dcli: 6.0.5
dcli_core: 6.0.5
dcli: 6.1.0
dcli_core: 6.1.0
http: ^1.2.1
path: ^1.9.0
settings_yaml: ^8.2.0
Expand Down
2 changes: 1 addition & 1 deletion template/project/simple/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
flutter:

dependencies:
dcli: 6.0.5
dcli: 6.1.0

dev_dependencies:
lint_hard: ^5.0.0
2 changes: 1 addition & 1 deletion template/script/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ environment:

dependencies:
args: ^2.4.2
dcli: 6.0.5
dcli: 6.1.0

dev_dependencies:
lint_hard: ^5.0.0

0 comments on commit 4f39cc7

Please sign in to comment.