Skip to content

Commit f574774

Browse files
committed
released 4.2.0
1 parent ca46338 commit f574774

File tree

3 files changed

+36
-28
lines changed

3 files changed

+36
-28
lines changed

pubspec.lock

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -157,42 +157,42 @@ packages:
157157
dependency: "direct dev"
158158
description:
159159
name: dcli
160-
sha256: "2f66b366cf29b204254ca5a6abd9a4fde0421393176b731eca1f5d1b8e926410"
160+
sha256: "9ff57bd7a63517e24c5bb3770508580befca745728fd2a09e1403843f1c3a000"
161161
url: "https://pub.dev"
162162
source: hosted
163-
version: "4.0.1-alpha.8"
163+
version: "4.0.1-alpha.12"
164164
dcli_common:
165165
dependency: transitive
166166
description:
167167
name: dcli_common
168-
sha256: "19691ee49c3223c689c9d7405280bee057263aebc0abfa600082b51efc47cdbc"
168+
sha256: e0eb9a0a4b7efe26fd842271c42006d3c229dd4be064ce0bbcecdd49d4a63fd2
169169
url: "https://pub.dev"
170170
source: hosted
171-
version: "4.0.1-alpha.8"
171+
version: "4.0.1-alpha.11"
172172
dcli_core:
173173
dependency: "direct main"
174174
description:
175175
name: dcli_core
176-
sha256: "9baccd5e7bd5b44616a4d780e9accc85b2c7efd4364f97616b18c9aa018c8a39"
176+
sha256: "3c06cfaa565c8e8dbea7b6096b1b317e39c4a8c2b9ea19236a241dc2e9b426e7"
177177
url: "https://pub.dev"
178178
source: hosted
179-
version: "4.0.1-alpha.9"
179+
version: "4.0.1-alpha.11"
180180
dcli_input:
181181
dependency: "direct main"
182182
description:
183183
name: dcli_input
184-
sha256: "75b92db924bf13e38206dd47d258f76809d0f0b6cc29f90237f03988bc9608dc"
184+
sha256: "6716e488c21f63eb4e65df1d1f9ea65b86f3fecc8a46cefba0a60ae84b9e0054"
185185
url: "https://pub.dev"
186186
source: hosted
187-
version: "4.0.1-alpha.10"
187+
version: "4.0.1-alpha.11"
188188
dcli_terminal:
189189
dependency: "direct main"
190190
description:
191191
name: dcli_terminal
192-
sha256: "2de93ef607e43ee0a430ea766a11d16edd501aa9dd4b6196a0af57712425b025"
192+
sha256: "74716e25a604bf8bbd988311c821806561b4ae44ad10399bc119c9c0475f735a"
193193
url: "https://pub.dev"
194194
source: hosted
195-
version: "4.0.1-alpha.9"
195+
version: "4.0.1-alpha.11"
196196
equatable:
197197
dependency: "direct main"
198198
description:
@@ -393,6 +393,14 @@ packages:
393393
url: "https://pub.dev"
394394
source: hosted
395395
version: "1.0.5"
396+
native_synchronization:
397+
dependency: transitive
398+
description:
399+
name: native_synchronization
400+
sha256: ff200fe0a64d733ff7d4dde2005271c297db81007604c8cd21037959858133ab
401+
url: "https://pub.dev"
402+
source: hosted
403+
version: "0.2.0"
396404
node_preamble:
397405
dependency: "direct main"
398406
description:
@@ -469,10 +477,10 @@ packages:
469477
dependency: "direct main"
470478
description:
471479
name: pubspec_manager
472-
sha256: "44df429f8991a13b72f2f84d1bbc6c96e12e965b66d43d5711a6070deee9875f"
480+
sha256: "19a1da8398b7168f51299334d9644829c6796e338d6a3ff094a511493198a4e9"
473481
url: "https://pub.dev"
474482
source: hosted
475-
version: "1.0.0-beta.1"
483+
version: "0.9.1"
476484
quiver:
477485
dependency: "direct main"
478486
description:
@@ -501,10 +509,10 @@ packages:
501509
dependency: "direct main"
502510
description:
503511
name: settings_yaml
504-
sha256: "918174e22e7945385ea03fb57b1ff23bd1f29884af6911cbb02f2757f86e5d3e"
512+
sha256: abfd2a6a2c48883154ffe11ddd4f72ce43cc2d7f030ae060f7237fb3b2bddbf7
505513
url: "https://pub.dev"
506514
source: hosted
507-
version: "8.1.0-alpha.1"
515+
version: "8.1.0-alpha.2"
508516
shelf:
509517
dependency: "direct main"
510518
description:

