diff --git a/package.json b/package.json index 75313c68..b0b37918 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/internal-snaps-monorepo", - "version": "2.0.0", + "version": "3.0.0", "private": true, "description": "Monorepo for firt-party snaps", "repository": { diff --git a/packages/tron-wallet-snap/CHANGELOG.md b/packages/tron-wallet-snap/CHANGELOG.md index e22ebbd0..2d2df283 100644 --- a/packages/tron-wallet-snap/CHANGELOG.md +++ b/packages/tron-wallet-snap/CHANGELOG.md @@ -7,8 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.33.2] + ### Changed -- This package was migrated from [snap-tron-wallet](https://github.com/MetaMask/snap-tron-wallet). See the source repository for the original [changelog](https://github.com/MetaMask/snap-tron-wallet/blob/main/packages/snap/CHANGELOG.md). +- This package was migrated from [snap-tron-wallet](https://github.com/MetaMask/snap-tron-wallet). See the source repository for the original [changelog](https://github.com/MetaMask/snap-tron-wallet/blob/main/packages/snap/CHANGELOG.md). ([#45](https://github.com/MetaMask/internal-snaps/pull/45)) +- Changed the package license from dual MIT-0/Apache-2.0 licensing to a single MIT license. ([#50](https://github.com/MetaMask/internal-snaps/pull/50)) -[Unreleased]: https://github.com/MetaMask/internal-snaps/ +[Unreleased]: https://github.com/MetaMask/internal-snaps/compare/@metamask/tron-wallet-snap@1.33.2...HEAD +[1.33.2]: https://github.com/MetaMask/internal-snaps/releases/tag/@metamask/tron-wallet-snap@1.33.2 diff --git a/packages/tron-wallet-snap/package.json b/packages/tron-wallet-snap/package.json index 6840f8a6..a8a4bde5 100644 --- a/packages/tron-wallet-snap/package.json +++ b/packages/tron-wallet-snap/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/tron-wallet-snap", - "version": "1.33.1", + "version": "1.33.2", "description": "A Tron wallet Snap", "keywords": [ "Ethereum", diff --git a/packages/tron-wallet-snap/snap.manifest.json b/packages/tron-wallet-snap/snap.manifest.json index f92f4471..7858e9cf 100644 --- a/packages/tron-wallet-snap/snap.manifest.json +++ b/packages/tron-wallet-snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "1.33.1", + "version": "1.33.2", "description": "Manage Tron using MetaMask", "proposedName": "Tron", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/MetaMask/internal-snaps.git" }, "source": { - "shasum": "UObpwCGWof6C+7xwsB2Z0rPs36HRvPEEOOL1ZJ5ZOeA=", + "shasum": "nOOgZJ+NdpbvQ8i1jOY1Vqh1ESeHgVPO93dklTU+YGs=", "location": { "npm": { "filePath": "dist/bundle.js",