Skip to content

Commit

Permalink
wallets: minor version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hernando-captaincode committed Apr 26, 2022
1 parent 90b5ee2 commit 101fe3b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/starter/create-react-app-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@solana/wallet-adapter-base": "^0.9.4",
"@solana/wallet-adapter-react": "^0.15.3",
"@solana/wallet-adapter-react-ui": "^0.9.5",
"@solana/wallet-adapter-wallets": "^0.16.0",
"@solana/wallet-adapter-wallets": "^0.17.0",
"@solana/web3.js": "^1.36.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/starter/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@solana/wallet-adapter-material-ui": "^0.16.4",
"@solana/wallet-adapter-react": "^0.15.3",
"@solana/wallet-adapter-react-ui": "^0.9.5",
"@solana/wallet-adapter-wallets": "^0.16.0",
"@solana/wallet-adapter-wallets": "^0.17.0",
"@solana/web3.js": "^1.36.0",
"antd": "^4.19.1",
"bs58": "^4.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/starter/material-ui-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@solana/wallet-adapter-base": "^0.9.4",
"@solana/wallet-adapter-material-ui": "^0.16.4",
"@solana/wallet-adapter-react": "^0.15.3",
"@solana/wallet-adapter-wallets": "^0.16.0",
"@solana/wallet-adapter-wallets": "^0.17.0",
"@solana/web3.js": "^1.36.0",
"notistack": "^2.0.0",
"react": "^17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/starter/nextjs-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@solana/wallet-adapter-base": "^0.9.4",
"@solana/wallet-adapter-react": "^0.15.3",
"@solana/wallet-adapter-react-ui": "^0.9.5",
"@solana/wallet-adapter-wallets": "^0.16.0",
"@solana/wallet-adapter-wallets": "^0.17.0",
"next": "^12.1.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/starter/react-ui-starter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"@solana/wallet-adapter-base": "^0.9.4",
"@solana/wallet-adapter-react": "^0.15.3",
"@solana/wallet-adapter-react-ui": "^0.9.5",
"@solana/wallet-adapter-wallets": "^0.16.0",
"@solana/wallet-adapter-wallets": "^0.17.0",
"@solana/web3.js": "^1.36.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/wallets/wallets/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@solana/wallet-adapter-wallets",
"version": "0.16.0",
"version": "0.17.0",
"author": "Solana Maintainers <[email protected]>",
"repository": "https://github.com/solana-labs/wallet-adapter",
"license": "Apache-2.0",
Expand Down

0 comments on commit 101fe3b

Please sign in to comment.