Browse Source

patch version bump everything

Jordan Sexton 3 years ago
parent
commit
0311cbc50a
53 changed files with 70 additions and 70 deletions
  1. 1 1
      packages/core/react/package.json
  2. 4 4
      packages/starter/create-react-app-starter/package.json
  3. 6 6
      packages/starter/example/package.json
  4. 4 4
      packages/starter/material-ui-starter/package.json
  5. 4 4
      packages/starter/nextjs-starter/package.json
  6. 4 4
      packages/starter/react-ui-starter/package.json
  7. 1 1
      packages/ui/ant-design/package.json
  8. 1 1
      packages/ui/material-ui/package.json
  9. 1 1
      packages/ui/react-ui/package.json
  10. 1 1
      packages/wallets/alpha/package.json
  11. 1 1
      packages/wallets/avana/package.json
  12. 1 1
      packages/wallets/backpack/package.json
  13. 1 1
      packages/wallets/bitkeep/package.json
  14. 1 1
      packages/wallets/bitpie/package.json
  15. 1 1
      packages/wallets/blocto/package.json
  16. 1 1
      packages/wallets/brave/package.json
  17. 1 1
      packages/wallets/clover/package.json
  18. 1 1
      packages/wallets/coin98/package.json
  19. 1 1
      packages/wallets/coinbase/package.json
  20. 1 1
      packages/wallets/coinhub/package.json
  21. 1 1
      packages/wallets/exodus/package.json
  22. 1 1
      packages/wallets/glow/package.json
  23. 1 1
      packages/wallets/huobi/package.json
  24. 1 1
      packages/wallets/hyperpay/package.json
  25. 1 1
      packages/wallets/keystone/package.json
  26. 1 1
      packages/wallets/krystal/package.json
  27. 1 1
      packages/wallets/ledger/package.json
  28. 1 1
      packages/wallets/magiceden/package.json
  29. 1 1
      packages/wallets/mathwallet/package.json
  30. 1 1
      packages/wallets/neko/package.json
  31. 1 1
      packages/wallets/nightly/package.json
  32. 1 1
      packages/wallets/nufi/package.json
  33. 1 1
      packages/wallets/onto/package.json
  34. 1 1
      packages/wallets/particle/package.json
  35. 1 1
      packages/wallets/phantom/package.json
  36. 1 1
      packages/wallets/safepal/package.json
  37. 1 1
      packages/wallets/saifu/package.json
  38. 1 1
      packages/wallets/salmon/package.json
  39. 1 1
      packages/wallets/sky/package.json
  40. 1 1
      packages/wallets/slope/package.json
  41. 1 1
      packages/wallets/solflare/package.json
  42. 1 1
      packages/wallets/sollet/package.json
  43. 1 1
      packages/wallets/solong/package.json
  44. 1 1
      packages/wallets/spot/package.json
  45. 1 1
      packages/wallets/strike/package.json
  46. 1 1
      packages/wallets/tokenary/package.json
  47. 1 1
      packages/wallets/tokenpocket/package.json
  48. 1 1
      packages/wallets/torus/package.json
  49. 1 1
      packages/wallets/trust/package.json
  50. 1 1
      packages/wallets/unsafe-burner/package.json
  51. 1 1
      packages/wallets/walletconnect/package.json
  52. 1 1
      packages/wallets/wallets/package.json
  53. 1 1
      packages/wallets/xdefi/package.json

+ 1 - 1
packages/core/react/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-react",
     "name": "@solana/wallet-adapter-react",
-    "version": "0.15.19",
+    "version": "0.15.20",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 4 - 4
packages/starter/create-react-app-starter/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-create-react-app-starter",
     "name": "@solana/wallet-adapter-create-react-app-starter",
