Skip to content

Commit

Permalink
chore(main): release namadillo 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 11, 2025
1 parent 3185448 commit 18df2ca
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
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
15 changes: 15 additions & 0 deletions apps/namadillo/CHANGELOG.md
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)


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

0 comments on commit 18df2ca

Please sign in to comment.