Skip to content

Commit 0b63d50

Browse files
committed
Released 2.2.1.
1 parent 6cd9b5f commit 0b63d50

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

dcli/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dcli
2-
version: 2.2.0
2+
version: 2.2.1
33
homepage: https://dcli.onepub.dev
44
documentation: https://dcli.onepub.dev
55
description: Dart console SDK - write console (cli) apps/scripts using dart.
@@ -25,7 +25,7 @@ dependencies:
2525
crypto: ^3.0.2
2626
csv: 5.0.1
2727
dart_console2: ^3.0.0-beta.1
28-
dcli_core: ^2.2.0
28+
dcli_core: ^2.2.1
2929
equatable: ^2.0.5
3030
ffi: 2.0.1
3131
file: 6.1.4

dcli_core/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 2.2.1
2+
- upgraded to settings_yaml 6.0
3+
14
# 2.2.0
25
- upgraded to dart 3.
36
- updated script_test to reflect windows exe names end with .exe.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/// GENERATED BY pub_release do not modify.
22
/// dcli_core version
3-
String packageVersion = '2.2.0';
3+
String packageVersion = '2.2.1';

dcli_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: dcli_core
2-
version: 2.2.0
2+
version: 2.2.1
33
homepage: https://dcli.onepub.dev
44
documentation: https://dcli.onepub.dev
55
description: The core asyncronous functions used by dcli. DCli uses waitFor to eliminate async code in the DCli libraries which precludes DCli's usage in non-cli apps (e.g. you can't use it in flutter). The aim of dcli_core is to expose a significant set of the core dcli functions as async version so that dcli_core can be used in any project. DCli will then rely on dcli_core for core parts of its implemenation to avoid duplicating code between the two packages.

0 commit comments

Comments
 (0)