Skip to content

Commit

Permalink
chore(release): 1.7.0
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2023-12-20)

### Bug Fixes

* algorand icon showing on voi when selecting an asset ([#44](#44)) ([42db6b3](42db6b3))
* new recursive refresh txns mechanism and account info and txns are pooled together ([#47](#47)) ([04ec48a](04ec48a))
* unable to connect to dapps on chrome ([#43](#43)) ([5c32151](5c32151))
* use network config code in minimum balance tooltip ([#54](#54)) ([124c888](124c888))

### Features

* default to voi testnet network ([#56](#56)) ([7e1b237](7e1b237))
* polls for new transactions when also fetching updated account information ([#53](#53)) ([3279431](3279431))
* show notification for new transactions ([#49](#49)) ([e428218](e428218))
  • Loading branch information
agoralabs-bot committed Dec 20, 2023
1 parent 8b34fc1 commit 48b3f03
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [1.7.0](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.6.0...v1.7.0) (2023-12-20)


### Bug Fixes

* algorand icon showing on voi when selecting an asset ([#44](https://github.com/agoralabs-sh/kibisis-web-extension/issues/44)) ([42db6b3](https://github.com/agoralabs-sh/kibisis-web-extension/commit/42db6b3ce53e9619296f50a7196e95cd948fda1a))
* new recursive refresh txns mechanism and account info and txns are pooled together ([#47](https://github.com/agoralabs-sh/kibisis-web-extension/issues/47)) ([04ec48a](https://github.com/agoralabs-sh/kibisis-web-extension/commit/04ec48aa79c467c28d5d6dcac9d206156d65651f))
* unable to connect to dapps on chrome ([#43](https://github.com/agoralabs-sh/kibisis-web-extension/issues/43)) ([5c32151](https://github.com/agoralabs-sh/kibisis-web-extension/commit/5c321513065d1fdb8ce7aea15a67e0aa49a20f9b))
* use network config code in minimum balance tooltip ([#54](https://github.com/agoralabs-sh/kibisis-web-extension/issues/54)) ([124c888](https://github.com/agoralabs-sh/kibisis-web-extension/commit/124c888e64f9745b72dd30481a08228ac17d4313))


### Features

* default to voi testnet network ([#56](https://github.com/agoralabs-sh/kibisis-web-extension/issues/56)) ([7e1b237](https://github.com/agoralabs-sh/kibisis-web-extension/commit/7e1b2371af9aa8252304251c84ab65459652b782))
* polls for new transactions when also fetching updated account information ([#53](https://github.com/agoralabs-sh/kibisis-web-extension/issues/53)) ([3279431](https://github.com/agoralabs-sh/kibisis-web-extension/commit/32794319867e238bd963a206595ea1ca61312154))
* show notification for new transactions ([#49](https://github.com/agoralabs-sh/kibisis-web-extension/issues/49)) ([e428218](https://github.com/agoralabs-sh/kibisis-web-extension/commit/e428218f737bd8955a1144160f1c87e01cef6cab))

# [1.7.0-beta.5](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.7.0-beta.4...v1.7.0-beta.5) (2023-12-14)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@agoralabs-sh/kibisis-web-extension",
"version": "1.7.0-beta.5",
"version": "1.7.0",
"description": "An AVM wallet in your browser that goes beyond just DeFi.",
"main": "build/main.js",
"repository": {
Expand Down

0 comments on commit 48b3f03

Please sign in to comment.