From 4f39cc715fe034c8555c7215b678c3f706f2bd43 Mon Sep 17 00:00:00 2001 From: Brett Sutton Date: Sun, 20 Oct 2024 09:22:13 +1100 Subject: [PATCH] Released 6.1.0. --- dcli_sdk/CHANGELOG.md | 5 +++++ dcli_sdk/lib/src/version/version.g.dart | 2 +- template/project/cmd_args/pubspec.yaml | 2 +- template/project/find/pubspec.yaml | 4 ++-- template/project/full/pubspec.yaml | 4 ++-- template/project/simple/pubspec.yaml | 2 +- template/script/pubspec.yaml | 2 +- 7 files changed, 13 insertions(+), 8 deletions(-) diff --git a/dcli_sdk/CHANGELOG.md b/dcli_sdk/CHANGELOG.md index 03b83d55..4bc4e602 100644 --- a/dcli_sdk/CHANGELOG.md +++ b/dcli_sdk/CHANGELOG.md @@ -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. diff --git a/dcli_sdk/lib/src/version/version.g.dart b/dcli_sdk/lib/src/version/version.g.dart index fd81cb52..41e77962 100644 --- a/dcli_sdk/lib/src/version/version.g.dart +++ b/dcli_sdk/lib/src/version/version.g.dart @@ -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'; diff --git a/template/project/cmd_args/pubspec.yaml b/template/project/cmd_args/pubspec.yaml index c527f629..8a14832c 100644 --- a/template/project/cmd_args/pubspec.yaml +++ b/template/project/cmd_args/pubspec.yaml @@ -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 diff --git a/template/project/find/pubspec.yaml b/template/project/find/pubspec.yaml index 61b40e15..4952b426 100644 --- a/template/project/find/pubspec.yaml +++ b/template/project/find/pubspec.yaml @@ -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 diff --git a/template/project/full/pubspec.yaml b/template/project/full/pubspec.yaml index 9cbf9634..7b1dd207 100644 --- a/template/project/full/pubspec.yaml +++ b/template/project/full/pubspec.yaml @@ -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 diff --git a/template/project/simple/pubspec.yaml b/template/project/simple/pubspec.yaml index 3f09de3c..87330147 100644 --- a/template/project/simple/pubspec.yaml +++ b/template/project/simple/pubspec.yaml @@ -6,7 +6,7 @@ environment: flutter: dependencies: - dcli: 6.0.5 + dcli: 6.1.0 dev_dependencies: lint_hard: ^5.0.0 diff --git a/template/script/pubspec.yaml b/template/script/pubspec.yaml index e6eced19..e8856bc5 100644 --- a/template/script/pubspec.yaml +++ b/template/script/pubspec.yaml @@ -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