Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Version 3 (#35)
Browse files Browse the repository at this point in the history
* ⬆️ bumped dependencies

* 💚 set codecov set to be verbose
  • Loading branch information
sarbagyastha authored Jul 25, 2023
1 parent 6e9be64 commit c925f37
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 21 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,3 +42,4 @@ jobs:
files: ./packages/khalti_core/coverage/lcov.info,./packages/khalti/coverage/lcov.info
name: khalti-coverage
fail_ci_if_error: true
verbose: true
7 changes: 5 additions & 2 deletions packages/khalti/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# [2.0.0] - Jul 25, 2023
- Bumps dependencies to latest version.

# [1.1.0] - Feb 9, 2023
- Upgraded dependencies.
- Bumps dependencies to latest version.

# [1.0.2] - Jan 31, 2022
- Upgraded dependencies.
- Bumps dependencies to latest version.

# [1.0.1] - Nov 1, 2021
- Upgraded to `khalti_core: ^1.0.1`
Expand Down
16 changes: 8 additions & 8 deletions packages/khalti/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@ name: khalti
description: An official Flutter plugin for Khalti Payment Gateway, to accept
payments using Khalti Wallet, E-banking, Mobile Banking, Connect IPS and SCT
cards.
version: 1.1.0
version: 2.0.0
homepage: https://khalti.com/payment-gateway/
documentation: https://docs.khalti.com/
issue_tracker: https://github.com/khalti/khalti-flutter-sdk/issues
repository: https://github.com/khalti/khalti-flutter-sdk/tree/master/packages/khalti

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"

dependencies:
device_info_plus: ^9.0.0
device_info_plus: ^9.0.2
flutter:
sdk: flutter
http: ^0.13.5
khalti_core: ^1.1.0
package_info_plus: ^4.0.0
http: ^1.1.0
khalti_core: ^1.1.1
package_info_plus: ^4.0.2

dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^2.0.1
flutter_lints: ^2.0.2
mocktail: ^0.3.0
package_info_plus_platform_interface: ^2.0.1
plugin_platform_interface: ^2.1.4
plugin_platform_interface: ^2.1.5
5 changes: 4 additions & 1 deletion packages/khalti_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# [1.1.1] - Jul 25, 2023
- Bumps dependencies to latest version.

# [1.1.0] - Feb 9, 2023
- Upgraded dependencies.
- Bumps dependencies to latest version.

# [1.0.1] - Nov 1, 2021
- Fixed issue where `productUrl` would always report as null.
Expand Down
4 changes: 2 additions & 2 deletions packages/khalti_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: khalti_core
description: An official wrapper around Khalti Payment Gateway's REST API.
version: 1.1.0
version: 1.1.1
homepage: https://khalti.com/payment-gateway/
documentation: https://docs.khalti.com/
issue_tracker: https://github.com/khalti/khalti-flutter-sdk/issues
repository: https://github.com/khalti/khalti-flutter-sdk/tree/master/packages/khalti_core

environment:
sdk: '>=2.17.0 <3.0.0'
sdk: '>=2.17.0 <4.0.0'

dev_dependencies:
flutter_lints: ^2.0.1
Expand Down
3 changes: 3 additions & 0 deletions packages/khalti_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# [3.0.0] - Jul 25, 2023
- Bumps dependencies to latest version.

# [2.2.1] - Feb 14, 2023
- Fix redirection issue after bank payments.

Expand Down
14 changes: 7 additions & 7 deletions packages/khalti_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
name: khalti_flutter
description: An official Flutter plugin for Khalti Payment Gateway, with all the necessary interface that make it easy to integrate with your app.
version: 2.2.1
version: 3.0.0
homepage: https://khalti.com/payment-gateway/
documentation: https://docs.khalti.com/
issue_tracker: https://github.com/khalti/khalti-flutter-sdk/issues
repository: https://github.com/khalti/khalti-flutter-sdk/tree/master/packages/khalti_flutter

environment:
sdk: ">=2.17.0 <3.0.0"
sdk: ">=2.17.0 <4.0.0"
flutter: ">=3.0.0"

dependencies:
flutter:
sdk: flutter
flutter_svg: ^2.0.5
intl: ">=0.17.0 <0.19.0"
khalti: ^1.1.0
url_launcher: ^6.1.11
flutter_svg: ^2.0.7
intl: ^0.18.0
khalti: ^2.0.0
url_launcher: ^6.1.12

dev_dependencies:
flutter_lints: ^2.0.1
flutter_lints: ^2.0.2

flutter:
assets:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ environment:
sdk: '>=2.18.0 <3.0.0'

dev_dependencies:
melos: ^3.0.1
melos: ^3.1.1

0 comments on commit c925f37

Please sign in to comment.