Skip to content

Commit

Permalink
Update deps on walletkit
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Oct 29, 2024
1 parent cbbbc1e commit 345261e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
4 changes: 2 additions & 2 deletions packages/reown_walletkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## 1.0.2
## 1.0.3

- Minor dependency update
- Minor dependency update

## 1.0.1

Expand Down
2 changes: 1 addition & 1 deletion packages/reown_walletkit/lib/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 10 additions & 4 deletions packages/reown_walletkit/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: reown_walletkit
description: "Reown is the onchain UX platform that provides toolkits built on top of the WalletConnect Network"
version: 1.0.2
version: 1.0.3
homepage: https://github.com/reown-com/reown_flutter
repository: https://github.com/reown-com/reown_flutter/tree/master/packages/reown_walletkit
documentation: https://docs.reown.com/walletkit/flutter/installation
Expand All @@ -12,8 +12,12 @@ dependencies:
event: ^2.1.2
flutter:
sdk: flutter
reown_core: ^1.0.2
reown_sign: ^1.0.2
reown_core: ^1.0.3
# reown_core:
# path: ../reown_core/
reown_sign: ^1.0.3
# reown_sign:
# path: ../reown_sign/

dev_dependencies:
build_runner: ^2.4.7
Expand All @@ -26,7 +30,9 @@ dev_dependencies:
logger: ^2.2.0
mockito: ^5.4.3
package_info_plus: ^8.0.2
reown_appkit: ^1.0.1
reown_appkit: ^1.0.2
# reown_appkit:
# path: ../reown_appkit/

platforms:
android:
Expand Down

0 comments on commit 345261e

Please sign in to comment.