pubspec.yaml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: onepub
2-
version: 4.1.0
2+
version: 4.2.0
33
homepage: https://onepub.dev
44
documentation: https://docs.onepub.dev
55
description: Command line tools for the OnePub private Dart/Flutter repository.
66
repository: https://github.com/onepub-dev/onepub
77
environment:
88
sdk: '>=3.2.0 <4.0.0'
99
dependencies:
10-
_fe_analyzer_shared: ^67.0.0
10+
_fe_analyzer_shared: 67.0.0
1111
analyzer: 6.4.1
1212
archive: 3.4.10
1313
args: 2.4.2
@@ -26,18 +26,18 @@ dependencies:
2626
crypto: 3.0.3
2727
csv: 5.1.1
2828
dart_console2: 3.0.0
29-
dcli_core: 4.0.1-alpha.9
30-
dcli_input: 4.0.1-alpha.10
31-
dcli_terminal: 4.0.1-alpha.9
29+
dcli_core: 4.0.1-alpha.11
30+
dcli_input: 4.0.1-alpha.11
31+
dcli_terminal: 4.0.1-alpha.11
3232
equatable: 2.0.5
33-
ffi: ^2.1.0
33+
ffi: 2.1.0
3434
file: 7.0.0
3535
file_utils: 1.0.1
3636
frontend_server_client: 3.2.0
3737
functional_data: 1.1.1
3838
glob: 2.1.2
3939
globbing: 1.0.0
40-
http: ^1.2.0
40+
http: 1.2.0
4141
http_multi_server: 3.2.1
4242
http_parser: 4.0.2
4343
ini: 2.1.0
@@ -59,11 +59,11 @@ dependencies:
5959
posix: 6.0.1
6060
pub_semver: 2.1.4
6161
pubspec_lock: 3.0.2
62-
pubspec_manager: 1.0.0-beta.1
62+
pubspec_manager: 0.9.1
6363
quiver: 3.2.1
6464
random_string: 2.3.1
6565
scope: 4.1.0
66-
settings_yaml: 8.1.0-alpha.1
66+
settings_yaml: 8.1.0-alpha.2
6767
shelf: 1.4.1
6868
source_map_stack_trace: 2.1.1
6969
source_maps: 0.10.12
@@ -84,13 +84,13 @@ dependencies:
8484
uuid: 4.3.3
8585
validators2: 5.0.0
8686
watcher: 1.1.0
87-
web_socket_channel: ^2.4.3
87+
web_socket_channel: 2.4.3
8888
webkit_inspection_protocol: 1.2.1
8989
win32: 4.1.4
9090
yaml: 3.1.2
9191
yaml_edit: 2.2.0
9292
dev_dependencies:
93-
dcli: 4.0.1-alpha.8
93+
dcli: 4.0.1-alpha.12
9494
lint_hard: 4.0.0
9595
lints: 3.0.0
9696
matcher: 0.12.16+1
@@ -100,7 +100,7 @@ dev_dependencies:
100100
test: 1.25.2
101101
test_api: 0.7.0
102102
test_core: 0.6.0
103-
vm_service: ^14.0.0
103+
vm_service: 14.0.0
104104
executables:
105105
onepub:
106106
opub:
@@ -111,3 +111,4 @@ platforms:
111111
false_secrets:
112112
- lib/src/pub/validator/leak_detection.dart
113113
- lib/src/pub/oauth2.dart
114+

test/src/commands/pub/add_dep_test.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@ void main() {
4040
final next = ps.Version.parse(versions.latest.version).nextMinor;
4141

4242
pubspec
43-
..version = VersionBuilder.parse(next.canonicalizedVersion)
44-
.attach(pubspec)
43+
..version.set(next.canonicalizedVersion)
4544
..saveTo(pathToPackage2Pubspec);
4645

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

0 commit comments

Comments
 (0)