Skip to content

Commit f96fb19

Browse files
authored
Release 85.0.0 (#1006)
* feat: connectwith working with connection * fix: unit tests * feat: add connectWith param * feat: unit test coverage * fix: coverage * fix: double connectWith request * fix: unit tests * fix: unit tests and cleanup * feat: release 85.0.0 * feat: changelog
1 parent 3e478c2 commit f96fb19

File tree

18 files changed

+230
-104
lines changed

18 files changed

+230
-104
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metamask-sdk-monorepo",
3-
"version": "84.0.0",
3+
"version": "85.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/sdk-communication-layer/CHANGELOG.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.28.2]
10+
### Added
11+
- feat: socket reconnection optimization ([#994](https://github.com/MetaMask/metamask-sdk/pull/994))
12+
913
## [0.28.1]
10-
### Uncategorized
11-
- feat: full deeplink protocol ([#992](https://github.com/MetaMask/metamask-sdk.git/pull/992))
14+
### Added
15+
- feat: full deeplink protocol ([#992](https://github.com/MetaMask/metamask-sdk/pull/992))
1216

1317
## [0.28.0]
1418
### Added
15-
- feat: experimental deeplink protocoll ([#990](https://github.com/MetaMask/metamask-sdk.git/pull/990))
16-
- feat: revert socket server changes ([#985](https://github.com/MetaMask/metamask-sdk.git/pull/985))
17-
- feat: change the default value for 'dappId' to 'N/A' instead of an empty string ([#972](https://github.com/MetaMask/metamask-sdk.git/pull/972))
19+
- feat: experimental deeplink protocoll ([#990](https://github.com/MetaMask/metamask-sdk/pull/990))
20+
- feat: revert socket server changes ([#985](https://github.com/MetaMask/metamask-sdk/pull/985))
21+
- feat: change the default value for 'dappId' to 'N/A' instead of an empty string ([#972](https://github.com/MetaMask/metamask-sdk/pull/972))
1822

1923
## [0.27.0]
2024
### Added
@@ -30,14 +34,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3034

3135
## [0.26.0]
3236
### Added
33-
- feat: add script to align version before publishing ([#902](https://github.com/MetaMask/metamask-sdk.git/pull/902))
34-
- feat: update dev rn / expo and empty dappid ([#897](https://github.com/MetaMask/metamask-sdk.git/pull/897))
35-
- feat: prevent empty dappid ([#891](https://github.com/MetaMask/metamask-sdk.git/pull/891))
36-
- chore: improve unit tests coverage ([#888](https://github.com/MetaMask/metamask-sdk.git/pull/888))
37+
- feat: add script to align version before publishing ([#902](https://github.com/MetaMask/metamask-sdk/pull/902))
38+
- feat: update dev rn / expo and empty dappid ([#897](https://github.com/MetaMask/metamask-sdk/pull/897))
39+
- feat: prevent empty dappid ([#891](https://github.com/MetaMask/metamask-sdk/pull/891))
40+
- chore: improve unit tests coverage ([#888](https://github.com/MetaMask/metamask-sdk/pull/888))
3741

3842
## [0.20.5]
3943
### Added
40-
- fix: ref crossfetch ([#871](https://github.com/MetaMask/metamask-sdk.git/pull/871))
44+
- fix: ref crossfetch ([#871](https://github.com/MetaMask/metamask-sdk/pull/871))
4145

4246
## [0.20.4]
4347
### Added
@@ -245,7 +249,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
245249
### Added
246250
- [FEAT]: improve logging + update examples ([#99](https://github.com/MetaMask/metamask-sdk/pull/99))
247251

248-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
252+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
253+
[0.28.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
249254
[0.28.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
250255
[0.28.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
251256
[0.27.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]

packages/sdk-communication-layer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/sdk-communication-layer",
3-
"version": "0.28.1",
3+
"version": "0.28.2",
44
"description": "",
55
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
66
"bugs": {

packages/sdk-install-modal-web/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616

1717
## [0.26.0]
1818
### Added
19-
- feat: add script to align version before publishing ([#902](https://github.com/MetaMask/metamask-sdk.git/pull/902))
19+
- feat: add script to align version before publishing ([#902](https://github.com/MetaMask/metamask-sdk/pull/902))
2020

2121
## [0.20.4]
2222
### Added

packages/sdk-react-native/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4040

4141
## [0.3.1]
4242
### Uncategorized
43-
- chore: update reactNativeSdkDemo with latest sdk-react-native version ([#872](https://github.com/MetaMask/metamask-sdk.git/pull/872))
43+
- chore: update reactNativeSdkDemo with latest sdk-react-native version ([#872](https://github.com/MetaMask/metamask-sdk/pull/872))
4444

4545
## [0.3.0]
4646
### Added

packages/sdk-react-ui/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3434

3535
## [0.26.0]
3636
### Added
37-
- feat: add script to align version before publishing ([#902](https://github.com/MetaMask/metamask-sdk.git/pull/902))
37+
- feat: add script to align version before publishing ([#902](https://github.com/MetaMask/metamask-sdk/pull/902))
3838

3939
## [0.20.4]
4040
### Added

packages/sdk-react/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.28.0]
10+
### Uncategorized
11+
- feat: revert socket server changes ([#985](https://github.com/MetaMask/metamask-sdk/pull/985))
12+
913
## [0.27.0]
1014
### Added
1115
- fix: adds extensionOnly default to true to SDK initialization ([#962](https://github.com/MetaMask/metamask-sdk/pull/962))
@@ -235,7 +239,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
235239
- [fix] publishing config ([#135](https://github.com/MetaMask/metamask-sdk/pull/135))
236240
- [feat] initial beta released
237241

238-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
242+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
243+
[0.28.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
239244
[0.27.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
240245
[0.26.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
241246
[0.26.4]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]

packages/sdk-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/sdk-react",
3-
"version": "0.27.0",
3+
"version": "0.28.0",
44
"description": "A react component and react hooks to connect and use MetaMask",
55
"homepage": "https://github.com/MetaMask/metamask-sdk",
66
"bugs": {

packages/sdk-ui/CHANGELOG.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.28.0]
10+
### Uncategorized
11+
- feat: revert socket server changes ([#985](https://github.com/MetaMask/metamask-sdk/pull/985))
12+
913
## [0.26.0]
1014
### Uncategorized
11-
- feat: add script to align version before publishing ([#902](https://github.com/MetaMask/metamask-sdk.git/pull/902))
15+
- feat: add script to align version before publishing ([#902](https://github.com/MetaMask/metamask-sdk/pull/902))
1216

1317
## [0.20.5]
1418
### Added
1519
- align version with sdk package
16-
- chore: create wagmi demo dapp ([#669](https://github.com/MetaMask/metamask-sdk.git/pull/669))
20+
- chore: create wagmi demo dapp ([#669](https://github.com/MetaMask/metamask-sdk/pull/669))
1721

1822
## [0.4.2]
1923
### Uncategorized
@@ -83,7 +87,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8387
- feat: optimize rollup builds ([#496](https://github.com/MetaMask/metamask-sdk/pull/496))
8488
- fix: linting changelog issue after updating scripts ([#509](https://github.com/MetaMask/metamask-sdk/pull/509))
8589

86-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
90+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
91+
[0.28.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
8792
[0.26.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
8893
[0.20.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
8994
[0.4.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]

packages/sdk-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/sdk-ui",
3-
"version": "0.26.0",
3+
"version": "0.28.0",
44
"description": "MetaMask SDK cross-platform ui library",
55
"module": "dist/esm/index.js",
66
"types": "dist/esm/dist/src/index.d.ts",

0 commit comments

Comments
 (0)