Skip to content

Commit 655a7be

Browse files
authored
Release 101.0.0 (#1123)
docs: changelog update
1 parent f3af69c commit 655a7be

File tree

9 files changed

+24
-9
lines changed

9 files changed

+24
-9
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metamask-sdk-monorepo",
3-
"version": "100.0.0",
3+
"version": "101.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/sdk-communication-layer/package.json

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

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

+6-1
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.30.2]
10+
### Uncategorized
11+
- align version with sdk
12+
913
## [0.30.0]
1014

1115
## [0.29.2]
@@ -154,7 +158,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
154158
- Update GitHub actions workflows ([#102](https://github.com/MetaMask/metamask-sdk/pull/102))
155159
- [FEAT] Yarn v3 migration ([#100](https://github.com/MetaMask/metamask-sdk/pull/100))
156160

157-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
161+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
162+
[0.30.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
158163
[0.30.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
159164
[0.29.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
160165
[0.29.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]

packages/sdk-install-modal-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/sdk-install-modal-web",
3-
"version": "0.30.0",
3+
"version": "0.30.2",
44
"description": "MetaMask SDK Install Modal for Web",
55
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
66
"bugs": {

packages/sdk-react/CHANGELOG.md

+6-1
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.30.2]
10+
### Uncategorized
11+
- align version with sdk
12+
913
## [0.30.0]
1014

1115
## [0.29.2]
@@ -270,7 +274,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
270274
- [fix] publishing config ([#135](https://github.com/MetaMask/metamask-sdk/pull/135))
271275
- [feat] initial beta released
272276

273-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
277+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
278+
[0.30.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
274279
[0.30.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
275280
[0.29.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
276281
[0.29.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]

packages/sdk-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/sdk-react",
3-
"version": "0.30.1",
3+
"version": "0.30.2",
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

+6-1
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.30.2]
10+
### Uncategorized
11+
- chore: force new version detection ([#1121](https://github.com/MetaMask/metamask-sdk/pull/1121))
12+
913
## [0.30.0]
1014

1115
## [0.29.1]
@@ -97,7 +101,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
97101
- feat: optimize rollup builds ([#496](https://github.com/MetaMask/metamask-sdk/pull/496))
98102
- fix: linting changelog issue after updating scripts ([#509](https://github.com/MetaMask/metamask-sdk/pull/509))
99103

100-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
104+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
105+
[0.30.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
101106
[0.30.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
102107
[0.29.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
103108
[0.29.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]

packages/sdk-ui/package.json

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

packages/sdk/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/sdk",
3-
"version": "0.30.1",
3+
"version": "0.30.2",
44
"description": "",
55
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
66
"bugs": {

0 commit comments

Comments
 (0)