mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 10:53:49 +02:00
feat: bump flutter_input_library version
This commit is contained in:
parent
e4c5e2ae08
commit
f7aba6a679
3 changed files with 9 additions and 6 deletions
|
@ -83,4 +83,7 @@
|
|||
|
||||
## 6.1.1 - August 10th 2023
|
||||
|
||||
- - Bump `flutter_input_library` to version 2.2.0
|
||||
- Bump `flutter_input_library` to version 2.2.0
|
||||
## 6.1.2 - August 11th 2023
|
||||
|
||||
- Bump `flutter_input_library` to version 2.2.1
|
||||
|
|
|
@ -68,16 +68,16 @@ packages:
|
|||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "6.1.0"
|
||||
version: "6.1.2"
|
||||
flutter_input_library:
|
||||
dependency: transitive
|
||||
description:
|
||||
path: "."
|
||||
ref: "2.1.0"
|
||||
resolved-ref: dd7129a6b9725e6df1ea8f2a7db75eb36dbc1fa8
|
||||
ref: "2.2.1"
|
||||
resolved-ref: "2fabb07499ceebb86ab84f02d191f930041882ec"
|
||||
url: "https://github.com/Iconica-Development/flutter_input_library"
|
||||
source: git
|
||||
version: "2.1.0"
|
||||
version: "2.2.1"
|
||||
flutter_lints:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
|
|
|
@ -18,7 +18,7 @@ dependencies:
|
|||
flutter_input_library:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_input_library
|
||||
ref: 2.2.0
|
||||
ref: 2.2.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Reference in a new issue