Skip to content

Commit e1764d4

Browse files
authored
Release 114.0.0 (#1296)
feat: release 114.0.0
1 parent b005ef2 commit e1764d4

File tree

9 files changed

+43
-9
lines changed

9 files changed

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

packages/sdk-analytics/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.0.5]
10+
### Fixed
11+
- Updates and Fixes to Analytics ([#1294](https://github.com/MetaMask/metamask-sdk/pull/1294))
12+
913
## [0.0.4]
1014
### Fixed
1115
- Refactor sdk-analytics ([#1288](https://github.com/MetaMask/metamask-sdk/pull/1288))
@@ -26,7 +30,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2630
### Added
2731
- Initial release
2832

29-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
33+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
34+
[0.0.5]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
3035
[0.0.4]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
3136
[0.0.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
3237
[0.0.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]

packages/sdk-analytics/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-analytics",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"description": "Analytics package for MetaMask SDK",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/sdk-communication-layer/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.33.0]
10+
### Added
11+
- Add rpc ingore list to analytics ([#1293](https://github.com/MetaMask/metamask-sdk/pull/1293))
12+
- Refactor: backwards compatible originator info ([#1292](https://github.com/MetaMask/metamask-sdk/pull/1292))
13+
- Integrate sdk-analytics with SDK ([#1289](https://github.com/MetaMask/metamask-sdk/pull/1289))
14+
15+
### Fixed
16+
- Updates and Fixes to Analytics ([#1294](https://github.com/MetaMask/metamask-sdk/pull/1294))
17+
918
## [0.32.0]
1019
### Uncategorized
1120
- fix(rndemos): update metro config to support eciesjs crypto imports ([#1147](https://github.com/MetaMask/metamask-sdk/pull/1147))
@@ -288,7 +297,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
288297
### Added
289298
- [FEAT]: improve logging + update examples ([#99](https://github.com/MetaMask/metamask-sdk/pull/99))
290299

291-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
300+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
301+
[0.33.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
292302
[0.32.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
293303
[0.31.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
294304
[0.30.2]: 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.32.0",
3+
"version": "0.33.0",
44
"description": "",
55
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
66
"bugs": {

packages/sdk-react/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.33.0]
10+
### Added
11+
- Add rpc ingore list to analytics ([#1293](https://github.com/MetaMask/metamask-sdk/pull/1293))
12+
- Integrate sdk-analytics with SDK ([#1289](https://github.com/MetaMask/metamask-sdk/pull/1289))
13+
14+
### Fixed
15+
- Updates and Fixes to Analytics ([#1294](https://github.com/MetaMask/metamask-sdk/pull/1294))
16+
17+
918
## [0.32.1]
1019
### Fixed
1120
- fix: Fix analytics for unwanted events when using extension ([#1219](https://github.com/MetaMask/metamask-sdk/pull/1219))
@@ -307,7 +316,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
307316
- [fix] publishing config ([#135](https://github.com/MetaMask/metamask-sdk/pull/135))
308317
- [feat] initial beta released
309318

310-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
319+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
320+
[0.33.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
311321
[0.32.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
312322
[0.32.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
313323
[0.31.5]: 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.32.1",
3+
"version": "0.33.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: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [0.33.0]
10+
### Added
11+
- Add rpc ingore list to analytics ([#1293](https://github.com/MetaMask/metamask-sdk/pull/1293))
12+
- Integrate sdk-analytics with SDK ([#1289](https://github.com/MetaMask/metamask-sdk/pull/1289))
13+
14+
### Fixed
15+
- Updates and Fixes to Analytics ([#1294](https://github.com/MetaMask/metamask-sdk/pull/1294))
16+
917
## [0.32.1]
1018
### Fixed
1119
- fix: Fix analytics for unwanted events when using extension ([#1219](https://github.com/MetaMask/metamask-sdk/pull/1219))
@@ -487,7 +495,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
487495
### Added
488496
- [FEAT] improve logging + update examples ([#99](https://github.com/MetaMask/metamask-sdk/pull/99))
489497

490-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
498+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
499+
[0.33.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
491500
[0.32.1]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
492501
[0.32.0]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
493502
[0.31.5]: 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.32.1",
3+
"version": "0.33.0",
44
"description": "",
55
"homepage": "https://github.com/MetaMask/metamask-sdk#readme",
66
"bugs": {

0 commit comments

Comments
 (0)