Skip to content

Commit 62331c6

Browse files
Release 109.0.0 (#1204)
* feat: release 109.0.0 * docs: changelog update * docs: changelog update * chore: update changelog --------- Co-authored-by: abretonc7s <[email protected]>
1 parent e498c15 commit 62331c6

File tree

9 files changed

+39
-9
lines changed

9 files changed

+39
-9
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": "108.0.0",
3+
"version": "109.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/sdk-communication-layer/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.32.0]
10+
### Uncategorized
11+
- fix(rndemos): update metro config to support eciesjs crypto imports ([#1147](https://github.com/MetaMask/metamask-sdk/pull/1147))
12+
- feat: add turborepo for improved monorepo development experience ([#1195](https://github.com/MetaMask/metamask-sdk/pull/1195))
13+
914
## [0.31.0]
1015
### Uncategorized
1116
- chore: improve build tooling and modernize dependencies ([#1128](https://github.com/MetaMask/metamask-sdk/pull/1128))
@@ -283,7 +288,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
283288
### Added
284289
- [FEAT]: improve logging + update examples ([#99](https://github.com/MetaMask/metamask-sdk/pull/99))
285290

286-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
291+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
292+
[0.32.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
287293
[0.31.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
288294
[0.30.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
289295
[0.30.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.31.0",
3+
"version": "0.32.0",
44
"description": "",
55
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
66
"bugs": {

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

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

77
## [Unreleased]
88

9+
## [0.32.0]
10+
### Added
11+
- feat: setup stencil development environment with component preview ([#1196](https://github.com/MetaMask/metamask-sdk/pull/1196))
12+
13+
### Fixed
14+
- fix: user rejection bug ([#1202](https://github.com/MetaMask/metamask-sdk/pull/1202))
15+
916
## [0.31.5]
1017
### Added
1118
- chore: add analytics to install modal ([#1189](https://github.com/MetaMask/metamask-sdk/pull/1189))
@@ -181,7 +188,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
181188
- Update GitHub actions workflows ([#102](https://github.com/MetaMask/metamask-sdk/pull/102))
182189
- [FEAT] Yarn v3 migration ([#100](https://github.com/MetaMask/metamask-sdk/pull/100))
183190

184-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
191+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
192+
[0.32.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
185193
[0.31.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
186194
[0.31.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
187195
[0.31.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]

packages/sdk-install-modal-web/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-install-modal-web",
3-
"version": "0.31.5",
3+
"version": "0.32.0",
44
"description": "MetaMask SDK Install Modal for Web",
55
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
66
"bugs": {

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.32.0]
10+
### Uncategorized
11+
- feat: add turborepo for improved monorepo development experience ([#1195](https://github.com/MetaMask/metamask-sdk/pull/1195))
12+
913
## [0.31.5]
1014
### Added
1115
- feat: improves the react connected hook when using extension & emit terminate when using extension ([#1186](https://github.com/MetaMask/metamask-sdk/pull/1186))
@@ -299,7 +303,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
299303
- [fix] publishing config ([#135](https://github.com/MetaMask/metamask-sdk/pull/135))
300304
- [feat] initial beta released
301305

302-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
306+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
307+
[0.32.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
303308
[0.31.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
304309
[0.31.4]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
305310
[0.31.3]: 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.31.5",
3+
"version": "0.32.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/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.32.0]
10+
### Added
11+
- feat(sdk): rollback @metamask/providers to 16.1.0 due to Next.js compatibility issues ([#1207](https://github.com/MetaMask/metamask-sdk/pull/1207))
12+
- feat(sdk): upgrade @metamask/providers to ^18.3.1 ([#1199](https://github.com/MetaMask/metamask-sdk/pull/1199))
13+
- feat: implement message size validation to prevent excessive payloads ([#1197](https://github.com/MetaMask/metamask-sdk/pull/1197))
14+
- feat: add turborepo for improved monorepo development experience ([#1195](https://github.com/MetaMask/metamask-sdk/pull/1195))
15+
16+
### Fixed
17+
- fix: user rejection bug ([#1202](https://github.com/MetaMask/metamask-sdk/pull/1202))
18+
919
## [0.31.5]
1020
### Added
1121
- feat: improves the react connected hook when using extension & emit terminate when using extension ([#1186](https://github.com/MetaMask/metamask-sdk/pull/1186))
@@ -473,7 +483,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
473483
### Added
474484
- [FEAT] improve logging + update examples ([#99](https://github.com/MetaMask/metamask-sdk/pull/99))
475485

476-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
486+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
487+
[0.32.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
477488
[0.31.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
478489
[0.31.4]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
479490
[0.31.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]

packages/sdk/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",
3-
"version": "0.31.5",
3+
"version": "0.32.0",
44
"description": "",
55
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
66
"bugs": {

0 commit comments

Comments
 (0)