From 1b639c3b431ae6ba3b21cb25b458d32e4cd5f781 Mon Sep 17 00:00:00 2001 From: Brett Sutton Date: Wed, 7 Aug 2024 10:35:31 +1000 Subject: [PATCH] Released 5.0.0. --- CHANGELOG.md | 4 ++++ lib/src/version/version.g.dart | 2 +- pubspec.lock | 2 +- pubspec.yaml | 4 ++-- test/fixtures/test_packag_1/pubspec.lock | 2 +- test/fixtures/test_packag_1/pubspec.yaml | 2 +- test/fixtures/test_packag_2/pubspec.lock | 2 +- test/fixtures/test_packag_2/pubspec.yaml | 2 +- 8 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a03136..4823bf0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/src/version/version.g.dart b/lib/src/version/version.g.dart index 7148840..99a0718 100644 --- a/lib/src/version/version.g.dart +++ b/lib/src/version/version.g.dart @@ -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'; diff --git a/pubspec.lock b/pubspec.lock index 6bf7c2e..c80c71f 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -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" diff --git a/pubspec.yaml b/pubspec.yaml index e8f2a31..0bf3f82 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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 diff --git a/test/fixtures/test_packag_1/pubspec.lock b/test/fixtures/test_packag_1/pubspec.lock index b7bed6a..9b90376 100644 --- a/test/fixtures/test_packag_1/pubspec.lock +++ b/test/fixtures/test_packag_1/pubspec.lock @@ -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" diff --git a/test/fixtures/test_packag_1/pubspec.yaml b/test/fixtures/test_packag_1/pubspec.yaml index 855c6ec..ff45957 100644 --- a/test/fixtures/test_packag_1/pubspec.yaml +++ b/test/fixtures/test_packag_1/pubspec.yaml @@ -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 diff --git a/test/fixtures/test_packag_2/pubspec.lock b/test/fixtures/test_packag_2/pubspec.lock index a75017e..88c596e 100644 --- a/test/fixtures/test_packag_2/pubspec.lock +++ b/test/fixtures/test_packag_2/pubspec.lock @@ -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" diff --git a/test/fixtures/test_packag_2/pubspec.yaml b/test/fixtures/test_packag_2/pubspec.yaml index 1fd3d6a..424afda 100644 --- a/test/fixtures/test_packag_2/pubspec.yaml +++ b/test/fixtures/test_packag_2/pubspec.yaml @@ -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