Skip to content

Commit 3fb4cf0

Browse files
chore(main): release extension 0.5.0 (#1729)
* chore(main): release extension 0.5.0 * fix: fix changelog --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Justin R. Evans <330911+jurevans@users.noreply.github.com> Co-authored-by: Justin Evans <jurevans@gmail.com>
1 parent 7468d0e commit 3fb4cf0

File tree

3 files changed

+15
-4
lines changed

3 files changed

+15
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"apps/namadillo": "1.14.0",
3-
"apps/extension": "0.4.1",
3+
"apps/extension": "0.5.0",
44
"packages/sdk": "0.17.0",
55
"packages/types": "0.5.0"
66
}

apps/extension/CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# Changelog
22

3-
## [0.4.1](https://github.com/anoma/namada-interface/compare/extension@v0.4.0...extension@v0.4.1) (2025-02-20)
3+
## [0.5.0](https://github.com/anoma/namada-interface/compare/extension@v0.4.1...extension@v0.5.0) (2025-02-28)
4+
5+
### Features
6+
7+
- Extension - Add view and import Spending Key ([#1744](https://github.com/anoma/namada-interface/issues/1744)) ([8306f47](https://github.com/anoma/namada-interface/commit/8306f47aefc51bb4da1f5466637f3697ef87dcbf))
8+
- Tweaking black color on all apps ([#1784](https://github.com/anoma/namada-interface/issues/1784)) ([a9460aa](https://github.com/anoma/namada-interface/commit/a9460aa0ab0ea19605f8b7dd1e754f88f65d5501))
9+
- Ledger MASP Integration ([#746](https://github.com/anoma/namada-interface/issues/746)) ([4def21d](https://github.com/anoma/namada-interface/commit/4def21d0e1b8bc16ac85bd3022bf2e66c9c99da9))
410

11+
### Bug Fixes
12+
13+
- Unregister buggy service worker ([#1725](https://github.com/anoma/namada-interface/issues/1725)) ([5b70454](https://github.com/anoma/namada-interface/commit/5b704547cd5fd250f8db390fe28bcf693c813d57))
14+
15+
## [0.4.1](https://github.com/anoma/namada-interface/compare/extension@v0.4.0...extension@v0.4.1) (2025-02-20)
516

617
### Bug Fixes
718

8-
* Pass proper path to deriveShieldedFromSeed ([#1690](https://github.com/anoma/namada-interface/issues/1690)) ([7b94f9e](https://github.com/anoma/namada-interface/commit/7b94f9e422a32620613f20b8fd349e630077a3fb))
19+
- Pass proper path to deriveShieldedFromSeed ([#1690](https://github.com/anoma/namada-interface/issues/1690)) ([7b94f9e](https://github.com/anoma/namada-interface/commit/7b94f9e422a32620613f20b8fd349e630077a3fb))
920

1021
## [0.4.0](https://github.com/anoma/namada-interface/compare/extension-v0.3.7...extension@v0.4.0) (2025-02-18)
1122

apps/extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@namada/extension",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Namada Keychain",
55
"repository": "https://github.com/anoma/namada-interface/",
66
"author": "Heliax Dev <info@heliax.dev>",

0 commit comments

Comments
 (0)