Skip to content

Commit

Permalink
chore: release 1.3.0 (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeternity-bot authored Jun 30, 2024
1 parent aa3b09a commit 62db97b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [1.3.0](https://www.github.com/aeternity/aepp-bridge/compare/v1.2.4...v1.3.0) (2024-06-30)


### Features

* refactor bridge info object and adjust views accordingly to the bridge operator fund account balance ([b24f22d](https://www.github.com/aeternity/aepp-bridge/commit/b24f22dec66fe93f25d114e762609cfd9d10b822))
* setup snack notificator lib ([7712d55](https://www.github.com/aeternity/aepp-bridge/commit/7712d55a3bd6eb6b7ba4e6d5e3904b042da41a7b))


### Refactorings

* dialogs & display bridge action summary ([fe7c69d](https://www.github.com/aeternity/aepp-bridge/commit/fe7c69d0f19a9d486de0f59a9642667de0305da8))


### Miscellaneous

* Add check for sufficient balance in Ethereum bridge contract ([aa3b09a](https://www.github.com/aeternity/aepp-bridge/commit/aa3b09a6e2a218c7033cd595a1a32e34d17288dd))
* Disable bridge usage depending on the contract flag ([c50fcf3](https://www.github.com/aeternity/aepp-bridge/commit/c50fcf3a949d7cf7ff84bf5e8feb995c1340f8fb))
* replace error dialogs with snack alerts ([b5ad38d](https://www.github.com/aeternity/aepp-bridge/commit/b5ad38d4fb0126dfc582dd70092b2cbd4141d5b1))

### [1.2.4](https://www.github.com/aeternity/aepp-bridge/compare/v1.2.3...v1.2.4) (2024-06-27)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aepp-bridge",
"version": "1.2.4",
"version": "1.3.0",
"private": true,
"devDependencies": {
"@aeternity/aepp-sdk": "13.3.2",
Expand Down

0 comments on commit 62db97b

Please sign in to comment.