-    "version": "0.1.10",
+    "version": "0.1.11",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
@@ -29,9 +29,9 @@
     },
     },
     "dependencies": {
     "dependencies": {
         "@solana/wallet-adapter-base": "^0.9.18",
         "@solana/wallet-adapter-base": "^0.9.18",
-        "@solana/wallet-adapter-react": "^0.15.19",
-        "@solana/wallet-adapter-react-ui": "^0.9.17",
-        "@solana/wallet-adapter-wallets": "^0.19.0",
+        "@solana/wallet-adapter-react": "^0.15.20",
+        "@solana/wallet-adapter-react-ui": "^0.9.18",
+        "@solana/wallet-adapter-wallets": "^0.19.1",
         "@solana/web3.js": "^1.61.0",
         "@solana/web3.js": "^1.61.0",
         "react": "^18.0.0",
         "react": "^18.0.0",
         "react-app-rewired": "^2.2.1",
         "react-app-rewired": "^2.2.1",

+ 6 - 6
packages/starter/example/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-example",
     "name": "@solana/wallet-adapter-example",
-    "version": "0.18.13",
+    "version": "0.18.14",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
@@ -39,12 +39,12 @@
         "@emotion/styled": "^11.10.0",
         "@emotion/styled": "^11.10.0",
         "@mui/icons-material": "^5.8.4",
         "@mui/icons-material": "^5.8.4",
         "@mui/material": "^5.9.3",
         "@mui/material": "^5.9.3",
-        "@solana/wallet-adapter-ant-design": "^0.11.14",
+        "@solana/wallet-adapter-ant-design": "^0.11.15",
         "@solana/wallet-adapter-base": "^0.9.18",
         "@solana/wallet-adapter-base": "^0.9.18",
-        "@solana/wallet-adapter-material-ui": "^0.16.15",
-        "@solana/wallet-adapter-react": "^0.15.19",
-        "@solana/wallet-adapter-react-ui": "^0.9.17",
-        "@solana/wallet-adapter-wallets": "^0.19.0",
+        "@solana/wallet-adapter-material-ui": "^0.16.16",
+        "@solana/wallet-adapter-react": "^0.15.20",
+        "@solana/wallet-adapter-react-ui": "^0.9.18",
+        "@solana/wallet-adapter-wallets": "^0.19.1",
         "@solana/web3.js": "^1.61.0",
         "@solana/web3.js": "^1.61.0",
         "antd": "^4.22.6",
         "antd": "^4.22.6",
         "bs58": "^4.0.1",
         "bs58": "^4.0.1",

+ 4 - 4
packages/starter/material-ui-starter/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-material-ui-starter",
     "name": "@solana/wallet-adapter-material-ui-starter",
-    "version": "0.13.12",
+    "version": "0.13.13",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
@@ -29,9 +29,9 @@
         "@mui/icons-material": "^5.8.4",
         "@mui/icons-material": "^5.8.4",
         "@mui/material": "^5.9.3",
         "@mui/material": "^5.9.3",
         "@solana/wallet-adapter-base": "^0.9.18",
         "@solana/wallet-adapter-base": "^0.9.18",
-        "@solana/wallet-adapter-material-ui": "^0.16.15",
-        "@solana/wallet-adapter-react": "^0.15.19",
-        "@solana/wallet-adapter-wallets": "^0.19.0",
+        "@solana/wallet-adapter-material-ui": "^0.16.16",
+        "@solana/wallet-adapter-react": "^0.15.20",
+        "@solana/wallet-adapter-wallets": "^0.19.1",
         "@solana/web3.js": "^1.61.0",
         "@solana/web3.js": "^1.61.0",
         "notistack": "^2.0.0",
         "notistack": "^2.0.0",
         "react": "^18.0.0",
         "react": "^18.0.0",

+ 4 - 4
packages/starter/nextjs-starter/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-nextjs-starter",
     "name": "@solana/wallet-adapter-nextjs-starter",
-    "version": "0.8.12",
+    "version": "0.8.13",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
@@ -34,9 +34,9 @@
     },
     },
     "dependencies": {
     "dependencies": {
         "@solana/wallet-adapter-base": "^0.9.18",
         "@solana/wallet-adapter-base": "^0.9.18",
-        "@solana/wallet-adapter-react": "^0.15.19",
-        "@solana/wallet-adapter-react-ui": "^0.9.17",
-        "@solana/wallet-adapter-wallets": "^0.19.0",
+        "@solana/wallet-adapter-react": "^0.15.20",
+        "@solana/wallet-adapter-react-ui": "^0.9.18",
+        "@solana/wallet-adapter-wallets": "^0.19.1",
         "next": "^12.2.5",
         "next": "^12.2.5",
         "react": "^18.0.0",
         "react": "^18.0.0",
         "react-dom": "^18.0.0"
         "react-dom": "^18.0.0"

+ 4 - 4
packages/starter/react-ui-starter/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-react-ui-starter",
     "name": "@solana/wallet-adapter-react-ui-starter",
-    "version": "0.9.13",
+    "version": "0.9.14",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",
@@ -25,9 +25,9 @@
     },
     },
     "dependencies": {
     "dependencies": {
         "@solana/wallet-adapter-base": "^0.9.18",
         "@solana/wallet-adapter-base": "^0.9.18",
-        "@solana/wallet-adapter-react": "^0.15.19",
-        "@solana/wallet-adapter-react-ui": "^0.9.17",
-        "@solana/wallet-adapter-wallets": "^0.19.0",
+        "@solana/wallet-adapter-react": "^0.15.20",
+        "@solana/wallet-adapter-react-ui": "^0.9.18",
+        "@solana/wallet-adapter-wallets": "^0.19.1",
         "@solana/web3.js": "^1.61.0",
         "@solana/web3.js": "^1.61.0",
         "react": "^18.0.0",
         "react": "^18.0.0",
         "react-dom": "^18.0.0"
         "react-dom": "^18.0.0"

+ 1 - 1
packages/ui/ant-design/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-ant-design",
     "name": "@solana/wallet-adapter-ant-design",
-    "version": "0.11.14",
+    "version": "0.11.15",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/ui/material-ui/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-material-ui",
     "name": "@solana/wallet-adapter-material-ui",
-    "version": "0.16.15",
+    "version": "0.16.16",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/ui/react-ui/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-react-ui",
     "name": "@solana/wallet-adapter-react-ui",
-    "version": "0.9.17",
+    "version": "0.9.18",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/alpha/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-alpha",
     "name": "@solana/wallet-adapter-alpha",
-    "version": "0.1.4",
+    "version": "0.1.5",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/avana/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-avana",
     "name": "@solana/wallet-adapter-avana",
-    "version": "0.1.7",
+    "version": "0.1.8",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/backpack/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-backpack",
     "name": "@solana/wallet-adapter-backpack",
-    "version": "0.1.8",
+    "version": "0.1.9",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/bitkeep/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-bitkeep",
     "name": "@solana/wallet-adapter-bitkeep",
-    "version": "0.3.13",
+    "version": "0.3.14",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/bitpie/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-bitpie",
     "name": "@solana/wallet-adapter-bitpie",
-    "version": "0.5.12",
+    "version": "0.5.13",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/blocto/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-blocto",
     "name": "@solana/wallet-adapter-blocto",
-    "version": "0.5.16",
+    "version": "0.5.17",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/brave/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-brave",
     "name": "@solana/wallet-adapter-brave",
-    "version": "0.1.11",
+    "version": "0.1.12",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/clover/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-clover",
     "name": "@solana/wallet-adapter-clover",
-    "version": "0.4.13",
+    "version": "0.4.14",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/coin98/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-coin98",
     "name": "@solana/wallet-adapter-coin98",
-    "version": "0.5.14",
+    "version": "0.5.15",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/coinbase/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-coinbase",
     "name": "@solana/wallet-adapter-coinbase",
-    "version": "0.1.12",
+    "version": "0.1.13",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/coinhub/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-coinhub",
     "name": "@solana/wallet-adapter-coinhub",
-    "version": "0.3.12",
+    "version": "0.3.13",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/exodus/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-exodus",
     "name": "@solana/wallet-adapter-exodus",
-    "version": "0.1.12",
+    "version": "0.1.13",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/glow/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-glow",
     "name": "@solana/wallet-adapter-glow",
-    "version": "0.1.12",
+    "version": "0.1.13",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/huobi/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-huobi",
     "name": "@solana/wallet-adapter-huobi",
-    "version": "0.1.9",
+    "version": "0.1.10",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/hyperpay/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-hyperpay",
     "name": "@solana/wallet-adapter-hyperpay",
-    "version": "0.1.8",
+    "version": "0.1.9",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/keystone/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-keystone",
     "name": "@solana/wallet-adapter-keystone",
-    "version": "0.1.6",
+    "version": "0.1.7",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/krystal/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-krystal",
     "name": "@solana/wallet-adapter-krystal",
-    "version": "0.1.6",
+    "version": "0.1.7",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/ledger/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-ledger",
     "name": "@solana/wallet-adapter-ledger",
-    "version": "0.9.19",
+    "version": "0.9.20",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/magiceden/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-magiceden",
     "name": "@solana/wallet-adapter-magiceden",
-    "version": "0.1.7",
+    "version": "0.1.8",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/mathwallet/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-mathwallet",
     "name": "@solana/wallet-adapter-mathwallet",
-    "version": "0.9.12",
+    "version": "0.9.13",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/neko/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-neko",
     "name": "@solana/wallet-adapter-neko",
-    "version": "0.2.6",
+    "version": "0.2.7",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/nightly/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-nightly",
     "name": "@solana/wallet-adapter-nightly",
-    "version": "0.1.9",
+    "version": "0.1.10",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/nufi/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-nufi",
     "name": "@solana/wallet-adapter-nufi",
-    "version": "0.1.10",
+    "version": "0.1.11",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/onto/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-onto",
     "name": "@solana/wallet-adapter-onto",
-    "version": "0.1.1",
+    "version": "0.1.2",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/particle/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-particle",
     "name": "@solana/wallet-adapter-particle",
-    "version": "0.1.4",
+    "version": "0.1.5",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/phantom/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-phantom",
     "name": "@solana/wallet-adapter-phantom",
-    "version": "0.9.16",
+    "version": "0.9.17",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/safepal/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-safepal",
     "name": "@solana/wallet-adapter-safepal",
-    "version": "0.5.12",
+    "version": "0.5.13",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/saifu/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-saifu",
     "name": "@solana/wallet-adapter-saifu",
-    "version": "0.1.9",
+    "version": "0.1.10",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/salmon/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-salmon",
     "name": "@solana/wallet-adapter-salmon",
-    "version": "0.1.8",
+    "version": "0.1.9",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/sky/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-sky",
     "name": "@solana/wallet-adapter-sky",
-    "version": "0.1.9",
+    "version": "0.1.10",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/slope/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-slope",
     "name": "@solana/wallet-adapter-slope",
-    "version": "0.5.15",
+    "version": "0.5.16",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/solflare/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-solflare",
     "name": "@solana/wallet-adapter-solflare",
-    "version": "0.6.17",
+    "version": "0.6.18",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/sollet/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-sollet",
     "name": "@solana/wallet-adapter-sollet",
-    "version": "0.11.11",
+    "version": "0.11.12",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/solong/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-solong",
     "name": "@solana/wallet-adapter-solong",
-    "version": "0.9.12",
+    "version": "0.9.13",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/spot/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-spot",
     "name": "@solana/wallet-adapter-spot",
-    "version": "0.1.9",
+    "version": "0.1.10",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/strike/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-strike",
     "name": "@solana/wallet-adapter-strike",
-    "version": "0.1.6",
+    "version": "0.1.7",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/tokenary/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-tokenary",
     "name": "@solana/wallet-adapter-tokenary",
-    "version": "0.1.6",
+    "version": "0.1.7",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/tokenpocket/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-tokenpocket",
     "name": "@solana/wallet-adapter-tokenpocket",
-    "version": "0.4.13",
+    "version": "0.4.14",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/torus/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-torus",
     "name": "@solana/wallet-adapter-torus",
-    "version": "0.11.22",
+    "version": "0.11.23",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/trust/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-trust",
     "name": "@solana/wallet-adapter-trust",
-    "version": "0.1.7",
+    "version": "0.1.8",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/unsafe-burner/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-unsafe-burner",
     "name": "@solana/wallet-adapter-unsafe-burner",
-    "version": "0.1.0",
+    "version": "0.1.1",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/walletconnect/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-walletconnect",
     "name": "@solana/wallet-adapter-walletconnect",
-    "version": "0.1.6",
+    "version": "0.1.7",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/wallets/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-wallets",
     "name": "@solana/wallet-adapter-wallets",
-    "version": "0.19.0",
+    "version": "0.19.1",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",

+ 1 - 1
packages/wallets/xdefi/package.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "@solana/wallet-adapter-xdefi",
     "name": "@solana/wallet-adapter-xdefi",
-    "version": "0.1.1",
+    "version": "0.1.2",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "author": "Solana Maintainers <maintainers@solana.foundation>",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "repository": "https://github.com/solana-labs/wallet-adapter",
     "license": "Apache-2.0",
     "license": "Apache-2.0",