From f7ab2176ed2e56e0843b7de6da863687bef528ea Mon Sep 17 00:00:00 2001 From: Bibash Shrestha Date: Wed, 22 Mar 2023 13:52:52 +0530 Subject: [PATCH] publish v1.0.9 --- CHANGELOG.md | 83 +++++++++++++++++++++++++++----------------- example/pubspec.lock | 2 +- pubspec.yaml | 6 ++-- 3 files changed, 56 insertions(+), 35 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9638dc2..06ed4f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,59 +1,80 @@ +## 1.0.9 + +- add support for Limanet and Mumbainet +- deprecate Ithacanet and Jakartanet +- retry pairing for 3 times +- android sdk updated to 3.2.4 +- iOS sdk updated to 3.2.4 + ## 1.0.8 -* android sdk updated to 3.2.3 -* iOS sdk updated to 3.2.3 + +- android sdk updated to 3.2.3 +- iOS sdk updated to 3.2.3 ## 1.0.7 -* pairing issue fixed in Android + +- pairing issue fixed in Android ## 1.0.6 -* default wallet name can be added + +- default wallet name can be added ## 1.0.5 -* add types of signing type (Micheline, Operation, Raw) -* disconnect beacon before connection for android + +- add types of signing type (Micheline, Operation, Raw) +- disconnect beacon before connection for android ## 1.0.4 -* dependent packages upgrade -* add screenshots + +- dependent packages upgrade +- add screenshots ## 1.0.3 -* add logo of altme and tezos + +- add logo of altme and tezos ## 1.0.2 -* android getPeers response update -* update readme + +- android getPeers response update +- update readme ## 1.0.1 -* broadcast support -* update readme -* add descriptions + +- broadcast support +- update readme +- add descriptions ## 1.0.0 -* response update for getPeer and addPeer -* added connectedPair model -* android setup -* examples added + +- response update for getPeer and addPeer +- added connectedPair model +- android setup +- examples added ## 0.0.5 -* operation response and model update + +- operation response and model update ## 0.0.4 -* license update -* add models -* permission response -* signing response -* operation response + +- license update +- add models +- permission response +- signing response +- operation response ## 0.0.3 -* update readme + +- update readme ## 0.0.2 -* update readme + +- update readme ## 0.0.1 -* basic demo app -* startBeacon -* add Peer -* remove Peer -* communication between dApp and wallet \ No newline at end of file +- basic demo app +- startBeacon +- add Peer +- remove Peer +- communication between dApp and wallet diff --git a/example/pubspec.lock b/example/pubspec.lock index 527dbb4..466cf20 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -23,7 +23,7 @@ packages: path: ".." relative: true source: path - version: "1.0.8" + version: "1.0.9" boolean_selector: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 045fd87..65e36cd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: beacon_flutter 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. -version: 1.0.8 +version: 1.0.9 homepage: https://github.com/TalaoDAO/beacon environment: @@ -17,11 +17,11 @@ dependencies: dev_dependencies: flutter_test: sdk: flutter - flutter_lints: ^2.0.1 + flutter_lints: ^2.0.1 build_runner: ^2.2.1 json_serializable: ^6.4.1 -flutter: +flutter: plugin: platforms: android: