Skip to content

Commit 7eb3e16

Browse files
jiexiadonesky1
andauthored
Release 115.0.0 (#1345)
* Release 115.0.0 * update changelog * Update packages/sdk-react/CHANGELOG.md Co-authored-by: Alex Donesky <[email protected]> * Update packages/sdk-communication-layer/CHANGELOG.md Co-authored-by: Alex Donesky <[email protected]> * lint --------- Co-authored-by: Alex Donesky <[email protected]>
1 parent f5a8457 commit 7eb3e16

File tree

7 files changed

+22
-7
lines changed

7 files changed

+22
-7
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": "114.0.0",
3+
"version": "115.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/sdk-communication-layer/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.33.1]
10+
### Fixed
11+
- chore: pin `debug` package to `4.3.4` due to npm compromise ([#1342](https://github.com/MetaMask/metamask-sdk/pull/1342))
12+
913
## [0.33.0]
1014
### Added
1115
- Add rpc ingore list to analytics ([#1293](https://github.com/MetaMask/metamask-sdk/pull/1293))
@@ -297,7 +301,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
297301
### Added
298302
- [FEAT]: improve logging + update examples ([#99](https://github.com/MetaMask/metamask-sdk/pull/99))
299303

300-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
304+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
305+
[0.33.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
301306
[0.33.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
302307
[0.32.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
303308
[0.31.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.33.0",
3+
"version": "0.33.1",
44
"description": "",
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.33.1]
10+
### Fixed
11+
- chore: pin `debug` package to `4.3.4` due to npm compromise ([#1342](https://github.com/MetaMask/metamask-sdk/pull/1342))
12+
913
## [0.33.0]
1014
### Added
1115
- Add rpc ingore list to analytics ([#1293](https://github.com/MetaMask/metamask-sdk/pull/1293))
@@ -316,7 +320,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
316320
- [fix] publishing config ([#135](https://github.com/MetaMask/metamask-sdk/pull/135))
317321
- [feat] initial beta released
318322

319-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
323+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
324+
[0.33.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
320325
[0.33.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
321326
[0.32.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
322327
[0.32.0]: 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.33.0",
3+
"version": "0.33.1",
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: 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.33.1]
10+
### Fixed
11+
- chore: pin `debug` package to `4.3.4` due to npm compromise ([#1342](https://github.com/MetaMask/metamask-sdk/pull/1342))
12+
913
## [0.33.0]
1014
### Added
1115
- Add rpc ingore list to analytics ([#1293](https://github.com/MetaMask/metamask-sdk/pull/1293))
@@ -495,7 +499,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
495499
### Added
496500
- [FEAT] improve logging + update examples ([#99](https://github.com/MetaMask/metamask-sdk/pull/99))
497501

498-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
502+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
503+
[0.33.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
499504
[0.33.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
500505
[0.32.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
501506
[0.32.0]: 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.33.0",
3+
"version": "0.33.1",
44
"description": "",
55
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
66
"bugs": {

0 commit comments

Comments
 (0)