diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b6a61eb3..caade969 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,14 +1,14 @@ { - "packages/institutionalFeatures": "1.2.5", + "packages/institutionalFeatures": "1.2.6", "packages/simpleCache": "1.1.0", "packages/types": "1.0.3", - "packages/custodyController": "0.2.13", - "packages/custodyKeyring": "1.0.2", - "packages/sdk": "0.1.18", - "packages/transactionUpdate": "0.1.28", - "packages/websocketClient": "0.1.30", + "packages/custodyController": "0.2.14", + "packages/custodyKeyring": "1.0.3", + "packages/sdk": "0.1.19", + "packages/transactionUpdate": "0.1.29", + "packages/websocketClient": "0.1.31", "packages/configurationClient": "2.0.0", "packages/portfolioDashboard": "1.4.0", "packages/rpcAllowlist": "1.0.0", - "packages/extension": "0.3.6" + "packages/extension": "0.3.7" } diff --git a/packages/custodyController/CHANGELOG.md b/packages/custodyController/CHANGELOG.md index 0897760c..868ace89 100644 --- a/packages/custodyController/CHANGELOG.md +++ b/packages/custodyController/CHANGELOG.md @@ -72,6 +72,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * dependencies * @metamask-institutional/custody-keyring bumped from ^1.0.1 to ^1.0.2 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @metamask-institutional/custody-keyring bumped from ^1.0.2 to ^1.0.3 + * @metamask-institutional/sdk bumped from ^0.1.18 to ^0.1.19 + ## [0.2.6](https://github.com/consensys-vertical-apps/metamask-institutional/compare/custody-controller-v0.2.5...custody-controller-v0.2.6) (2023-05-17) diff --git a/packages/custodyController/package.json b/packages/custodyController/package.json index 7e71802e..4b6d5326 100644 --- a/packages/custodyController/package.json +++ b/packages/custodyController/package.json @@ -1,6 +1,6 @@ { "name": "@metamask-institutional/custody-controller", - "version": "0.2.13", + "version": "0.2.14", "description": "Custody controller is a background controller responsible for maintaining a cache of custody data in local storage", "author": "Albert Olive ", "homepage": "https://github.com/consensys-vertical-apps/metamask-institutional#readme", @@ -30,8 +30,8 @@ "gitHead": "62ed7639b9145658a4fa1273e35e99d300acdc99", "dependencies": { "@ethereumjs/util": "^8.0.5", - "@metamask-institutional/custody-keyring": "^1.0.2", - "@metamask-institutional/sdk": "^0.1.18", + "@metamask-institutional/custody-keyring": "^1.0.3", + "@metamask-institutional/sdk": "^0.1.19", "@metamask-institutional/types": "^1.0.3", "@metamask/obs-store": "^8.0.0" } diff --git a/packages/custodyKeyring/CHANGELOG.md b/packages/custodyKeyring/CHANGELOG.md index 95c8e46c..69a8e67b 100644 --- a/packages/custodyKeyring/CHANGELOG.md +++ b/packages/custodyKeyring/CHANGELOG.md @@ -11,6 +11,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - dependencies - @metamask-institutional/sdk bumped from ^0.1.13 to ^0.1.12 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @metamask-institutional/sdk bumped from ^0.1.18 to ^0.1.19 + ## [1.0.2](https://github.com/consensys-vertical-apps/metamask-institutional/compare/custody-keyring-v1.0.1...custody-keyring-v1.0.2) (2023-09-21) diff --git a/packages/custodyKeyring/package.json b/packages/custodyKeyring/package.json index fcb2de98..a2529479 100644 --- a/packages/custodyKeyring/package.json +++ b/packages/custodyKeyring/package.json @@ -1,6 +1,6 @@ { "name": "@metamask-institutional/custody-keyring", - "version": "1.0.2", + "version": "1.0.3", "description": "The Custody Keyring Class is the initial point of contact with a custodian, it gets access to the sdk and all methods of interaction with a custodian, like custodian accounts, sign a tx, account details, tx details.", "author": "Albert Olive ", "homepage": "https://github.com/consensys-vertical-apps/metamask-institutional#readme", @@ -32,7 +32,7 @@ "@ethereumjs/tx": "^4.1.1", "@ethereumjs/util": "^8.0.5", "@metamask-institutional/configuration-client": "^2.0.0", - "@metamask-institutional/sdk": "^0.1.18", + "@metamask-institutional/sdk": "^0.1.19", "@metamask-institutional/types": "^1.0.3", "@metamask/obs-store": "^8.0.0", "crypto": "^1.0.1", diff --git a/packages/extension/CHANGELOG.md b/packages/extension/CHANGELOG.md index da0c0bef..f22b3389 100644 --- a/packages/extension/CHANGELOG.md +++ b/packages/extension/CHANGELOG.md @@ -54,6 +54,15 @@ * @metamask-institutional/custody-keyring bumped from ^1.0.1 to ^1.0.2 * @metamask-institutional/transaction-update bumped from ^0.1.27 to ^0.1.28 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @metamask-institutional/custody-controller bumped from ^0.2.13 to ^0.2.14 + * @metamask-institutional/custody-keyring bumped from ^1.0.2 to ^1.0.3 + * @metamask-institutional/sdk bumped from ^0.1.18 to ^0.1.19 + * @metamask-institutional/transaction-update bumped from ^0.1.28 to ^0.1.29 + ## [0.3.2](https://github.com/consensys-vertical-apps/metamask-institutional/compare/extension-v0.3.1...extension-v0.3.2) (2023-08-16) diff --git a/packages/extension/package.json b/packages/extension/package.json index d9814360..7919e93c 100644 --- a/packages/extension/package.json +++ b/packages/extension/package.json @@ -1,6 +1,6 @@ { "name": "@metamask-institutional/extension", - "version": "0.3.6", + "version": "0.3.7", "description": "This package will export extension blocks used across the old @codefi/mmi-sdk library", "author": "Antonio Regadas ", "homepage": "https://github.com/consensys-vertical-apps/metamask-institutional#readme", @@ -30,11 +30,11 @@ "gitHead": "", "dependencies": { "@ethereumjs/util": "^8.0.5", - "@metamask-institutional/custody-controller": "^0.2.13", - "@metamask-institutional/custody-keyring": "^1.0.2", + "@metamask-institutional/custody-controller": "^0.2.14", + "@metamask-institutional/custody-keyring": "^1.0.3", "@metamask-institutional/portfolio-dashboard": "^1.4.0", - "@metamask-institutional/sdk": "^0.1.18", - "@metamask-institutional/transaction-update": "^0.1.28", + "@metamask-institutional/sdk": "^0.1.19", + "@metamask-institutional/transaction-update": "^0.1.29", "@metamask-institutional/types": "^1.0.3", "jest-create-mock-instance": "^2.0.0", "jest-fetch-mock": "3.0.3" diff --git a/packages/institutionalFeatures/CHANGELOG.md b/packages/institutionalFeatures/CHANGELOG.md index c02d414d..499ed9b9 100644 --- a/packages/institutionalFeatures/CHANGELOG.md +++ b/packages/institutionalFeatures/CHANGELOG.md @@ -69,6 +69,12 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * dependencies * @metamask-institutional/custody-keyring bumped from ^1.0.1 to ^1.0.2 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @metamask-institutional/custody-keyring bumped from ^1.0.2 to ^1.0.3 + ## [1.2.0](https://github.com/consensys-vertical-apps/metamask-institutional/compare/institutional-features-v1.1.10...institutional-features-v1.2.0) (2023-07-19) diff --git a/packages/institutionalFeatures/package.json b/packages/institutionalFeatures/package.json index 985b457b..235846d8 100644 --- a/packages/institutionalFeatures/package.json +++ b/packages/institutionalFeatures/package.json @@ -1,6 +1,6 @@ { "name": "@metamask-institutional/institutional-features", - "version": "1.2.5", + "version": "1.2.6", "description": "This package will export connectRequest state used across the old @codefi/mmi-sdk library", "author": "Albert Olive ", "homepage": "https://github.com/consensys-vertical-apps/metamask-institutional#readme", @@ -29,7 +29,7 @@ }, "gitHead": "62ed7639b9145658a4fa1273e35e99d300acdc99", "dependencies": { - "@metamask-institutional/custody-keyring": "^1.0.2", + "@metamask-institutional/custody-keyring": "^1.0.3", "@metamask/obs-store": "^8.0.0" }, "devDependencies": { diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index b30db6d6..687e486e 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.19](https://github.com/consensys-vertical-apps/metamask-institutional/compare/sdk-v0.1.18...sdk-v0.1.19) (2023-10-03) + + +### Bug Fixes + +* **content-type:** setting content-type as json ([#494](https://github.com/consensys-vertical-apps/metamask-institutional/issues/494)) ([c1afa70](https://github.com/consensys-vertical-apps/metamask-institutional/commit/c1afa70c366576952b997ad025a46a77b5affdeb)) + ## [0.1.18](https://github.com/consensys-vertical-apps/metamask-institutional/compare/sdk-v0.1.17...sdk-v0.1.18) (2023-05-25) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 7863292a..663c5d70 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@metamask-institutional/sdk", - "version": "0.1.18", + "version": "0.1.19", "description": "The MMISDK, is a collection of custodian API clients, it allows for interaction between Keyring and their APIs.", "author": "Antonio Regadas ", "homepage": "https://github.com/consensys-vertical-apps/metamask-institutional#readme", diff --git a/packages/transactionUpdate/CHANGELOG.md b/packages/transactionUpdate/CHANGELOG.md index df43696d..daf38271 100644 --- a/packages/transactionUpdate/CHANGELOG.md +++ b/packages/transactionUpdate/CHANGELOG.md @@ -115,6 +115,14 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * @metamask-institutional/custody-keyring bumped from ^1.0.1 to ^1.0.2 * @metamask-institutional/websocket-client bumped from ^0.1.29 to ^0.1.30 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @metamask-institutional/custody-keyring bumped from ^1.0.2 to ^1.0.3 + * @metamask-institutional/sdk bumped from ^0.1.18 to ^0.1.19 + * @metamask-institutional/websocket-client bumped from ^0.1.30 to ^0.1.31 + ## [0.1.21](https://github.com/consensys-vertical-apps/metamask-institutional/compare/transaction-update-v0.1.20...transaction-update-v0.1.21) (2023-05-17) diff --git a/packages/transactionUpdate/package.json b/packages/transactionUpdate/package.json index 50af3c9c..93585309 100644 --- a/packages/transactionUpdate/package.json +++ b/packages/transactionUpdate/package.json @@ -1,6 +1,6 @@ { "name": "@metamask-institutional/transaction-update", - "version": "0.1.28", + "version": "0.1.29", "description": "This package will export transactionUpdate, responsible for handling transaction updates", "author": "Antonio Regadas ", "homepage": "https://github.com/consensys-vertical-apps/metamask-institutional#readme", @@ -29,10 +29,10 @@ }, "gitHead": "", "dependencies": { - "@metamask-institutional/custody-keyring": "^1.0.2", - "@metamask-institutional/sdk": "^0.1.18", + "@metamask-institutional/custody-keyring": "^1.0.3", + "@metamask-institutional/sdk": "^0.1.19", "@metamask-institutional/types": "^1.0.3", - "@metamask-institutional/websocket-client": "^0.1.30", + "@metamask-institutional/websocket-client": "^0.1.31", "@metamask/obs-store": "^8.0.0", "ethereumjs-util": "^7.1.5" }, diff --git a/packages/websocketClient/CHANGELOG.md b/packages/websocketClient/CHANGELOG.md index fb2e298b..b8025214 100644 --- a/packages/websocketClient/CHANGELOG.md +++ b/packages/websocketClient/CHANGELOG.md @@ -79,6 +79,13 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline * dependencies * @metamask-institutional/custody-keyring bumped from ^1.0.1 to ^1.0.2 +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @metamask-institutional/custody-keyring bumped from ^1.0.2 to ^1.0.3 + * @metamask-institutional/sdk bumped from ^0.1.18 to ^0.1.19 + ## [0.1.23](https://github.com/consensys-vertical-apps/metamask-institutional/compare/websocket-client-v0.1.22...websocket-client-v0.1.23) (2023-05-17) diff --git a/packages/websocketClient/package.json b/packages/websocketClient/package.json index 2dafb18e..bd79f867 100644 --- a/packages/websocketClient/package.json +++ b/packages/websocketClient/package.json @@ -1,6 +1,6 @@ { "name": "@metamask-institutional/websocket-client", - "version": "0.1.30", + "version": "0.1.31", "description": "This package will export WebsocketClient, responsible for establishing a connection to the WebSocket API and handle all the messages for transaction updates.", "author": "Antonio Regadas ", "homepage": "https://github.com/consensys-vertical-apps/metamask-institutional#readme", @@ -29,8 +29,8 @@ }, "gitHead": "", "dependencies": { - "@metamask-institutional/custody-keyring": "^1.0.2", - "@metamask-institutional/sdk": "^0.1.18", + "@metamask-institutional/custody-keyring": "^1.0.3", + "@metamask-institutional/sdk": "^0.1.19", "@metamask-institutional/types": "^1.0.3", "mock-socket": "^9.2.1" }