From 8c07815f08e7451fe17da6893f614d31c1382fd5 Mon Sep 17 00:00:00 2001 From: Cyrus Chan Date: Sat, 20 Apr 2024 14:18:21 +0800 Subject: [PATCH] Change SDK constaint --- .github/workflows/builder_test.yml | 2 +- .github/workflows/model_test.yml | 2 +- builder/CHANGELOG.md | 6 +++++- builder/pubspec.yaml | 8 ++++---- media_control/CHANGELOG.md | 6 +++++- media_control/pubspec.yaml | 6 +++--- model/CHANGELOG.md | 6 +++++- model/pubspec.yaml | 4 ++-- 8 files changed, 26 insertions(+), 14 deletions(-) diff --git a/.github/workflows/builder_test.yml b/.github/workflows/builder_test.yml index 8eddb5c..b309df9 100644 --- a/.github/workflows/builder_test.yml +++ b/.github/workflows/builder_test.yml @@ -20,7 +20,7 @@ jobs: matrix: sdkver: - '3.x' - - '3.10.x' # This is corresponded Flutter version which adopted Dart 3 + - '3.19.x' # This is corresponded Flutter version which adopted Dart 3 - any steps: - name: Checkout diff --git a/.github/workflows/model_test.yml b/.github/workflows/model_test.yml index b039510..6802490 100644 --- a/.github/workflows/model_test.yml +++ b/.github/workflows/model_test.yml @@ -20,7 +20,7 @@ jobs: matrix: dartsdk: - '3' - - '3.0' + - '3.3' - stable steps: - name: Checkout diff --git a/builder/CHANGELOG.md b/builder/CHANGELOG.md index 2fd49ef..b79f08e 100644 --- a/builder/CHANGELOG.md +++ b/builder/CHANGELOG.md @@ -1,4 +1,8 @@ -## 4.1.1 +## 4.1.2 + +* Update SDK constraint + +## ~~4.1.1~~ (Retracted) * Change version constraint of `model` package. diff --git a/builder/pubspec.yaml b/builder/pubspec.yaml index e4dd208..67d40b7 100644 --- a/builder/pubspec.yaml +++ b/builder/pubspec.yaml @@ -1,18 +1,18 @@ name: oghref_builder description: A Flutter widget for displaying rich information link with callback action provided. -version: 4.1.1 +version: 4.1.2 repository: https://github.com/rk0cc/oghref/tree/main/builder issue_tracker: https://github.com/rk0cc/oghref/issues funding: - https://github.com/sponsors/rk0cc environment: - sdk: '>=3.0.0 <4.0.0' - flutter: '>=3.10.0' + sdk: '>=3.3.0 <4.0.0' + flutter: '>=3.19.0' dependencies: flutter: sdk: flutter url_launcher: ^6.1.14 - oghref_model: ^3.5.0 + oghref_model: ^3.5.1 meta: ^1.9.1 url_launcher_platform_interface: ^2.2.1 http: ^1.1.0 diff --git a/media_control/CHANGELOG.md b/media_control/CHANGELOG.md index 3e76ce4..da5048b 100644 --- a/media_control/CHANGELOG.md +++ b/media_control/CHANGELOG.md @@ -1,4 +1,8 @@ -## 4.0.0 +## 4.0.1 + +* Change SDK constraint + +## ~~4.0.0~~ (Retracted) * Migration from `dart:html` to `package:web` * Integrated selected parameters from `PlayerConfiguration` and `VideoControllerConfiguration` into `MediaPlaybackPreference` diff --git a/media_control/pubspec.yaml b/media_control/pubspec.yaml index e024678..ea4e502 100644 --- a/media_control/pubspec.yaml +++ b/media_control/pubspec.yaml @@ -1,11 +1,11 @@ name: oghref_media_control description: Additional package for providing mixin to build widget for playing multimedia resources -version: 4.0.0 +version: 4.0.1 repository: https://github.com/rk0cc/oghref/tree/main/media_control issue_tracker: https://github.com/rk0cc/oghref/issues environment: - sdk: '>=3.0.0 <4.0.0' - flutter: '>=3.10.0' + sdk: '>=3.3.0 <4.0.0' + flutter: '>=3.19.0' dependencies: flutter: sdk: flutter diff --git a/model/CHANGELOG.md b/model/CHANGELOG.md index 18236e6..3adefb1 100644 --- a/model/CHANGELOG.md +++ b/model/CHANGELOG.md @@ -1,4 +1,8 @@ -## 3.5.0 +## 3.5.1 + +* Change Dart SDK constraint + +## ~~3.5.0~~ (Retracted) * Migrate all imported from `dart:html` to `package:web` diff --git a/model/pubspec.yaml b/model/pubspec.yaml index 503609d..5a5d523 100644 --- a/model/pubspec.yaml +++ b/model/pubspec.yaml @@ -1,6 +1,6 @@ name: oghref_model description: Object standarized definition with parser interface for constructing rich information of given URL among various metadata protocols. -version: 3.5.0 +version: 3.5.1 repository: https://github.com/rk0cc/oghref/tree/main/model issue_tracker: https://github.com/rk0cc/oghref/issues funding: @@ -10,7 +10,7 @@ topics: - http - metadata environment: - sdk: '>=3.0.0 <4.0.0' + sdk: '>=3.3.0 <4.0.0' dependencies: meta: ^1.9.1 http: ^1.1.0