mirror of
https://github.com/Iconica-Development/flutter_form_wizard.git
synced 2025-05-19 19:03:47 +02:00
Merge pull request #32 from Iconica-Development/bugfix/input_version_bump
fix: flutter_input_libray version bump
This commit is contained in:
commit
9a2585de99
3 changed files with 10 additions and 7 deletions
|
@ -92,4 +92,7 @@
|
|||
- Fix date format for datecontroller
|
||||
|
||||
## 6.1.4 - October 26th 2023
|
||||
- Bump `flutter_input_library` to version 2.3.0
|
||||
- Bump `flutter_input_library` to version 2.3.0
|
||||
|
||||
## 6.1.5 - October 26th 2023
|
||||
- Bump `flutter_input_library` to version 2.4.0
|
|
@ -68,16 +68,16 @@ packages:
|
|||
path: ".."
|
||||
relative: true
|
||||
source: path
|
||||
version: "6.1.2"
|
||||
version: "6.1.4"
|
||||
flutter_input_library:
|
||||
dependency: transitive
|
||||
description:
|
||||
path: "."
|
||||
ref: master
|
||||
resolved-ref: "2f0ceff64e85f137d59af682075b36591601c899"
|
||||
ref: "2.4.0"
|
||||
resolved-ref: "6f9fbccfbd2bde17321a7c1a2598cf8bfc2ad91b"
|
||||
url: "https://github.com/Iconica-Development/flutter_input_library"
|
||||
source: git
|
||||
version: "2.2.1"
|
||||
version: "2.4.0"
|
||||
flutter_lints:
|
||||
dependency: "direct dev"
|
||||
description:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: flutter_form_wizard
|
||||
description: A new Flutter package project.
|
||||
version: 6.1.4
|
||||
version: 6.1.5
|
||||
homepage: https://github.com/Iconica-Development/flutter_form_wizard
|
||||
|
||||
publish_to: none
|
||||
|
@ -18,7 +18,7 @@ dependencies:
|
|||
flutter_input_library:
|
||||
git:
|
||||
url: https://github.com/Iconica-Development/flutter_input_library
|
||||
ref: 2.3.0
|
||||
ref: 2.4.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
|
Loading…
Reference in a new issue