From aeb4292a1921bdeeb35a4fad1db88be25592beeb Mon Sep 17 00:00:00 2001 From: your-name Date: Thu, 31 Jul 2025 04:34:28 +0300 Subject: [PATCH] chore: Upgrade dependencies and app version Upgrades `go_router` to its latest major version. Introduces `toastification` for displaying in-app notifications. Adds the `collection` package for enhanced utility functions. Increments the application's version and build number. --- pubspec.yaml.bak | 6 ++++-- scripts/version_and_changelog.sh | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/pubspec.yaml.bak b/pubspec.yaml.bak index 1c5b615..f0faf32 100644 --- a/pubspec.yaml.bak +++ b/pubspec.yaml.bak @@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 0.1.0+3 +version: 0.1.1+4 environment: sdk: ^3.8.1 @@ -37,7 +37,7 @@ dependencies: # Use with the CupertinoIcons class for iOS style icons. cupertino_icons: ^1.0.8 mobile_scanner: ^7.0.1 - go_router: ^15.2.3 + go_router: ^16.0.0 flutter_riverpod: ^2.6.1 flutter_launcher_icons: ^0.14.4 freezed_annotation: ^3.0.0 @@ -55,6 +55,8 @@ dependencies: path_provider: ^2.1.5 path: ^1.9.1 multiple_result: ^5.1.0 + toastification: ^3.0.3 + collection: ^1.19.1 dev_dependencies: flutter_test: diff --git a/scripts/version_and_changelog.sh b/scripts/version_and_changelog.sh index edd06f6..959b316 100755 --- a/scripts/version_and_changelog.sh +++ b/scripts/version_and_changelog.sh @@ -134,8 +134,8 @@ mv "$TEMP_CHANGELOG" "$CHANGELOG_FILE" echo "Changelog updated successfully." # # Commit version and changelog update -git config --global user.email "your-email@example.com" -git config --global user.name "your-name" +# git config --global user.email "your-email@example.com" +# git config --global user.name "mandreshope" git add pubspec.yaml CHANGELOG.md git commit -m "chore: increment version $NEW_VERSION+$NEW_BUILD and update changelog" # git push \ No newline at end of file