Skip to content

Commit 1e22686

Browse files
chore(main): release namadillo 1.4.0 (#1550)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 61107fc commit 1e22686

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"apps/namadillo": "1.3.0",
2+
"apps/namadillo": "1.4.0",
33
"apps/extension": "0.3.7",
44
"packages/sdk": "0.14.0",
55
"packages/types": "0.3.0"

apps/namadillo/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.4.0](https://github.com/anoma/namada-interface/compare/[email protected]@v1.4.0) (2025-01-15)
4+
5+
6+
### Features
7+
8+
* 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))
9+
* Fetch shielded balances on transfer ([#1547](https://github.com/anoma/namada-interface/issues/1547)) ([61107fc](https://github.com/anoma/namada-interface/commit/61107fc46942021b657d675a3a4ee82b8c7124fb))
10+
* 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))
11+
12+
13+
### Bug Fixes
14+
15+
* Fix fee component on transfers ([#1548](https://github.com/anoma/namada-interface/issues/1548)) ([83228bf](https://github.com/anoma/namada-interface/commit/83228bfbcea6f4a35873791b5bc728116efe0f14))
16+
317
## [1.3.0](https://github.com/anoma/namada-interface/compare/[email protected]@v1.3.0) (2025-01-14)
418

519

apps/namadillo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@namada/namadillo",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Namadillo",
55
"repository": "https://github.com/anoma/namada-interface/",
66
"author": "Heliax Dev <[email protected]>",

0 commit comments

Comments
 (0)