Skip to content

Commit 02f55b4

Browse files
authored
Release 112.0.0 (#1285)
feat: release 112.0.0
1 parent 5d96ed2 commit 02f55b4

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
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": "111.0.0",
3+
"version": "112.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.3]
10+
### Fixed
11+
- fix: add publishConfig too release for sdk-analytics package ([#1284](https://github.com/MetaMask/metamask-sdk/pull/1284))
12+
913
## [0.0.2]
1014
### Added
1115
- Add New Analytics Client ([#1270](https://github.com/MetaMask/metamask-sdk/pull/1270))
@@ -18,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1822
### Added
1923
- Initial release
2024

21-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
25+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
26+
[0.0.3]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
2227
[0.0.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
2328
[0.0.0]: https://github.com/MetaMask/metamask-sdk/releases/tag/@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.2",
3+
"version": "0.0.3",
44
"description": "Analytics package for MetaMask SDK",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)