-
Notifications
You must be signed in to change notification settings - Fork 122
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(main): release namadillo 1.7.0
- Loading branch information
1 parent
3185448
commit 18df2ca
Showing
3 changed files
with
17 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
# Changelog | ||
|
||
## [1.7.0](https://github.com/anoma/namada-interface/compare/[email protected]@v1.7.0) (2025-02-11) | ||
|
||
|
||
### Features | ||
|
||
* Add dollar support for multiple channels ([#1609](https://github.com/anoma/namada-interface/issues/1609)) ([893f85e](https://github.com/anoma/namada-interface/commit/893f85ec646476b3a3851d5d250491f400aef595)) | ||
* Add optimistic response for shielded transfers ([#1615](https://github.com/anoma/namada-interface/issues/1615)) ([a27e004](https://github.com/anoma/namada-interface/commit/a27e0042a11ac9b3325cd6b6bf42959c6dcc3284)) | ||
* Render claim error ([#1626](https://github.com/anoma/namada-interface/issues/1626)) ([9f70e35](https://github.com/anoma/namada-interface/commit/9f70e358022feda17e300e0b79b7525893e20571)) | ||
* Several improvements on Transfer Module and transaction receipts ([#1617](https://github.com/anoma/namada-interface/issues/1617)) ([1f0bda8](https://github.com/anoma/namada-interface/commit/1f0bda8fddaf998dc142458dfb9373fb6734b497)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* Fixing ibc assets transfer fees ([#1625](https://github.com/anoma/namada-interface/issues/1625)) ([3185448](https://github.com/anoma/namada-interface/commit/3185448c538a57e58a07af37cdb91ba60e3d7a69)) | ||
|
||
## [1.6.0](https://github.com/anoma/namada-interface/compare/[email protected]@v1.6.0) (2025-02-05) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@namada/namadillo", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "Namadillo", | ||
"repository": "https://github.com/anoma/namada-interface/", | ||
"author": "Heliax Dev <[email protected]>", | ||
|