Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release namadillo 1.7.0 #1619

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"apps/namadillo": "1.6.0",
"apps/namadillo": "1.7.0",
"apps/extension": "0.3.7",
"packages/sdk": "0.15.0",
"packages/types": "0.3.0"
Expand Down
16 changes: 16 additions & 0 deletions apps/namadillo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# 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))
* Shielded sync before masp tx ([#1623](https://github.com/anoma/namada-interface/issues/1623)) ([56fbf56](https://github.com/anoma/namada-interface/commit/56fbf563c8654966cf4e5da90de5031130beb1ff))


### 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)


Expand Down
2 changes: 1 addition & 1 deletion apps/namadillo/package.json
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]>",
Expand Down