Skip to content

Commit

Permalink
publish v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Mar 22, 2023
1 parent e9e83b5 commit f7ab217
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 35 deletions.
83 changes: 52 additions & 31 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
- basic demo app
- startBeacon
- add Peer
- remove Peer
- communication between dApp and wallet
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ packages:
path: ".."
relative: true
source: path
version: "1.0.8"
version: "1.0.9"
boolean_selector:
dependency: transitive
description:
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit f7ab217

Please sign in to comment.