@metamask/connect-solana 0.8.0 → 0.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [0.8.1]
11
+
12
+ ### Changed
13
+
14
+ - Bump `@metamask/connect-multichain` to `^0.12.1` ([#273](https://github.com/MetaMask/connect-monorepo/pull/273))
15
+
10
16
  ## [0.8.0]
11
17
 
12
18
  ### Added
@@ -73,7 +79,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
73
79
 
74
80
  - Initial release
75
81
 
76
- [Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.8.0...HEAD
82
+ [Unreleased]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.8.1...HEAD
83
+ [0.8.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.8.0...@metamask/connect-solana@0.8.1
77
84
  [0.8.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.7.1...@metamask/connect-solana@0.8.0
78
85
  [0.7.1]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.7.0...@metamask/connect-solana@0.7.1
79
86
  [0.7.0]: https://github.com/MetaMask/connect-monorepo/compare/@metamask/connect-solana@0.6.0...@metamask/connect-solana@0.7.0
@@ -94,7 +94,7 @@ function createSolanaClient(options) {
94
94
  versions: {
95
95
  // typeof guard needed: Metro (React Native) bundles TS source directly,
96
96
  // bypassing the tsup build that substitutes __PACKAGE_VERSION__.
97
- "connect-solana": false ? "unknown" : "0.8.0"
97
+ "connect-solana": false ? "unknown" : "0.8.1"
98
98
  }
99
99
  });
100
100
  const client = core.provider;
@@ -115,7 +115,7 @@ function createSolanaClient(options) {
115
115
  versions: {
116
116
  // typeof guard needed: Metro (React Native) bundles TS source directly,
117
117
  // bypassing the tsup build that substitutes __PACKAGE_VERSION__.
118
- "connect-solana": false ? "unknown" : "0.8.0"
118
+ "connect-solana": false ? "unknown" : "0.8.1"
119
119
  }
120
120
  });
121
121
  const client = core.provider;
@@ -94,7 +94,7 @@ function createSolanaClient(options) {
94
94
  versions: {
95
95
  // typeof guard needed: Metro (React Native) bundles TS source directly,
96
96
  // bypassing the tsup build that substitutes __PACKAGE_VERSION__.
97
- "connect-solana": false ? "unknown" : "0.8.0"
97
+ "connect-solana": false ? "unknown" : "0.8.1"
98
98
  }
99
99
  });
100
100
  const client = core.provider;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@metamask/connect-solana",
3
- "version": "0.8.0",
3
+ "version": "0.8.1",
4
4
  "description": "Solana Layer for MetaMask Connect",
5
5
  "keywords": [
6
6
  "MetaMask",
@@ -58,7 +58,7 @@
58
58
  "test:watch": "vitest watch"
59
59
  },
60
60
  "dependencies": {
61
- "@metamask/connect-multichain": "^0.12.0",
61
+ "@metamask/connect-multichain": "^0.12.1",
62
62
  "@metamask/solana-wallet-standard": "^0.6.0",
63
63
  "@wallet-standard/base": "^1.1.0"
64
64
  },