Skip to content

Commit

Permalink
chore(feat/release-please-test3): release extension 0.9.0 (#1536)
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 14, 2025
1 parent 91b1a8e commit 0d0b57c
Show file tree
Hide file tree
Showing 3 changed files with 48 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/extension": "0.8.0",
"apps/extension": "0.9.0",
"apps/namadillo": "1.2.0",
"packages/sdk": "0.14.0",
"packages/types": "0.6.0"
Expand Down
46 changes: 46 additions & 0 deletions apps/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,52 @@
# Changelog


## [0.9.0](https://github.com/anoma/namada-interface/compare/extension-v0.8.0...extension@v0.9.0) (2025-01-14)


### Features

* Add balance to masp overview ([#1169](https://github.com/anoma/namada-interface/issues/1169)) ([38754bf](https://github.com/anoma/namada-interface/commit/38754bf0e621a955837cb89d07a583b60f9614bf))
* Add disconnect account approval step ([#1101](https://github.com/anoma/namada-interface/issues/1101)) ([026b971](https://github.com/anoma/namada-interface/commit/026b9710bb8b47651f82309fc1f09c42b493673b))
* Add error messages in toasts ([#887](https://github.com/anoma/namada-interface/issues/887)) ([72149ab](https://github.com/anoma/namada-interface/commit/72149ab40f6f12d0267521b26764c8ac161cc5fc))
* Add namadillo disconnect button ([#1092](https://github.com/anoma/namada-interface/issues/1092)) ([089b59b](https://github.com/anoma/namada-interface/commit/089b59b219a63283efbb11b5d43e0283f32a8160))
* Add switching account approval step ([#1109](https://github.com/anoma/namada-interface/issues/1109)) ([94b6ec6](https://github.com/anoma/namada-interface/commit/94b6ec6304c1d4f431e743384e071cde6d9e8d53))
* Add the switch account button ([#1051](https://github.com/anoma/namada-interface/issues/1051)) ([bfc42c3](https://github.com/anoma/namada-interface/commit/bfc42c3ff323a6dee24a91e56f5d2269f96ea8fa))
* Allow specifying beta extension build ([#1094](https://github.com/anoma/namada-interface/issues/1094)) ([ee3265b](https://github.com/anoma/namada-interface/commit/ee3265bf04e3d104ec9fb8b3a54c454c8289e26f))
* Applying some builds only on merge to main ([539431e](https://github.com/anoma/namada-interface/commit/539431ebb2325e7ad560df77d5e3851be6c191e0))
* Bump keychain version, update type docs ([#1363](https://github.com/anoma/namada-interface/issues/1363)) ([eece967](https://github.com/anoma/namada-interface/commit/eece96730099ba0d4f5f506c5b4cd2520c82e198))
* **extension:** Making rounded corners standard ([#1008](https://github.com/anoma/namada-interface/issues/1008)) ([47d61db](https://github.com/anoma/namada-interface/commit/47d61db27a5d3ff870f3797f2b7d9f0c8f468f91))
* **extension:** Refactoring and implementing signing layout ([#933](https://github.com/anoma/namada-interface/issues/933)) ([92b0971](https://github.com/anoma/namada-interface/commit/92b0971b076d2fc5ee4dfcfbd36a420c6e8a3440))
* Move sdk package into [@namada](https://github.com/namada) org ([#1230](https://github.com/anoma/namada-interface/issues/1230)) ([0376020](https://github.com/anoma/namada-interface/commit/0376020411a6b123376a39bce4240bb7468858ae))
* Notify about needed account re import ([#1452](https://github.com/anoma/namada-interface/issues/1452)) ([f27adef](https://github.com/anoma/namada-interface/commit/f27adef08462e19dabca43c66cd0bf1e2fac43b6))
* Refactoring currency component ([#1148](https://github.com/anoma/namada-interface/issues/1148)) ([e107f02](https://github.com/anoma/namada-interface/commit/e107f02e71eecf475906434b438e101f97d201dc))
* Shield nam ([#1165](https://github.com/anoma/namada-interface/issues/1165)) ([e6b5530](https://github.com/anoma/namada-interface/commit/e6b55307c77312a3bdde192ec721d5e84883d4ba))
* Support claim rewards tx in SDK ([#932](https://github.com/anoma/namada-interface/issues/932)) ([59d0ea9](https://github.com/anoma/namada-interface/commit/59d0ea9659658c23c804324d46594783ed695a2e))
* Trying to fix yarn poisoning error ([03f1dd9](https://github.com/anoma/namada-interface/commit/03f1dd9a054c9855fe40909ded272cd7e38ec1ce))
* Unshield + shielded transfers + disposable gas payer ([#1191](https://github.com/anoma/namada-interface/issues/1191)) ([e8f0b39](https://github.com/anoma/namada-interface/commit/e8f0b39452f0b7fac583ee7cb5812409378cfcd0))
* Update unbonding period calculation ([#1034](https://github.com/anoma/namada-interface/issues/1034)) ([2e65ae8](https://github.com/anoma/namada-interface/commit/2e65ae8ae3d2430b6268603785c30016d2df77a6))
* Vks birthdays ([#1415](https://github.com/anoma/namada-interface/issues/1415)) ([294031d](https://github.com/anoma/namada-interface/commit/294031d8c7bf53c56fc81404b46d6c63ce13b651))


### Bug Fixes

* Approve sign promise should resolve when rejected ([#886](https://github.com/anoma/namada-interface/issues/886)) ([ff29f8e](https://github.com/anoma/namada-interface/commit/ff29f8e43ed457be6a9a160ada12d4bee2637d0f))
* Don't flash lock screen when opening extension ([#1050](https://github.com/anoma/namada-interface/issues/1050)) ([96860cd](https://github.com/anoma/namada-interface/commit/96860cd440edc856efd0a235ab530825061260e8))
* Fix broken "Back Up My Wallet" extension link ([#961](https://github.com/anoma/namada-interface/issues/961)) ([ad5c962](https://github.com/anoma/namada-interface/commit/ad5c962c15dab193d6f42ea62c1c03eb1be97630))
* Fix button type causing unintentional redirect ([#1097](https://github.com/anoma/namada-interface/issues/1097)) ([008da89](https://github.com/anoma/namada-interface/commit/008da89092072e983d6631a6768ef1105c1c1d0f))
* Fix up Namadillo text spelling/grammar ([#989](https://github.com/anoma/namada-interface/issues/989)) ([bdbdd52](https://github.com/anoma/namada-interface/commit/bdbdd52773dc3a722671f5e5ca6345268785170b))
* Remove unneeded Firefox instruction ([#1347](https://github.com/anoma/namada-interface/issues/1347)) ([4096d39](https://github.com/anoma/namada-interface/commit/4096d393bf23de741ee107efb65f1b6ab51e9f20))
* Remove unneeded vars, move .env to extension app ([#1018](https://github.com/anoma/namada-interface/issues/1018)) ([6ece054](https://github.com/anoma/namada-interface/commit/6ece054b21f658a0dd84aa104622d113f219a3f5))
* Remove unused chrome permission ([#1064](https://github.com/anoma/namada-interface/issues/1064)) ([0e223ad](https://github.com/anoma/namada-interface/commit/0e223ad1df49c88cb2d9b531467d3e56e9f04c51))
* Remove unused Firefox extension permissions ([#1003](https://github.com/anoma/namada-interface/issues/1003)) ([28c60f3](https://github.com/anoma/namada-interface/commit/28c60f3c9c0c6203fa54c7694020f59b532fe99c))
* Rename remaining instances of Namada Extension ([#1134](https://github.com/anoma/namada-interface/issues/1134)) ([07feb93](https://github.com/anoma/namada-interface/commit/07feb9324af9b02e3dd5edee3e5456f7c3e0c4a8))
* SDK and extension should use the same ledger-namada package ([#1376](https://github.com/anoma/namada-interface/issues/1376)) ([7fa916b](https://github.com/anoma/namada-interface/commit/7fa916b049b2dacc9b9dca7ee062319f8c2bee5a))
* Serialize bigints to fix vote proposal signing ([#941](https://github.com/anoma/namada-interface/issues/941)) ([da5ed07](https://github.com/anoma/namada-interface/commit/da5ed0779ee4dc6e45436244733e36920d977440))
* Show proposal id and vote tx details in Firefox ([#998](https://github.com/anoma/namada-interface/issues/998)) ([6442e0d](https://github.com/anoma/namada-interface/commit/6442e0df2284dedce968a4d72ffb9a003bab5ef1))
* Support sending BigNumber messages in Firefox ([#954](https://github.com/anoma/namada-interface/issues/954)) ([905f24b](https://github.com/anoma/namada-interface/commit/905f24ba2a2d8f0e95638730a363971d4ff140da))
* Trim long strings on extension list items ([#1102](https://github.com/anoma/namada-interface/issues/1102)) ([2c0bc92](https://github.com/anoma/namada-interface/commit/2c0bc9209968c01275298d25cc2a8bb36e41b218))
* Use correct .env to get chain ID in extension ([#953](https://github.com/anoma/namada-interface/issues/953)) ([1f83246](https://github.com/anoma/namada-interface/commit/1f83246ca371bce71e83dc3c1a5d6c1f1196be4a))

## [0.8.0](https://github.com/anoma/namada-interface/compare/extension-v0.7.0...extension@v0.8.0) (2025-01-13)


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.8.0",
"version": "0.9.0",
"description": "Namada Keychain",
"repository": "https://github.com/anoma/namada-interface/",
"author": "Heliax Dev <info@heliax.dev>",
Expand Down

0 comments on commit 0d0b57c

Please sign in to comment.