Skip to content
This repository was archived by the owner on Jun 15, 2024. It is now read-only.

Commit f899793

Browse files
committed
chore: release v3.0.0-alpha.16
1 parent 32a4848 commit f899793

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/use-wallet-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet-js",
3-
"version": "3.0.0-alpha.15",
3+
"version": "3.0.0-alpha.16",
44
"description": "TypeScript library for integrating Algorand wallets into decentralized applications",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",

packages/use-wallet-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet-react",
3-
"version": "3.0.0-alpha.15",
3+
"version": "3.0.0-alpha.16",
44
"description": "React library for integrating Algorand wallets into decentralized applications",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",

packages/use-wallet-vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@txnlab/use-wallet-vue",
3-
"version": "3.0.0-alpha.15",
3+
"version": "3.0.0-alpha.16",
44
"description": "Vue library for integrating Algorand wallets into decentralized applications",
55
"main": "./dist/index.cjs",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)