Skip to content

Commit

Permalink
chore(release): 1.10.1
Browse files Browse the repository at this point in the history
## [1.10.1](v1.10.0...v1.10.1) (2024-01-18)

### Bug Fixes

* correct references to copy application id tooltip label ([#135](#135)) ([27a15f6](27a15f6))
* mainnet checked state correctly passed to settings update ([#134](#134)) ([490a573](490a573))
* replace arc0013 references with correct arc0027 ([#130](#130)) ([8450512](8450512))
* scanning for qr code in walletconnect runs forever once initiated ([#127](#127)) ([ff60541](ff60541))
* use settings to filter supported networks ([#133](#133)) ([ca2bb0e](ca2bb0e))
  • Loading branch information
agoralabs-bot committed Jan 18, 2024
1 parent a8f99df commit af8a43f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ body:
label: Version
description: What version of the software are you running?
options:
- 1.10.1
- 1.10.0
- 1.9.0
- 1.8.2
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [1.10.1](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.10.0...v1.10.1) (2024-01-18)


### Bug Fixes

* correct references to copy application id tooltip label ([#135](https://github.com/agoralabs-sh/kibisis-web-extension/issues/135)) ([27a15f6](https://github.com/agoralabs-sh/kibisis-web-extension/commit/27a15f677888aaafdc59b309fea7c49c60be8286))
* mainnet checked state correctly passed to settings update ([#134](https://github.com/agoralabs-sh/kibisis-web-extension/issues/134)) ([490a573](https://github.com/agoralabs-sh/kibisis-web-extension/commit/490a5731426c2f56aaf7fb838fcbfac9a72376a5))
* replace arc0013 references with correct arc0027 ([#130](https://github.com/agoralabs-sh/kibisis-web-extension/issues/130)) ([8450512](https://github.com/agoralabs-sh/kibisis-web-extension/commit/8450512708969ebbdb1bea17315dabfa427b42fd))
* scanning for qr code in walletconnect runs forever once initiated ([#127](https://github.com/agoralabs-sh/kibisis-web-extension/issues/127)) ([ff60541](https://github.com/agoralabs-sh/kibisis-web-extension/commit/ff6054168add9e858c9036923d4c09349f000982))
* use settings to filter supported networks ([#133](https://github.com/agoralabs-sh/kibisis-web-extension/issues/133)) ([ca2bb0e](https://github.com/agoralabs-sh/kibisis-web-extension/commit/ca2bb0e37a38b1b9a3b5c5140fad88554b90c504))

## [1.10.1-beta.5](https://github.com/agoralabs-sh/kibisis-web-extension/compare/v1.10.1-beta.4...v1.10.1-beta.5) (2024-01-17)


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.10.1-beta.5",
"version": "1.10.1",
"description": "An AVM wallet in your browser that goes beyond just DeFi.",
"main": "build/main.js",
"repository": {
Expand Down

0 comments on commit af8a43f

Please sign in to comment.