Skip to content

Commit fecffb7

Browse files
author
Sterling Long
committed
2.1.6
1 parent 93eeb47 commit fecffb7

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1+
## 2.1.6
2+
3+
- Removed image from QR Code, it was sometimes causing problems and needs more testing
4+
15
## 2.1.5
26

37
- Added height parameter to the `WalletConnectModalConnect` button
4-
- Removed image from QR Code, it was sometimes causing problems and needs more testing
58

69
## 2.1.4
710

lib/constants/constants.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import 'package:flutter/material.dart';
22

33
class WalletConnectModalConstants {
4-
static const WALLETCONNECT_MODAL_VERSION = '2.1.5';
4+
static const WALLETCONNECT_MODAL_VERSION = '2.1.6';
55

66
static const Key helpPageKey = Key('helpPageKey');
77
static const Key qrCodePageKey = Key('qrCodePageKey');

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: walletconnect_modal_flutter
22
description: The WalletConnectModal for WalletConnect built using Flutter.
3-
version: 2.1.5
3+
version: 2.1.6
44
repository: https://github.com/WalletConnect/WalletConnectModalFlutter
55

66
environment:

0 commit comments

Comments
 (0)