Skip to content

Commit 7c7f022

Browse files
author
github-actions
committed
0.1.0
1 parent 82b7f0d commit 7c7f022

File tree

7 files changed

+68
-14
lines changed

7 files changed

+68
-14
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snap-institutional-wallet",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Institutional accounts in MetaMask",
55
"keywords": [
66
"metamask",

packages/api/CHANGELOG.md

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
65
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76

87
## [Unreleased]
98

10-
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/
9+
## [0.1.0]
10+
### Uncategorized
11+
- chore: do not publish the API
12+
- chore: rename everything to institutional
13+
- Merge branch 'main' into MMI-XXX-local-api-upgrade
14+
- chore: prettier
15+
- docs: add documentation including integration docs
16+
- lint fixes
17+
- chore: support sending transactions and sign typed data on local test custodian API
18+
- chore: fix lint, prettier, add changelogs and fix tests
19+
- chore: remove all the unused code and exports
20+
- Initial commit
21+
22+
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.1.0...HEAD
23+
[0.1.0]: https://github.com/MetaMask/snap-institutional-wallet/releases/tag/v0.1.0

packages/api/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@metamask/institutional-wallet-api",
33
"private": true,
4-
"version": "0.0.1",
4+
"version": "0.1.0",
55
"description": "Example custodian API",
66
"packageManager": "[email protected]",
77
"dependencies": {

packages/site/CHANGELOG.md

+18-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,31 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
65
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76

87
## [Unreleased]
98

10-
## [0.0.1]
9+
## [0.1.0]
10+
### Uncategorized
11+
- chore: validate that custodians did not change parameters when signing
12+
- chore: rename everything to institutional
13+
- Merge branch 'main' into MMI-XXX-local-api-upgrade
14+
- docs: add documentation including integration docs
15+
- lint fixes
16+
- chore: support sending transactions and sign typed data on local test custodian API
17+
- chore: fix lint, prettier, add changelogs and fix tests
18+
- Bump the npm_and_yarn group across 1 directory with 7 updates ([#1](https://github.com/MetaMask/snap-institutional-wallet/pull/1))
19+
- chore: more linting and cleanup
20+
- chore: remove all the unused code and exports
21+
- chore: lint fix
22+
- Bump the npm_and_yarn group across 1 directory with 7 updates
23+
- Initial commit
1124

25+
## [0.0.1]
1226
### Added
13-
1427
- Initial commit
1528

16-
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.0.1...HEAD
29+
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.1.0...HEAD
30+
[0.1.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.0.1...v0.1.0
1731
[0.0.1]: https://github.com/MetaMask/snap-institutional-wallet/releases/tag/v0.0.1

packages/site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snap-insitutional-wallet-site",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"private": true,
55
"license": "(MIT-0 OR Apache-2.0)",
66
"scripts": {

packages/snap/CHANGELOG.md

+31-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,44 @@
11
# Changelog
2-
32
All notable changes to this project will be documented in this file.
43

54
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
65
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
76

87
## [Unreleased]
98

10-
## [0.0.1]
9+
## [0.1.0]
10+
### Uncategorized
11+
- chore: remove failing test
12+
- chore: fix manifest
13+
- chore: fix saturn dev
14+
- chore: validate that custodians did not change parameters when signing
15+
- chore: rename everything to institutional
16+
- fix: remove interfaceId from context
17+
- chore: refactor
18+
- Merge branch 'main' into MMI-XXX-local-api-upgrade
19+
- chore: lock down permissions ([#13](https://github.com/MetaMask/snap-institutional-wallet/pull/13))
20+
- Add documentation ([#15](https://github.com/MetaMask/snap-institutional-wallet/pull/15))
21+
- chore: support refresh token change by API
22+
- docs: add documentation including integration docs
23+
- lint fixes
24+
- chore: lock down permissions
25+
- chore: support sending transactions and sign typed data on local test custodian API
26+
- chore: fix lint, prettier, add changelogs and fix tests
27+
- refactor: refactor how requests work
28+
- feat: add homepage and token add/remove
29+
- chore: enable and disable custodians
30+
- chore: more linting and cleanup
31+
- chore: remove all the unused code and exports
32+
- chore: fix lint part 3
33+
- chore: final lint fixes
34+
- chore: lint
35+
- chore: lint fix
36+
- Initial commit
1137

38+
## [0.0.1]
1239
### Added
13-
1440
- Initial commit
1541

16-
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.0.1...HEAD
42+
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.1.0...HEAD
43+
[0.1.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.0.1...v0.1.0
1744
[0.0.1]: https://github.com/MetaMask/snap-institutional-wallet/releases/tag/v0.0.1

packages/snap/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@metamask/snap-institutional-wallet-snap",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "Institutional accounts in MetaMask.",
55
"keywords": [
66
"metamask",

0 commit comments

Comments
 (0)