Skip to content

Commit

Permalink
chore(main): release namadillo 1.4.0 (#1550)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 15, 2025
1 parent 61107fc commit 1e22686
Show file tree
Hide file tree
Showing 3 changed files with 16 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.3.0",
"apps/namadillo": "1.4.0",
"apps/extension": "0.3.7",
"packages/sdk": "0.14.0",
"packages/types": "0.3.0"
Expand Down
14 changes: 14 additions & 0 deletions apps/namadillo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.4.0](https://github.com/anoma/namada-interface/compare/[email protected]@v1.4.0) (2025-01-15)


### Features

* Add version warning banner (anoma[#1491](https://github.com/anoma/namada-interface/issues/1491)) ([#1534](https://github.com/anoma/namada-interface/issues/1534)) ([02cd5eb](https://github.com/anoma/namada-interface/commit/02cd5eb3413c64d18b62b93f94d1ba7c7187bddb))
* Fetch shielded balances on transfer ([#1547](https://github.com/anoma/namada-interface/issues/1547)) ([61107fc](https://github.com/anoma/namada-interface/commit/61107fc46942021b657d675a3a4ee82b8c7124fb))
* Fetching known ibc channels from github chain-registry repository ([#1545](https://github.com/anoma/namada-interface/issues/1545)) ([1e528c8](https://github.com/anoma/namada-interface/commit/1e528c815efb18659304e52f4f5dad228005f1bf))


### Bug Fixes

* Fix fee component on transfers ([#1548](https://github.com/anoma/namada-interface/issues/1548)) ([83228bf](https://github.com/anoma/namada-interface/commit/83228bfbcea6f4a35873791b5bc728116efe0f14))

## [1.3.0](https://github.com/anoma/namada-interface/compare/[email protected]@v1.3.0) (2025-01-14)


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.3.0",
"version": "1.4.0",
"description": "Namadillo",
"repository": "https://github.com/anoma/namada-interface/",
"author": "Heliax Dev <[email protected]>",
Expand Down

0 comments on commit 1e22686

Please sign in to comment.