Skip to content

Commit

Permalink
Released 3.3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton committed Feb 27, 2024
1 parent 4dea636 commit d2a1800
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 24 deletions.
26 changes: 13 additions & 13 deletions dcli/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: dcli
version: 3.3.5
version: 3.3.6
homepage: https://dcli.onepub.dev
documentation: https://dcli.onepub.dev
description: Dart console SDK - write console (cli) apps/scripts using dart.
repository: https://github.com/onepub-dev/dcli
environment:
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
dependencies:
archive: ^3.0.0
args: ^2.0.0
async: ^2.5.0
Expand All @@ -16,7 +16,7 @@ dependencies:
crypto: ^3.0.0
csv: ^5.0.1
dart_console2: ^3.0.0
dcli_core: ^3.3.5
dcli_core: ^3.3.6
equatable: ^2.0.0
ffi: ^2.0.0
file: ^7.0.0
Expand All @@ -38,18 +38,18 @@ dependencies:
validators2: ^5.0.0
win32: ^4.1.4
yaml: ^3.0.0
dev_dependencies:
dev_dependencies:
hex: ^0.2.0
lint_hard: ^4.0.0
mocktail: ^1.0.0
test: ^1.0.0
test_api: ^0.7.0
test_core: ^0.6.0
executables:
dcli:
dcli_complete:
dcli_install:
platforms:
linux:
macos:
windows:
executables:
dcli:
dcli_complete:
dcli_install:
platforms:
linux:
macos:
windows:
3 changes: 3 additions & 0 deletions dcli_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 3.3.6
- upgraded to latest version of pubspec_manager to avoid conflict with the Platform class.

# 3.3.5
- Added support ot the Ask function to validate urls.

Expand Down
2 changes: 1 addition & 1 deletion dcli_core/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 = '3.3.5';
String packageVersion = '3.3.6';
20 changes: 10 additions & 10 deletions dcli_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: dcli_core
version: 3.3.5
version: 3.3.6
homepage: https://dcli.onepub.dev
documentation: https://dcli.onepub.dev
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.
repository: https://github.com/onepub-dev/dcli
environment:
environment:
sdk: '>=3.0.0 <4.0.0'
dependencies:
dependencies:
async: ^2.5.0
circular_buffer: ^0.11.0
collection: ^1.15.0
Expand All @@ -17,13 +17,13 @@ dependencies:
scope: ^4.0.0
stack_trace: ^1.10.0
uuid: ^4.1.0
dev_dependencies:
dev_dependencies:
lint_hard: ^4.0.0
synchronized: ^3.0.0
test: ^1.0.0
platforms:
android:
ios:
linux:
macos:
windows:
platforms:
android:
ios:
linux:
macos:
windows:

0 comments on commit d2a1800

Please sign in to comment.