Skip to content

Commit

Permalink
Merge pull request #244 from WalletConnect/feature/updated_dependenci…
Browse files Browse the repository at this point in the history
…es_2.1.13

Dependency fix
  • Loading branch information
quetool committed Jan 8, 2024
2 parents 8ccbf43 + 0a2d0be commit 74c9573
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.1.13

- Updated dependencies

## 2.1.12

- Minor improvements and updated dependencies
Expand Down
2 changes: 1 addition & 1 deletion example/dapp/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
qr_flutter: ^4.0.0
json_annotation: ^4.8.0
json_annotation: ^4.8.1
walletconnect_flutter_v2:
path: ../..
fl_toast: ^3.1.0
Expand Down
2 changes: 1 addition & 1 deletion example/wallet/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies:
# Use with the CupertinoIcons class for iOS style icons.
cupertino_icons: ^1.0.2
qr_flutter: ^4.0.0
json_annotation: ^4.8.0
json_annotation: ^4.8.1
walletconnect_flutter_v2:
path: ../..
fl_toast: ^3.1.0
Expand Down
2 changes: 1 addition & 1 deletion lib/src/version.dart

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

4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: walletconnect_flutter_v2
description: This repository contains oficial implementation of WalletConnect v2 protocols for Flutter applications. The communications protocol for web3.
version: 2.1.12
version: 2.1.13
repository: https://github.com/WalletConnect/WalletConnectFlutterV2

environment:
Expand All @@ -25,7 +25,7 @@ dependencies:
stream_channel: ^2.1.0
universal_io: ^2.2.2
web3dart: ^2.7.2
web_socket_channel: ^2.4.2
web_socket_channel: ^2.4.0
x25519: ^0.1.1

dev_dependencies:
Expand Down

0 comments on commit 74c9573

Please sign in to comment.