1
0
Fork 0
mirror of synced 2024-07-04 06:00:53 +12:00

Update versions

This commit is contained in:
Jake Barnby 2023-04-12 17:59:43 +12:00
parent 927c2a2988
commit 979fa36b02
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C
3 changed files with 4 additions and 4 deletions

View file

@ -63,7 +63,7 @@ return [
[
'key' => 'flutter',
'name' => 'Flutter',
'version' => '8.3.0',
'version' => '9.0.0',
'url' => 'https://github.com/appwrite/sdk-for-flutter',
'package' => 'https://pub.dev/packages/appwrite',
'enabled' => true,
@ -375,7 +375,7 @@ return [
[
'key' => 'dart',
'name' => 'Dart',
'version' => '7.3.0',
'version' => '8.0.0',
'url' => 'https://github.com/appwrite/sdk-for-dart',
'package' => 'https://pub.dev/packages/dart_appwrite',
'enabled' => true,

View file

@ -1,4 +1,4 @@
## 7.3.0
## 8.0.0
* Improve helper classes
* Deprecated `InputFile` default constructor and introduced `InputFile.fromPath` and `InputFile.fromBytes` for consistency with other SDKs

View file

@ -1,4 +1,4 @@
## 8.3.0
## 9.0.0
* Fix: back navigation bringing back web browser after OAuth session creation
* Update: Deprecated `InputFile` default constructor and introduced `InputFile.fromPath` and `InputFile.fromBytes` for consistency with other SDKs