-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from MetaMask/release/0.1.0
0.1.0
- Loading branch information
Showing
7 changed files
with
68 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,23 @@ | ||
# 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/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/ | ||
## [0.1.0] | ||
### Uncategorized | ||
- 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 | ||
|
||
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.1.0...HEAD | ||
[0.1.0]: https://github.com/MetaMask/snap-institutional-wallet/releases/tag/v0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@metamask/institutional-wallet-api", | ||
"private": true, | ||
"version": "0.0.1", | ||
"version": "0.1.0", | ||
"description": "Example custodian API", | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,31 @@ | ||
# 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/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.0.1] | ||
## [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 | ||
- 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 | ||
- Bump the npm_and_yarn group across 1 directory with 7 updates ([#1](https://github.com/MetaMask/snap-institutional-wallet/pull/1)) | ||
- 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.0.1] | ||
### Added | ||
|
||
- Initial commit | ||
|
||
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.0.1...HEAD | ||
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.1.0...HEAD | ||
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,44 @@ | ||
# 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/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.0.1] | ||
## [0.1.0] | ||
### Uncategorized | ||
- 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: lock down permissions ([#13](https://github.com/MetaMask/snap-institutional-wallet/pull/13)) | ||
- Add documentation ([#15](https://github.com/MetaMask/snap-institutional-wallet/pull/15)) | ||
- 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.0.1] | ||
### Added | ||
|
||
- Initial commit | ||
|
||
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.0.1...HEAD | ||
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.1.0...HEAD | ||
[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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters