Skip to content

Commit

Permalink
chore: release v2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Sep 22, 2023
1 parent 35a6333 commit b0cc46f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.1.3](https://github.com/txnlab/use-wallet/compare/v2.1.2...v2.1.3) (2023-09-22)

### Bug Fixes

- preserve order of providers as passed into `useInitializeProviders` ([#111](https://github.com/txnlab/use-wallet/pull/111)) ([35a6333](https://github.com/txnlab/use-wallet/commit/35a6333d53877d62609a90212f0948289b1a2cfc)), closes [#104](https://github.com/txnlab/use-wallet/issues/104)

## [2.1.2](https://github.com/txnlab/use-wallet/compare/v2.1.1...v2.1.2) (2023-09-12)

### Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"url": "https://github.com/txnlab/use-wallet/issues"
},
"homepage": "https://txnlab.github.io/use-wallet",
"version": "2.1.2",
"version": "2.1.3",
"description": "React hooks for using Algorand compatible wallets in dApps.",
"scripts": {
"dev": "yarn storybook",
Expand Down

0 comments on commit b0cc46f

Please sign in to comment.