Skip to content

Commit fd17907

Browse files
chore(main): release namadillo 1.9.0 (#1648)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8800b03 commit fd17907

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-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.8.0",
2+
"apps/namadillo": "1.9.0",
33
"apps/extension": "0.4.0",
44
"packages/sdk": "0.16.0",
55
"packages/types": "0.4.0"

apps/namadillo/CHANGELOG.md

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

3+
## [1.9.0](https://github.com/anoma/namada-interface/compare/[email protected]@v1.9.0) (2025-02-18)
4+
5+
6+
### Features
7+
8+
* Add token address as html title ([#1663](https://github.com/anoma/namada-interface/issues/1663)) ([b06a905](https://github.com/anoma/namada-interface/commit/b06a905f7d8a521225e7b91d67cefcbb41e9eb34))
9+
* Adding bug report button and template ([#1656](https://github.com/anoma/namada-interface/issues/1656)) ([0c39da1](https://github.com/anoma/namada-interface/commit/0c39da138fba035087757ad85f766edd005cbef6))
10+
* Service worker fetch cache ([#1644](https://github.com/anoma/namada-interface/issues/1644)) ([d8daa5b](https://github.com/anoma/namada-interface/commit/d8daa5b5352abe4c5d51e9fa378fc21f37c3ea55))
11+
* Sorting assets on transfer module ([#1658](https://github.com/anoma/namada-interface/issues/1658)) ([c3a77ce](https://github.com/anoma/namada-interface/commit/c3a77cec0999f6c8bc30f15ec98c824475a26206))
12+
13+
14+
### Bug Fixes
15+
16+
* Fix time remaining fraction digits ([#1668](https://github.com/anoma/namada-interface/issues/1668)) ([ec726f1](https://github.com/anoma/namada-interface/commit/ec726f1983b7cba4843e62e7d6a864fd7a29e334))
17+
* Increasing gas usage based on max value provided by indexer ([#1647](https://github.com/anoma/namada-interface/issues/1647)) ([9ee4d08](https://github.com/anoma/namada-interface/commit/9ee4d08d6f053fd3fde63887db5f39bbeb342c8c))
18+
* Linking bug report button to the right url ([#1659](https://github.com/anoma/namada-interface/issues/1659)) ([cb36d95](https://github.com/anoma/namada-interface/commit/cb36d9536b55cd1121d097efbd198a2ac3e58a81))
19+
* Pending transactions ([#1662](https://github.com/anoma/namada-interface/issues/1662)) ([1918911](https://github.com/anoma/namada-interface/commit/191891108756bb2ac98c5897452851cd4d3a8481))
20+
* Rename balance to value ([#1669](https://github.com/anoma/namada-interface/issues/1669)) ([944fc33](https://github.com/anoma/namada-interface/commit/944fc336f645243b45af261a62e95c443dac0486))
21+
322
## [1.8.0](https://github.com/anoma/namada-interface/compare/[email protected]@v1.8.0) (2025-02-13)
423

524

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.8.0",
3+
"version": "1.9.0",
44
"description": "Namadillo",
55
"repository": "https://github.com/anoma/namada-interface/",
66
"author": "Heliax Dev <[email protected]>",

0 commit comments

Comments
 (0)