Skip to content

Commit

Permalink
v3.0.0-beta14
Browse files Browse the repository at this point in the history
  • Loading branch information
quetool committed Oct 31, 2023
1 parent 237c1de commit a49c68d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.0-beta14

- UI Fixes based on designs

## 3.0.0-beta13

- Minor changes on analyzer
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ packages:
path: ".."
relative: true
source: path
version: "3.0.0-beta13"
version: "3.0.0-beta14"
web_socket_channel:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion lib/constants/string_constants.dart
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class StringConstants {
// Request Headers
static const X_SDK_TYPE = 'w3m';
static const X_SDK_VERSION = '3.0.0-beta13';
static const X_SDK_VERSION = '3.0.0-beta14';
static const X_CORE_SDK_VERSION = 'flutter_v2.1.8';

// UI
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: web3modal_flutter
description: "WalletConnect Web3Modal: Simple, intuitive wallet login. With this drop-in UI SDK, enable any wallet's users to seamlessly log in to your app and enjoy a unified experience"
version: 3.0.0-beta13
version: 3.0.0-beta14
repository: https://github.com/WalletConnect/Web3ModalFlutter

environment:
Expand Down
8 changes: 8 additions & 0 deletions test/mock_classes.mocks.dart
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,14 @@ class MockW3MService extends _i1.Mock implements _i17.W3MService {
),
) as _i3.Event<_i3.EventArgs>);
@override
_i3.Event<_i3.EventArgs> get onWalletConnectionError => (super.noSuchMethod(
Invocation.getter(#onWalletConnectionError),
returnValue: _FakeEvent_1<_i3.EventArgs>(
this,
Invocation.getter(#onWalletConnectionError),
),
) as _i3.Event<_i3.EventArgs>);
@override
_i18.W3MServiceStatus get status => (super.noSuchMethod(
Invocation.getter(#status),
returnValue: _i18.W3MServiceStatus.idle,
Expand Down

0 comments on commit a49c68d

Please sign in to comment.