Skip to content

Commit

Permalink
chore(main): release extension 0.5.0 (#1729)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: Justin Evans <[email protected]>
  • Loading branch information
3 people authored Feb 28, 2025
1 parent 7468d0e commit 3fb4cf0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"apps/namadillo": "1.14.0",
"apps/extension": "0.4.1",
"apps/extension": "0.5.0",
"packages/sdk": "0.17.0",
"packages/types": "0.5.0"
}
15 changes: 13 additions & 2 deletions apps/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
# Changelog

## [0.4.1](https://github.com/anoma/namada-interface/compare/[email protected]@v0.4.1) (2025-02-20)
## [0.5.0](https://github.com/anoma/namada-interface/compare/[email protected]@v0.5.0) (2025-02-28)

### Features

- 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))
- Tweaking black color on all apps ([#1784](https://github.com/anoma/namada-interface/issues/1784)) ([a9460aa](https://github.com/anoma/namada-interface/commit/a9460aa0ab0ea19605f8b7dd1e754f88f65d5501))
- Ledger MASP Integration ([#746](https://github.com/anoma/namada-interface/issues/746)) ([4def21d](https://github.com/anoma/namada-interface/commit/4def21d0e1b8bc16ac85bd3022bf2e66c9c99da9))

### Bug Fixes

- Unregister buggy service worker ([#1725](https://github.com/anoma/namada-interface/issues/1725)) ([5b70454](https://github.com/anoma/namada-interface/commit/5b704547cd5fd250f8db390fe28bcf693c813d57))

## [0.4.1](https://github.com/anoma/namada-interface/compare/[email protected]@v0.4.1) (2025-02-20)

### Bug Fixes

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

## [0.4.0](https://github.com/anoma/namada-interface/compare/[email protected]) (2025-02-18)

Expand Down
2 changes: 1 addition & 1 deletion apps/extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@namada/extension",
"version": "0.4.1",
"version": "0.5.0",
"description": "Namada Keychain",
"repository": "https://github.com/anoma/namada-interface/",
"author": "Heliax Dev <[email protected]>",
Expand Down

0 comments on commit 3fb4cf0

Please sign in to comment.