Skip to content

Commit

Permalink
chore: 🔖 v0.0.1-dev.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralu committed Sep 6, 2024
1 parent 5558616 commit 5a085de
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.0.1-dev.4

* ✨ Add methods :
* `getBytecode`
* `getBlockNumber`
* `getToken`
* `getFeeHistory`
* `waitForTransactionReceipt`
* `watchContractEvent`
* Social Login Controls
* Improve API typing


## 0.0.1-dev.3

* Fix release build
Expand Down
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ packages:
path: ".."
relative: true
source: path
version: "0.0.1-dev.3"
version: "0.0.1-dev.4"
watcher:
dependency: transitive
description:
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: wagmi_flutter_web
description: "Wagmi JS SDK wrapper for Dart Web"
version: 0.0.1-dev.3
version: 0.0.1-dev.4
homepage: https://github.com/archethic-foundation/wagmi_flutter_web

environment:
Expand Down

0 comments on commit 5a085de

Please sign in to comment.