Commit a59f77f github-actions
committed
1 parent a596a1b commit a59f77f Copy full SHA for a59f77f
File tree 7 files changed +33
-7
lines changed
7 files changed +33
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/snap-institutional-wallet" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.1 " ,
4
4
"description" : " Institutional accounts in MetaMask" ,
5
5
"keywords" : [
6
6
" metamask" ,
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.3.1]
11
+
10
12
## [ 0.3.0]
11
13
12
14
## [ 0.2.10]
@@ -19,7 +21,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
21
20
22
- Initial release
21
23
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
23
26
[ 0.3.0 ] : https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.10...v0.3.0
24
27
[ 0.2.10 ] : https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.9...v0.2.10
25
28
[ 0.2.9 ] : https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.8...v0.2.9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/institutional-wallet-api" ,
3
3
"private" : true ,
4
- "version" : " 0.3.0 " ,
4
+ "version" : " 0.3.1 " ,
5
5
"description" : " Example custodian API" ,
6
6
"packageManager" :
" [email protected] " ,
7
7
"dependencies" : {
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ 0.3.1]
11
+
12
+ ### Uncategorized
13
+
14
+ - Fix custodian permissions ([ #34 ] ( https://github.com/MetaMask/snap-institutional-wallet/pull/34 ) )
15
+
10
16
## [ 0.3.0]
11
17
12
18
## [ 0.2.10]
@@ -19,7 +25,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
25
20
26
- Initial release
21
27
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
23
30
[ 0.3.0 ] : https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.10...v0.3.0
24
31
[ 0.2.10 ] : https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.9...v0.2.10
25
32
[ 0.2.9 ] : https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.8...v0.2.9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/insitutional-wallet-site" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.1 " ,
4
4
"private" : true ,
5
5
"license" : " (MIT-0 OR Apache-2.0)" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
1
# Changelog
2
+
2
3
All notable changes to this project will be documented in this file.
3
4
4
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
5
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
6
7
7
8
## [ Unreleased]
8
9
10
+ ## [ 0.3.1]
11
+
12
+ ### Uncategorized
13
+
14
+ - Fix custodian permissions ([ #34 ] ( https://github.com/MetaMask/snap-institutional-wallet/pull/34 ) )
15
+
9
16
## [ 0.3.0]
17
+
10
18
### Changed
19
+
11
20
- chore: Adjust permissions and refactor checks to support bitgo ([ #32 ] ( https://github.com/MetaMask/snap-institutional-wallet/pull/32 ) )
12
21
- chore: Audit remediation ([ #31 ] ( https://github.com/MetaMask/snap-institutional-wallet/pull/31 ) )
13
22
14
23
## [ 0.2.10]
24
+
15
25
### Removed
26
+
16
27
- chore: remove saturn and neptune dev ([ #29 ] ( https://github.com/MetaMask/snap-institutional-wallet/pull/29 ) )
17
28
18
29
## [ 0.2.9]
30
+
19
31
### Changed
32
+
20
33
- chore: add zodia UI URLs to allowlist ([ #27 ] ( https://github.com/MetaMask/snap-institutional-wallet/pull/27 ) )
21
34
22
35
## [ 0.2.8]
36
+
23
37
### Changed
38
+
24
39
- Initial release
25
40
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
27
43
[ 0.3.0 ] : https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.10...v0.3.0
28
44
[ 0.2.10 ] : https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.9...v0.2.10
29
45
[ 0.2.9 ] : https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.8...v0.2.9
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @metamask/institutional-wallet-snap" ,
3
- "version" : " 0.3.0 " ,
3
+ "version" : " 0.3.1 " ,
4
4
"description" : " Institutional accounts in MetaMask." ,
5
5
"keywords" : [
6
6
" metamask" ,
You can’t perform that action at this time.
0 commit comments