Skip to content

Commit

Permalink
Change SDK constaint
Browse files Browse the repository at this point in the history
  • Loading branch information
rk0cc committed Apr 20, 2024
1 parent f74d61c commit 8c07815
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/model_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
dartsdk:
- '3'
- '3.0'
- '3.3'
- stable
steps:
- name: Checkout
Expand Down
6 changes: 5 additions & 1 deletion builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## 4.1.1
## 4.1.2

* Update SDK constraint

## ~~4.1.1~~ (Retracted)

* Change version constraint of `model` package.

Expand Down
8 changes: 4 additions & 4 deletions builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 5 additions & 1 deletion media_control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
6 changes: 3 additions & 3 deletions media_control/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 5 additions & 1 deletion model/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`

Expand Down
4 changes: 2 additions & 2 deletions model/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 8c07815

Please sign in to comment.