mirror of
https://github.com/Iconica-Development/flutter_chat.git
synced 2025-05-19 02:43:50 +02:00
chore(deps): sync minimum required Flutter and Dart versions
This commit is contained in:
parent
1343cde810
commit
5962852410
8 changed files with 15 additions and 11 deletions
3
.github/workflows/melos-ci.yml
vendored
3
.github/workflows/melos-ci.yml
vendored
|
@ -11,5 +11,4 @@ jobs:
|
||||||
secrets: inherit
|
secrets: inherit
|
||||||
permissions: write-all
|
permissions: write-all
|
||||||
with:
|
with:
|
||||||
subfolder: '.' # add optional subfolder to run workflow in
|
flutter_version: 3.22.1
|
||||||
flutter_version: 3.19.6
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
## 3.0.3
|
||||||
|
|
||||||
|
- Sync minimum required Flutter and Dart versions between the internal components
|
||||||
|
|
||||||
## 3.0.2
|
## 3.0.2
|
||||||
|
|
||||||
- Update Firebase dependencies to their latest versions
|
- Update Firebase dependencies to their latest versions
|
||||||
|
|
|
@ -8,7 +8,8 @@ version: 3.0.2
|
||||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.1.0 <4.0.0"
|
sdk: ">=3.4.1 <4.0.0"
|
||||||
|
flutter: "^3.22.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
|
|
@ -8,7 +8,7 @@ version: 3.0.2
|
||||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.1.0 <4.0.0"
|
sdk: ">=3.4.1 <4.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
|
|
@ -8,8 +8,8 @@ version: 3.0.2
|
||||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.1.0 <4.0.0"
|
sdk: ">=3.4.1 <4.0.0"
|
||||||
flutter: ">=1.17.0"
|
flutter: ">=3.13.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
|
|
@ -4,8 +4,8 @@ version: 3.0.2
|
||||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.2.5 <4.0.0"
|
sdk: ">=3.4.1 <4.0.0"
|
||||||
flutter: ">=1.17.0"
|
flutter: ">=3.13.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
|
|
@ -9,8 +9,8 @@ version: 3.0.2
|
||||||
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
publish_to: https://forgejo.internal.iconica.nl/api/packages/internal/pub
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.1.0 <4.0.0"
|
sdk: ">=3.4.1 <4.0.0"
|
||||||
flutter: ">=1.17.0"
|
flutter: ">=3.22.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: flutter_chat_workspace
|
name: flutter_chat_workspace
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=3.1.0 <4.0.0"
|
sdk: ">=3.4.1 <4.0.0"
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
melos: ^3.0.1
|
melos: ^3.0.1
|
||||||
|
|
Loading…
Reference in a new issue