From 942050a56a611caa2b0fb9e819c670d2ceff75b8 Mon Sep 17 00:00:00 2001 From: github-actions Date: Tue, 10 Dec 2024 11:46:37 +0000 Subject: [PATCH] 0.2.0 --- package.json | 2 +- packages/api/CHANGELOG.md | 17 +++++++++++++++- packages/api/package.json | 2 +- packages/site/CHANGELOG.md | 25 +++++++++++++++++------ packages/site/package.json | 2 +- packages/snap/CHANGELOG.md | 41 ++++++++++++++++++++++++++++++++------ packages/snap/package.json | 2 +- 7 files changed, 74 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index a8d1f8d..a7ade83 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-institutional-wallet", - "version": "0.1.0", + "version": "0.2.0", "description": "Institutional accounts in MetaMask", "keywords": [ "metamask", diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index bc759db..f8c2f52 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -6,6 +6,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] +### Uncategorized +- 0.1.0 +- chore: do not publish the API +- chore: rename everything to institutional +- Merge branch 'main' into MMI-XXX-local-api-upgrade +- chore: prettier +- docs: add documentation including integration docs +- lint fixes +- chore: support sending transactions and sign typed data on local test custodian API +- chore: fix lint, prettier, add changelogs and fix tests +- chore: remove all the unused code and exports +- Initial commit + ## [0.1.0] ### Uncategorized - chore: do not publish the API @@ -19,5 +33,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - chore: remove all the unused code and exports - Initial commit -[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/MetaMask/snap-institutional-wallet/releases/tag/v0.1.0 diff --git a/packages/api/package.json b/packages/api/package.json index b250364..9917566 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,7 +1,7 @@ { "name": "@metamask/institutional-wallet-api", "private": true, - "version": "0.1.0", + "version": "0.2.0", "description": "Example custodian API", "packageManager": "yarn@3.6.3", "dependencies": { diff --git a/packages/site/CHANGELOG.md b/packages/site/CHANGELOG.md index ad83c74..4cf43b2 100644 --- a/packages/site/CHANGELOG.md +++ b/packages/site/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,10 +6,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.0] - +## [0.2.0] ### Uncategorized +- chore: remove changelog validation for the moment +- 0.1.0 +- chore: validate that custodians did not change parameters when signing +- chore: rename everything to institutional +- Merge branch 'main' into MMI-XXX-local-api-upgrade +- docs: add documentation including integration docs +- lint fixes +- chore: support sending transactions and sign typed data on local test custodian API +- chore: fix lint, prettier, add changelogs and fix tests +- chore: more linting and cleanup +- chore: remove all the unused code and exports +- chore: lint fix +- Bump the npm_and_yarn group across 1 directory with 7 updates +- Initial commit +## [0.1.0] +### Uncategorized - chore: validate that custodians did not change parameters when signing - chore: rename everything to institutional - Merge branch 'main' into MMI-XXX-local-api-upgrade @@ -26,11 +40,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial commit ## [0.0.1] - ### Added - - Initial commit -[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.0.1...v0.1.0 [0.0.1]: https://github.com/MetaMask/snap-institutional-wallet/releases/tag/v0.0.1 diff --git a/packages/site/package.json b/packages/site/package.json index 16cd3ab..ab437c4 100644 --- a/packages/site/package.json +++ b/packages/site/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-insitutional-wallet-site", - "version": "0.1.0", + "version": "0.2.0", "private": true, "license": "(MIT-0 OR Apache-2.0)", "scripts": { diff --git a/packages/snap/CHANGELOG.md b/packages/snap/CHANGELOG.md index d9145a9..3b64fbd 100644 --- a/packages/snap/CHANGELOG.md +++ b/packages/snap/CHANGELOG.md @@ -1,5 +1,4 @@ # Changelog - All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), @@ -7,10 +6,41 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.0] - +## [0.2.0] ### Uncategorized +- chore: fix manifest +- chore: use default values for deeplink +- chore: dont validate TX if the custodian publishes it +- chore: fix manifest +- chore: remove changelog validation for the moment +- 0.1.0 +- chore: remove failing test +- chore: fix manifest +- chore: fix saturn dev +- chore: validate that custodians did not change parameters when signing +- chore: rename everything to institutional +- fix: remove interfaceId from context +- chore: refactor +- Merge branch 'main' into MMI-XXX-local-api-upgrade +- chore: support refresh token change by API +- docs: add documentation including integration docs +- lint fixes +- chore: lock down permissions +- chore: support sending transactions and sign typed data on local test custodian API +- chore: fix lint, prettier, add changelogs and fix tests +- refactor: refactor how requests work +- feat: add homepage and token add/remove +- chore: enable and disable custodians +- chore: more linting and cleanup +- chore: remove all the unused code and exports +- chore: fix lint part 3 +- chore: final lint fixes +- chore: lint +- chore: lint fix +- Initial commit +## [0.1.0] +### Uncategorized - chore: remove failing test - chore: fix manifest - chore: fix saturn dev @@ -39,11 +69,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial commit ## [0.0.1] - ### Added - - Initial commit -[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.1.0...HEAD +[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.1.0...v0.2.0 [0.1.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.0.1...v0.1.0 [0.0.1]: https://github.com/MetaMask/snap-institutional-wallet/releases/tag/v0.0.1 diff --git a/packages/snap/package.json b/packages/snap/package.json index 2d4b0cf..bb1cbb7 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/snap-institutional-wallet-snap", - "version": "0.1.0", + "version": "0.2.0", "description": "Institutional accounts in MetaMask.", "keywords": [ "metamask",