Skip to content

Commit a59f77f

Browse files
author
github-actions
committed
0.3.1
1 parent a596a1b commit a59f77f

File tree

7 files changed

+33
-7
lines changed

7 files changed

+33
-7
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.3.0",
3+
"version": "0.3.1",
44
"description": "Institutional accounts in MetaMask",
55
"keywords": [
66
"metamask",

packages/api/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.1]
11+
1012
## [0.3.0]
1113

1214
## [0.2.10]
@@ -19,7 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1921

2022
- Initial release
2123

22-
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.0...HEAD
24+
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.1...HEAD
25+
[0.3.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.0...v0.3.1
2326
[0.3.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.10...v0.3.0
2427
[0.2.10]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.9...v0.2.10
2528
[0.2.9]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.8...v0.2.9

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.3.0",
4+
"version": "0.3.1",
55
"description": "Example custodian API",
66
"packageManager": "[email protected]",
77
"dependencies": {

packages/site/CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.1]
11+
12+
### Uncategorized
13+
14+
- Fix custodian permissions ([#34](https://github.com/MetaMask/snap-institutional-wallet/pull/34))
15+
1016
## [0.3.0]
1117

1218
## [0.2.10]
@@ -19,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1925

2026
- Initial release
2127

22-
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.0...HEAD
28+
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.1...HEAD
29+
[0.3.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.0...v0.3.1
2330
[0.3.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.10...v0.3.0
2431
[0.2.10]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.9...v0.2.10
2532
[0.2.9]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.8...v0.2.9

packages/site/package.json

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

packages/snap/CHANGELOG.md

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,45 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

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

78
## [Unreleased]
89

10+
## [0.3.1]
11+
12+
### Uncategorized
13+
14+
- Fix custodian permissions ([#34](https://github.com/MetaMask/snap-institutional-wallet/pull/34))
15+
916
## [0.3.0]
17+
1018
### Changed
19+
1120
- chore: Adjust permissions and refactor checks to support bitgo ([#32](https://github.com/MetaMask/snap-institutional-wallet/pull/32))
1221
- chore: Audit remediation ([#31](https://github.com/MetaMask/snap-institutional-wallet/pull/31))
1322

1423
## [0.2.10]
24+
1525
### Removed
26+
1627
- chore: remove saturn and neptune dev ([#29](https://github.com/MetaMask/snap-institutional-wallet/pull/29))
1728

1829
## [0.2.9]
30+
1931
### Changed
32+
2033
- chore: add zodia UI URLs to allowlist ([#27](https://github.com/MetaMask/snap-institutional-wallet/pull/27))
2134

2235
## [0.2.8]
36+
2337
### Changed
38+
2439
- Initial release
2540

26-
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.0...HEAD
41+
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.1...HEAD
42+
[0.3.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.0...v0.3.1
2743
[0.3.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.10...v0.3.0
2844
[0.2.10]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.9...v0.2.10
2945
[0.2.9]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.8...v0.2.9

packages/snap/package.json

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

0 commit comments

Comments
 (0)