Skip to content

Commit

Permalink
released 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton committed Mar 25, 2024
1 parent ca46338 commit f574774
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 28 deletions.
36 changes: 22 additions & 14 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -157,42 +157,42 @@ packages:
dependency: "direct dev"
description:
name: dcli
sha256: "2f66b366cf29b204254ca5a6abd9a4fde0421393176b731eca1f5d1b8e926410"
sha256: "9ff57bd7a63517e24c5bb3770508580befca745728fd2a09e1403843f1c3a000"
url: "https://pub.dev"
source: hosted
version: "4.0.1-alpha.8"
version: "4.0.1-alpha.12"
dcli_common:
dependency: transitive
description:
name: dcli_common
sha256: "19691ee49c3223c689c9d7405280bee057263aebc0abfa600082b51efc47cdbc"
sha256: e0eb9a0a4b7efe26fd842271c42006d3c229dd4be064ce0bbcecdd49d4a63fd2
url: "https://pub.dev"
source: hosted
version: "4.0.1-alpha.8"
version: "4.0.1-alpha.11"
dcli_core:
dependency: "direct main"
description:
name: dcli_core
sha256: "9baccd5e7bd5b44616a4d780e9accc85b2c7efd4364f97616b18c9aa018c8a39"
sha256: "3c06cfaa565c8e8dbea7b6096b1b317e39c4a8c2b9ea19236a241dc2e9b426e7"
url: "https://pub.dev"
source: hosted
version: "4.0.1-alpha.9"
version: "4.0.1-alpha.11"
dcli_input:
dependency: "direct main"
description:
name: dcli_input
sha256: "75b92db924bf13e38206dd47d258f76809d0f0b6cc29f90237f03988bc9608dc"
sha256: "6716e488c21f63eb4e65df1d1f9ea65b86f3fecc8a46cefba0a60ae84b9e0054"
url: "https://pub.dev"
source: hosted
version: "4.0.1-alpha.10"
version: "4.0.1-alpha.11"
dcli_terminal:
dependency: "direct main"
description:
name: dcli_terminal
sha256: "2de93ef607e43ee0a430ea766a11d16edd501aa9dd4b6196a0af57712425b025"
sha256: "74716e25a604bf8bbd988311c821806561b4ae44ad10399bc119c9c0475f735a"
url: "https://pub.dev"
source: hosted
version: "4.0.1-alpha.9"
version: "4.0.1-alpha.11"
equatable:
dependency: "direct main"
description:
Expand Down Expand Up @@ -393,6 +393,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "1.0.5"
native_synchronization:
dependency: transitive
description:
name: native_synchronization
sha256: ff200fe0a64d733ff7d4dde2005271c297db81007604c8cd21037959858133ab
url: "https://pub.dev"
source: hosted
version: "0.2.0"
node_preamble:
dependency: "direct main"
description:
Expand Down Expand Up @@ -469,10 +477,10 @@ packages:
dependency: "direct main"
description:
name: pubspec_manager
sha256: "44df429f8991a13b72f2f84d1bbc6c96e12e965b66d43d5711a6070deee9875f"
sha256: "19a1da8398b7168f51299334d9644829c6796e338d6a3ff094a511493198a4e9"
url: "https://pub.dev"
source: hosted
version: "1.0.0-beta.1"
version: "0.9.1"
quiver:
dependency: "direct main"
description:
Expand Down Expand Up @@ -501,10 +509,10 @@ packages:
dependency: "direct main"
description:
name: settings_yaml
sha256: "918174e22e7945385ea03fb57b1ff23bd1f29884af6911cbb02f2757f86e5d3e"
sha256: abfd2a6a2c48883154ffe11ddd4f72ce43cc2d7f030ae060f7237fb3b2bddbf7
url: "https://pub.dev"
source: hosted
version: "8.1.0-alpha.1"
version: "8.1.0-alpha.2"
shelf:
dependency: "direct main"
description:
Expand Down
25 changes: 13 additions & 12 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: onepub
version: 4.1.0
version: 4.2.0
homepage: https://onepub.dev
documentation: https://docs.onepub.dev
description: Command line tools for the OnePub private Dart/Flutter repository.
repository: https://github.com/onepub-dev/onepub
environment:
sdk: '>=3.2.0 <4.0.0'
dependencies:
_fe_analyzer_shared: ^67.0.0
_fe_analyzer_shared: 67.0.0
analyzer: 6.4.1
archive: 3.4.10
args: 2.4.2
Expand All @@ -26,18 +26,18 @@ dependencies:
crypto: 3.0.3
csv: 5.1.1
dart_console2: 3.0.0
dcli_core: 4.0.1-alpha.9
dcli_input: 4.0.1-alpha.10
dcli_terminal: 4.0.1-alpha.9
dcli_core: 4.0.1-alpha.11
dcli_input: 4.0.1-alpha.11
dcli_terminal: 4.0.1-alpha.11
equatable: 2.0.5
ffi: ^2.1.0
ffi: 2.1.0
file: 7.0.0
file_utils: 1.0.1
frontend_server_client: 3.2.0
functional_data: 1.1.1
glob: 2.1.2
globbing: 1.0.0
http: ^1.2.0
http: 1.2.0
http_multi_server: 3.2.1
http_parser: 4.0.2
ini: 2.1.0
Expand All @@ -59,11 +59,11 @@ dependencies:
posix: 6.0.1
pub_semver: 2.1.4
pubspec_lock: 3.0.2
pubspec_manager: 1.0.0-beta.1
pubspec_manager: 0.9.1
quiver: 3.2.1
random_string: 2.3.1
scope: 4.1.0
settings_yaml: 8.1.0-alpha.1
settings_yaml: 8.1.0-alpha.2
shelf: 1.4.1
source_map_stack_trace: 2.1.1
source_maps: 0.10.12
Expand All @@ -84,13 +84,13 @@ dependencies:
uuid: 4.3.3
validators2: 5.0.0
watcher: 1.1.0
web_socket_channel: ^2.4.3
web_socket_channel: 2.4.3
webkit_inspection_protocol: 1.2.1
win32: 4.1.4
yaml: 3.1.2
yaml_edit: 2.2.0
dev_dependencies:
dcli: 4.0.1-alpha.8
dcli: 4.0.1-alpha.12
lint_hard: 4.0.0
lints: 3.0.0
matcher: 0.12.16+1
Expand All @@ -100,7 +100,7 @@ dev_dependencies:
test: 1.25.2
test_api: 0.7.0
test_core: 0.6.0
vm_service: ^14.0.0
vm_service: 14.0.0
executables:
onepub:
opub:
Expand All @@ -111,3 +111,4 @@ platforms:
false_secrets:
- lib/src/pub/validator/leak_detection.dart
- lib/src/pub/oauth2.dart

3 changes: 1 addition & 2 deletions test/src/commands/pub/add_dep_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ void main() {
final next = ps.Version.parse(versions.latest.version).nextMinor;

pubspec
..version = VersionBuilder.parse(next.canonicalizedVersion)
.attach(pubspec)
..version.set(next.canonicalizedVersion)
..saveTo(pathToPackage2Pubspec);

// add new version to change log to stop pub publish complaining.
Expand Down

0 comments on commit f574774

Please sign in to comment.