Skip to content

Commit 1ba9eeb

Browse files
authored
Release 111.0.0 (#1282)
feat: release 111.0.0
1 parent d0579b2 commit 1ba9eeb

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-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": "110.0.0",
3+
"version": "111.0.0",
44
"private": true,
55
"repository": {
66
"type": "git",

packages/sdk-analytics/CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [0.0.2]
10+
### Added
11+
- Add New Analytics Client ([#1270](https://github.com/MetaMask/metamask-sdk/pull/1270))
12+
13+
### Fixed
14+
- fix: correct sdk analytics lint issued and package scope fix ([#1281](https://github.com/MetaMask/metamask-sdk/pull/1281))
15+
- fix: make the package public ([#1279](https://github.com/MetaMask/metamask-sdk/pull/1279))
16+
917
## [0.0.0]
1018
### Added
1119
- Initial release
1220

13-
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
21+
[Unreleased]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]
22+
[0.0.2]: https://github.com/MetaMask/metamask-sdk/compare/@metamask/[email protected]...@metamask/[email protected]
1423
[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.1",
3+
"version": "0.0.2",
44
"description": "Analytics package for MetaMask SDK",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)