Skip to content

Commit

Permalink
Released 3.1.0-beta.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton committed Jan 12, 2023
1 parent 9d17c0b commit cd72e62
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 43 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.1.0-beta.1
- moved some dependencies into the dev_dependencies section to help
with Dart 3.x compatability.

# 3.0.3
- Upgraded to pub_semver 2.1.2 to resolve a dart 2.19 incompatibility issue.

Expand Down
2 changes: 1 addition & 1 deletion 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.
/// onepub version
String packageVersion = '3.0.3';
String packageVersion = '3.1.0-beta.1';
39 changes: 9 additions & 30 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ packages:
source: hosted
version: "26.0.0"
analyzer:
dependency: "direct main"
dependency: "direct dev"
description:
name: analyzer
url: "https://pub.dartlang.org"
Expand Down Expand Up @@ -126,14 +126,14 @@ packages:
name: dcli
url: "https://pub.dartlang.org"
source: hosted
version: "1.21.12"
version: "1.22.1"
dcli_core:
dependency: "direct main"
description:
name: dcli_core
url: "https://pub.dartlang.org"
source: hosted
version: "1.21.12"
version: "1.22.1"
equatable:
dependency: "direct main"
description:
Expand Down Expand Up @@ -330,27 +330,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.1.2"
pubspec:
dependency: "direct main"
description:
name: pubspec
url: "https://pub.dartlang.org"
source: hosted
version: "2.3.0"
pubspec2:
dependency: "direct main"
description:
name: pubspec2
url: "https://pub.dartlang.org"
source: hosted
version: "2.4.1"
quiver:
dependency: "direct main"
description:
name: quiver
url: "https://pub.dartlang.org"
source: hosted
version: "3.1.0"
version: "2.4.2"
random_string:
dependency: "direct main"
description:
Expand All @@ -373,28 +359,28 @@ packages:
source: hosted
version: "3.5.1"
shelf:
dependency: "direct main"
dependency: "direct dev"
description:
name: shelf
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
shelf_packages_handler:
dependency: "direct main"
dependency: "direct dev"
description:
name: shelf_packages_handler
url: "https://pub.dartlang.org"
source: hosted
version: "3.0.0"
shelf_static:
dependency: "direct main"
dependency: "direct dev"
description:
name: shelf_static
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
shelf_web_socket:
dependency: "direct main"
dependency: "direct dev"
description:
name: shelf_web_socket
url: "https://pub.dartlang.org"
Expand Down Expand Up @@ -498,13 +484,6 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
uri:
dependency: "direct main"
description:
name: uri
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.0"
url_builder:
dependency: "direct main"
description:
Expand Down Expand Up @@ -541,7 +520,7 @@ packages:
source: hosted
version: "0.2.1-nullsafety"
vm_service:
dependency: "direct main"
dependency: "direct dev"
description:
name: vm_service
url: "https://pub.dartlang.org"
Expand Down
20 changes: 8 additions & 12 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: onepub
version: 3.0.3
version: 3.1.0-beta.1
homepage: https://onepub.dev
documentation: https://docs.onepub.dev
description: Command line tools for the OnePub private Dart/Flutter repository.
Expand All @@ -8,7 +8,6 @@ environment:
sdk: '>=2.12.0 <3.0.0'
dependencies:
_fe_analyzer_shared: 26.0.0
# analyzer: 2.3.0
archive: 3.3.0
args: 2.3.1
async: 2.8.2
Expand All @@ -24,8 +23,8 @@ dependencies:
crypto: 3.0.1
csv: 5.0.1
dart_console: 1.0.0
dcli: 1.21.12
dcli_core: 1.21.12
dcli: 1.22.1
dcli_core: 1.22.1
equatable: 2.0.3
ffi: 1.2.1
file: 6.1.4
Expand All @@ -52,16 +51,10 @@ dependencies:
pool: 1.5.0
posix: 2.2.3
pub_semver: 2.1.2
pubspec: 2.3.0
pubspec2: 2.4.1
quiver: 3.1.0
pubspec2: 2.4.2
random_string: 2.3.1
scope: 3.0.0
settings_yaml: 3.5.1
shelf: 1.2.0
shelf_packages_handler: 3.0.0
shelf_static: 1.1.0
shelf_web_socket: 1.0.1
source_map_stack_trace: 2.1.0
source_maps: 0.10.10
source_span: 1.8.1
Expand All @@ -73,7 +66,6 @@ dependencies:
system_info2: 2.0.4
term_glyph: 1.2.1
typed_data: 1.3.0
uri: 1.0.0
url_builder: 1.0.0
usage: 4.0.2
uuid: 3.0.6
Expand All @@ -89,6 +81,10 @@ dev_dependencies:
analyzer: 2.3.0
lint_hard: 1.0.4
matcher: 0.12.11
shelf: 1.2.0
shelf_packages_handler: 3.0.0
shelf_static: 1.1.0
shelf_web_socket: 1.0.1
test: 1.17.12
test_api: 0.4.3
test_core: 0.4.2
Expand Down

0 comments on commit cd72e62

Please sign in to comment.