@metamask/institutional-wallet-snap 1.3.3 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +15 -1
- package/dist/bundle.js +1 -1
- package/dist/preinstalled-snap.json +1 -1
- package/package.json +1 -1
- package/snap.manifest.json +10 -4
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
6
6
|
|
|
7
7
|
## [Unreleased]
|
|
8
8
|
|
|
9
|
+
## [1.5.0]
|
|
10
|
+
### Uncategorized
|
|
11
|
+
- chore: update snap version
|
|
12
|
+
- 1.5.0
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
- Update cubist data for onboarding ([#72](https://github.com/MetaMask/snap-institutional-wallet/pull/72))
|
|
16
|
+
|
|
17
|
+
## [1.3.4]
|
|
18
|
+
### Fixed
|
|
19
|
+
- Handle the case where the refresh token changes during onboarding (e.g. cubist) ([#70](https://github.com/MetaMask/snap-institutional-wallet/pull/70))
|
|
20
|
+
|
|
9
21
|
## [1.3.3]
|
|
10
22
|
### Changed
|
|
11
23
|
- chore: disable old MMI custodians, add cubist prod ([#68](https://github.com/MetaMask/snap-institutional-wallet/pull/68))
|
|
@@ -83,7 +95,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
83
95
|
### Changed
|
|
84
96
|
- Initial release
|
|
85
97
|
|
|
86
|
-
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.
|
|
98
|
+
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.5.0...HEAD
|
|
99
|
+
[1.5.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.4...v1.5.0
|
|
100
|
+
[1.3.4]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.3...v1.3.4
|
|
87
101
|
[1.3.3]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.2...v1.3.3
|
|
88
102
|
[1.3.2]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.1...v1.3.2
|
|
89
103
|
[1.3.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.3.0...v1.3.1
|