Skip to content

Commit f7ab217

Browse files
committed
publish v1.0.9
1 parent e9e83b5 commit f7ab217

File tree

3 files changed

+56
-35
lines changed

3 files changed

+56
-35
lines changed

CHANGELOG.md

Lines changed: 52 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,59 +1,80 @@
1+
## 1.0.9
2+
3+
- add support for Limanet and Mumbainet
4+
- deprecate Ithacanet and Jakartanet
5+
- retry pairing for 3 times
6+
- android sdk updated to 3.2.4
7+
- iOS sdk updated to 3.2.4
8+
19
## 1.0.8
2-
* android sdk updated to 3.2.3
3-
* iOS sdk updated to 3.2.3
10+
11+
- android sdk updated to 3.2.3
12+
- iOS sdk updated to 3.2.3
413

514
## 1.0.7
6-
* pairing issue fixed in Android
15+
16+
- pairing issue fixed in Android
717

818
## 1.0.6
9-
* default wallet name can be added
19+
20+
- default wallet name can be added
1021

1122
## 1.0.5
12-
* add types of signing type (Micheline, Operation, Raw)
13-
* disconnect beacon before connection for android
23+
24+
- add types of signing type (Micheline, Operation, Raw)
25+
- disconnect beacon before connection for android
1426

1527
## 1.0.4
16-
* dependent packages upgrade
17-
* add screenshots
28+
29+
- dependent packages upgrade
30+
- add screenshots
1831

1932
## 1.0.3
20-
* add logo of altme and tezos
33+
34+
- add logo of altme and tezos
2135

2236
## 1.0.2
23-
* android getPeers response update
24-
* update readme
37+
38+
- android getPeers response update
39+
- update readme
2540

2641
## 1.0.1
27-
* broadcast support
28-
* update readme
29-
* add descriptions
42+
43+
- broadcast support
44+
- update readme
45+
- add descriptions
3046

3147
## 1.0.0
32-
* response update for getPeer and addPeer
33-
* added connectedPair model
34-
* android setup
35-
* examples added
48+
49+
- response update for getPeer and addPeer
50+
- added connectedPair model
51+
- android setup
52+
- examples added
3653

3754
## 0.0.5
38-
* operation response and model update
55+
56+
- operation response and model update
3957

4058
## 0.0.4
41-
* license update
42-
* add models
43-
* permission response
44-
* signing response
45-
* operation response
59+
60+
- license update
61+
- add models
62+
- permission response
63+
- signing response
64+
- operation response
4665

4766
## 0.0.3
48-
* update readme
67+
68+
- update readme
4969

5070
## 0.0.2
51-
* update readme
71+
72+
- update readme
5273

5374
## 0.0.1
5475

55-
* basic demo app
56-
* startBeacon
57-
* add Peer
58-
* remove Peer
59-
* communication between dApp and wallet
76+
- basic demo app
77+
- startBeacon
78+
- add Peer
79+
- remove Peer
80+
- communication between dApp and wallet

example/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ packages:
2323
path: ".."
2424
relative: true
2525
source: path
26-
version: "1.0.8"
26+
version: "1.0.9"
2727
boolean_selector:
2828
dependency: transitive
2929
description:

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: beacon_flutter
22
description: The Beacon Flutter Plugin provides Flutter developers with tools useful for setting up communication between native wallets supporting Tezos and dApps that implement beacon-sdk.
3-
version: 1.0.8
3+
version: 1.0.9
44
homepage: https://github.com/TalaoDAO/beacon
55

66
environment:
@@ -17,11 +17,11 @@ dependencies:
1717
dev_dependencies:
1818
flutter_test:
1919
sdk: flutter
20-
flutter_lints: ^2.0.1
20+
flutter_lints: ^2.0.1
2121
build_runner: ^2.2.1
2222
json_serializable: ^6.4.1
2323

24-
flutter:
24+
flutter:
2525
plugin:
2626
platforms:
2727
android:

0 commit comments

Comments
 (0)