Skip to content

Commit

Permalink
chore: release v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
drichar committed Mar 27, 2024
1 parent 2d18482 commit 277c6c7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [2.8.0](https://github.com/txnlab/use-wallet/compare/v2.7.0...v2.8.0) (2024-03-27)

### Bug Fixes
* Allow any connected account to be set active ([#141](https://github.com/txnlab/use-wallet/pull/141)) ([6220ed3](https://github.com/txnlab/use-wallet/commit/6220ed3f674de903b8e1d84c8e96f9ef342b4d34))
* **Lute:** Fix ESLint error in LuteClient ([802d297](https://github.com/txnlab/use-wallet/commit/802d2972d4585f6ebf0e7bcfcf9180a9b28f56db))
* Wrap postMessage in timeout to prevent race conditions ([#143](https://github.com/txnlab/use-wallet/pull/143)) ([2d18482](https://github.com/txnlab/use-wallet/commit/2d18482ef2dec3c250e9d2987479ca3c994d0825))

### Features
* Add ability to throw connection errors ([#142](https://github.com/txnlab/use-wallet/pull/142)) ([53689eb](https://github.com/txnlab/use-wallet/commit/53689eb2ad4bdbcca9c495749cb0bcd1ff96f636))

# [2.7.0](https://github.com/txnlab/use-wallet/compare/v2.6.2...v2.7.0) (2024-02-06)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@txnlab/use-wallet",
"author": "TxnLab, Inc.",
"version": "2.7.0",
"version": "2.8.0",
"license": "MIT",
"description": "React hooks for using Algorand compatible wallets in dApps.",
"scripts": {
Expand Down

0 comments on commit 277c6c7

Please sign in to comment.