Merge pull request #32 from Iconica-Development/bugfix/input_version_bump

fix: flutter_input_libray version bump
This commit is contained in:
Jacques Doeleman 2023-10-26 16:29:24 +02:00 committed by GitHub
commit 9a2585de99
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 7 deletions

View file

@ -93,3 +93,6 @@
## 6.1.4 - October 26th 2023 ## 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

View file

@ -68,16 +68,16 @@ packages:
path: ".." path: ".."
relative: true relative: true
source: path source: path
version: "6.1.2" version: "6.1.4"
flutter_input_library: flutter_input_library:
dependency: transitive dependency: transitive
description: description:
path: "." path: "."
ref: master ref: "2.4.0"
resolved-ref: "2f0ceff64e85f137d59af682075b36591601c899" resolved-ref: "6f9fbccfbd2bde17321a7c1a2598cf8bfc2ad91b"
url: "https://github.com/Iconica-Development/flutter_input_library" url: "https://github.com/Iconica-Development/flutter_input_library"
source: git source: git
version: "2.2.1" version: "2.4.0"
flutter_lints: flutter_lints:
dependency: "direct dev" dependency: "direct dev"
description: description:

View file

@ -1,6 +1,6 @@
name: flutter_form_wizard name: flutter_form_wizard
description: A new Flutter package project. description: A new Flutter package project.
version: 6.1.4 version: 6.1.5
homepage: https://github.com/Iconica-Development/flutter_form_wizard homepage: https://github.com/Iconica-Development/flutter_form_wizard
publish_to: none publish_to: none
@ -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.3.0 ref: 2.4.0
dev_dependencies: dev_dependencies:
flutter_test: flutter_test: