mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 19:03:47 +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
|
## 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: ".."
|
path: ".."
|
||||||
relative: true
|
relative: true
|
||||||
source: path
|
source: path
|
||||||
version: "6.1.0"
|
version: "6.1.2"
|
||||||
flutter_input_library:
|
flutter_input_library:
|
||||||
dependency: transitive
|
dependency: transitive
|
||||||
description:
|
description:
|
||||||
path: "."
|
path: "."
|
||||||
ref: "2.1.0"
|
ref: "2.2.1"
|
||||||
resolved-ref: dd7129a6b9725e6df1ea8f2a7db75eb36dbc1fa8
|
resolved-ref: "2fabb07499ceebb86ab84f02d191f930041882ec"
|
||||||
url: "https://github.com/Iconica-Development/flutter_input_library"
|
url: "https://github.com/Iconica-Development/flutter_input_library"
|
||||||
source: git
|
source: git
|
||||||
version: "2.1.0"
|
version: "2.2.1"
|
||||||
flutter_lints:
|
flutter_lints:
|
||||||
dependency: "direct dev"
|
dependency: "direct dev"
|
||||||
description:
|
description:
|
||||||
|
|
|
@ -18,7 +18,7 @@ dependencies:
|
||||||
flutter_input_library:
|
flutter_input_library:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/Iconica-Development/flutter_input_library
|
url: https://github.com/Iconica-Development/flutter_input_library
|
||||||
ref: 2.2.0
|
ref: 2.2.1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|
Loading…
Reference in a new issue