Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.2.1 #15

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2.0",
"version": "0.2.1",
"description": "Institutional accounts in MetaMask",
"keywords": [
"metamask",
Expand Down
18 changes: 17 additions & 1 deletion packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1]
### Uncategorized
- 0.2.0
- 0.1.0
- chore: do not publish the API
- chore: rename everything to institutional
- Merge branch 'main' into MMI-XXX-local-api-upgrade
- chore: prettier
- docs: add documentation including integration docs
- lint fixes
- chore: support sending transactions and sign typed data on local test custodian API
- chore: fix lint, prettier, add changelogs and fix tests
- chore: remove all the unused code and exports
- Initial commit

## [0.2.0]
### Uncategorized
- 0.1.0
Expand Down Expand Up @@ -33,6 +48,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- chore: remove all the unused code and exports
- Initial commit

[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/MetaMask/snap-institutional-wallet/releases/tag/v0.1.0
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.2.0",
"version": "0.2.1",
"description": "Example custodian API",
"packageManager": "[email protected]",
"dependencies": {
Expand Down
30 changes: 29 additions & 1 deletion packages/site/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,36 @@
# Changelog

All notable changes to this project will be documented in this file.

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

## [Unreleased]

## [0.2.1]

### Uncategorized

- 0.2.0
- chore: remove changelog validation for the moment
- 0.1.0
- chore: validate that custodians did not change parameters when signing
- chore: rename everything to institutional
- Merge branch 'main' into MMI-XXX-local-api-upgrade
- docs: add documentation including integration docs
- lint fixes
- chore: support sending transactions and sign typed data on local test custodian API
- chore: fix lint, prettier, add changelogs and fix tests
- chore: more linting and cleanup
- chore: remove all the unused code and exports
- chore: lint fix
- Bump the npm_and_yarn group across 1 directory with 7 updates
- Initial commit

## [0.2.0]

### Uncategorized

- chore: remove changelog validation for the moment
- 0.1.0
- chore: validate that custodians did not change parameters when signing
Expand All @@ -24,7 +47,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial commit

## [0.1.0]

### Uncategorized

- chore: validate that custodians did not change parameters when signing
- chore: rename everything to institutional
- Merge branch 'main' into MMI-XXX-local-api-upgrade
Expand All @@ -40,10 +65,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial commit

## [0.0.1]

### Added

- Initial commit

[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.0.1...v0.1.0
[0.0.1]: https://github.com/MetaMask/snap-institutional-wallet/releases/tag/v0.0.1
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/snap-insitutional-wallet-site",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"license": "(MIT-0 OR Apache-2.0)",
"scripts": {
Expand Down
46 changes: 45 additions & 1 deletion packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,52 @@
# Changelog

All notable changes to this project will be documented in this file.

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

## [Unreleased]

## [0.2.1]

### Uncategorized

- 0.2.0
- chore: fix manifest
- chore: use default values for deeplink
- chore: dont validate TX if the custodian publishes it
- chore: fix manifest
- chore: remove changelog validation for the moment
- 0.1.0
- chore: remove failing test
- chore: fix manifest
- chore: fix saturn dev
- chore: validate that custodians did not change parameters when signing
- chore: rename everything to institutional
- fix: remove interfaceId from context
- chore: refactor
- Merge branch 'main' into MMI-XXX-local-api-upgrade
- chore: support refresh token change by API
- docs: add documentation including integration docs
- lint fixes
- chore: lock down permissions
- chore: support sending transactions and sign typed data on local test custodian API
- chore: fix lint, prettier, add changelogs and fix tests
- refactor: refactor how requests work
- feat: add homepage and token add/remove
- chore: enable and disable custodians
- chore: more linting and cleanup
- chore: remove all the unused code and exports
- chore: fix lint part 3
- chore: final lint fixes
- chore: lint
- chore: lint fix
- Initial commit

## [0.2.0]

### Uncategorized

- chore: fix manifest
- chore: use default values for deeplink
- chore: dont validate TX if the custodian publishes it
Expand Down Expand Up @@ -40,7 +79,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial commit

## [0.1.0]

### Uncategorized

- chore: remove failing test
- chore: fix manifest
- chore: fix saturn dev
Expand Down Expand Up @@ -69,10 +110,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial commit

## [0.0.1]

### Added

- Initial commit

[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/MetaMask/snap-institutional-wallet/compare/v0.0.1...v0.1.0
[0.0.1]: https://github.com/MetaMask/snap-institutional-wallet/releases/tag/v0.0.1
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/snap-institutional-wallet-snap",
"version": "0.2.0",
"version": "0.2.1",
"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.1.0",
"version": "0.2.1",
"description": "Institutional accounts in MetaMask.",
"proposedName": "Institutional Wallet",
"repository": {
"type": "git",
"url": "git+https://github.com/MetaMask/snap-institutional-wallet.git"
},
"source": {
"shasum": "VlAlhL0qF3C0dPaOWppU0JtqFIEekj4X3wTKmVOv5nY=",
"shasum": "vaQsZzPD8lD7XwLtfy7mrc/4y1DxzuU/ayB6crE7fiQ=",
"location": {
"npm": {
"filePath": "dist/bundle.js",
Expand Down
Loading