Skip to content

Commit

Permalink
Released 5.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
bsutton committed Aug 7, 2024
1 parent d0f8477 commit 1b639c3
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 8 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 5.0.0
- Upgraded package deps to support dart 3.5
- replaced deprecated call to UnmodifiableUnit8ListView

# 4.2.0
- upgraded dependencies dcli, pubspec_manager and settings_yaml
- Fixed the welcome message link to getting-started which didn't exist
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.
/// Instance of 'Name' version
String packageVersion = '4.2.0';
String packageVersion = '5.0.0';
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -799,4 +799,4 @@ packages:
source: hosted
version: "2.2.1"
sdks:
dart: ">=3.4.0 <4.0.0"
dart: ">=3.5.0 <4.0.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: onepub
version: 4.2.0
version: 5.0.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.4.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dependencies:
# _fe_analyzer_shared: ^68.0.0

Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/test_packag_1/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -562,4 +562,4 @@ packages:
source: hosted
version: "2.2.1"
sdks:
dart: ">=3.4.0 <4.0.0"
dart: ">=3.5.0 <4.0.0"
2 changes: 1 addition & 1 deletion test/fixtures/test_packag_1/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test_packag_1
version: 1.0.0
description: A simple command-line application.
environment:
sdk: '>=2.19.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dev_dependencies:
args: ^2.3.0
async: ^2.8.2
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/test_packag_2/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ packages:
source: hosted
version: "5.0.0"
sdks:
dart: ">=3.0.0 <4.0.0"
dart: ">=3.5.0 <4.0.0"
2 changes: 1 addition & 1 deletion test/fixtures/test_packag_2/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ homepage: https://github.com
publish_to: https://onepub.dev/api/jbbxpsdavu/
description: A simple command-line application.
environment:
sdk: '>=2.19.0 <4.0.0'
sdk: '>=3.5.0 <4.0.0'
dev_dependencies:
lint_hard: ^5.0.0
scope: ^5.0.0

0 comments on commit 1b639c3

Please sign in to comment.