Skip to content

Commit

Permalink
Merge branch 'trunk' into dependabot/github_actions/github-actions-c3…
Browse files Browse the repository at this point in the history
…aa747780
  • Loading branch information
cpswan authored Aug 7, 2024
2 parents ee06b28 + b2f4f29 commit 3a64b09
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 6 deletions.
8 changes: 7 additions & 1 deletion packages/at_login_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
## 0.0.3

- **CHORE**: Bumped all dependency versions
- Major version increase of flutter_local_notifications from ^15.1.1 to ^17.2.1+2
- Major version increase of file_picker from ^6.1.1 to ^8.0.6

## 0.0.2

- **CHORE**: Bumped all dependency versions
- Major version increase of flutter_local_notifications from ^5.0.0+1 to ^15.1.1

## 0.0.1

* TODO: Describe initial release.
- TODO: Describe initial release.
2 changes: 1 addition & 1 deletion packages/at_login_flutter/example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.7.10'
ext.kotlin_version = '1.8.20'
repositories {
google()
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion packages/at_login_flutter/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ SPEC CHECKSUMS:
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7
flutter_keychain: 01aabf894ffe8b01adfda1d9df21c210c1b4b452
MTBBarcodeScanner: f453b33c4b7dfe545d8c6484ed744d55671788cb
package_info_plus: 115f4ad11e0698c8c1c5d8a689390df880f47e85
package_info_plus: 58f0028419748fad15bf008b270aaa8e54380b1c
path_provider_foundation: 2b6b4c569c0fb62ec74538f866245ac84301af46
permission_handler_apple: 9878588469a2b0d0fc1e048d9f43605f92e6cec2
qr_code_scanner: bb67d64904c3b9658ada8c402e8b4d406d5d796e
Expand Down
2 changes: 1 addition & 1 deletion packages/at_login_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies:
path_provider: ^2.1.1

dev_dependencies:
flutter_lints: ^2.0.3
flutter_lints: ^4.0.0
flutter_test:
sdk: flutter

Expand Down
4 changes: 2 additions & 2 deletions packages/at_login_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ dependencies:
at_server_status: ^1.0.3
at_utils: ^3.0.15
basic_utils: ^5.6.1
file_picker: ^6.1.1
file_picker: ^8.0.6
flutter:
sdk: flutter
flutter_local_notifications: ^15.1.1
flutter_local_notifications: ^17.2.1+2
flutter_qr_reader: ^1.0.5
http: ^1.1.0
path_provider: ^2.1.1
Expand Down

0 comments on commit 3a64b09

Please sign in to comment.