Skip to content

Commit

Permalink
1.0.0 (#47)
Browse files Browse the repository at this point in the history
* 1.0.0

* chore: update snap version

* chore: update changelog

---------

Co-authored-by: github-actions <[email protected]>
Co-authored-by: Shane Terence Odlum <[email protected]>
  • Loading branch information
3 people authored Mar 6, 2025
1 parent 404614c commit 13a5426
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/snap-institutional-wallet",
"version": "0.3.1",
"version": "1.0.0",
"description": "Institutional accounts in MetaMask",
"keywords": [
"metamask",
Expand Down
14 changes: 5 additions & 9 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.1]
## [1.0.0]

## [0.3.0]

## [0.2.10]

## [0.2.9]

## [0.2.8]
### Changed
- Audit remediation fixes ([#37](https://github.com/MetaMask/snap-institutional-wallet/pull/37))

### Changed

- Initial release

[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.1...v1.0.0
[0.3.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.10...v0.3.0
[0.2.10]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.9...v0.2.10
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@metamask/institutional-wallet-api",
"private": true,
"version": "0.3.1",
"version": "1.0.0",
"description": "Example custodian API",
"packageManager": "[email protected]",
"dependencies": {
Expand Down
8 changes: 6 additions & 2 deletions packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0]


## [0.3.1]

### Uncategorized
### Changed

- Fix custodian permissions ([#34](https://github.com/MetaMask/snap-institutional-wallet/pull/34))

Expand All @@ -25,7 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial release

[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.1...v1.0.0
[0.3.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.10...v0.3.0
[0.2.10]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.9...v0.2.10
Expand Down
2 changes: 1 addition & 1 deletion packages/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/insitutional-wallet-site",
"version": "0.3.1",
"version": "1.0.0",
"private": true,
"license": "(MIT-0 OR Apache-2.0)",
"scripts": {
Expand Down
14 changes: 13 additions & 1 deletion packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0]
### Changed
- Show account creation errors to the user ([#46](https://github.com/MetaMask/snap-institutional-wallet/pull/46))
- Explicitly check if a method is suppported for an account ([#45](https://github.com/MetaMask/snap-institutional-wallet/pull/45))
- Fix potential redos finding ([#44](https://github.com/MetaMask/snap-institutional-wallet/pull/44))
- Don't poll requests if the client is locked ([#43](https://github.com/MetaMask/snap-institutional-wallet/pull/43))
- Add waterballoons dev environments ([#39](https://github.com/MetaMask/snap-institutional-wallet/pull/39))
- Add tests for ECA-3 Custodian type ([#38](https://github.com/MetaMask/snap-institutional-wallet/pull/38))
- Audit remediation ([#37](https://github.com/MetaMask/snap-institutional-wallet/pull/37))
- Add tests for keyring.ts ([#36](https://github.com/MetaMask/snap-institutional-wallet/pull/36))

## [0.3.1]
### Changed
- Fix custodian permissions ([#34](https://github.com/MetaMask/snap-institutional-wallet/pull/34))
Expand All @@ -27,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Initial release

[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.1...HEAD
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.1...v1.0.0
[0.3.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.10...v0.3.0
[0.2.10]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.9...v0.2.10
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@metamask/institutional-wallet-snap",
"version": "0.3.1",
"version": "1.0.0",
"description": "Institutional accounts in MetaMask.",
"keywords": [
"metamask",
Expand Down
4 changes: 2 additions & 2 deletions packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "0.3.1",
"version": "1.0.0",
"description": "Institutional accounts in MetaMask.",
"proposedName": "Institutional Wallet",
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMask/snap-institutional-wallet.git"
},
"source": {
"shasum": "8vjTpdHdokLNpmaHuHmlANH8sMGb2yr7ZB2gEAA1Y0o=",
"shasum": "65u6s6IJ1ZQYlEh4n/lmO8uJ0jXnCCALptVa/ZcCDtI=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down

0 comments on commit 13a5426

Please sign in to comment.