From e7e078e30ad17e072c31715bffa233eecb98d2af Mon Sep 17 00:00:00 2001 From: SIDANWhatever Date: Wed, 10 Apr 2024 10:37:36 +0800 Subject: [PATCH] feat: bump to a major version instead --- packages/contracts/package.json | 2 +- packages/docs/src/data/api.json | 2 +- packages/module/package.json | 2 +- packages/module/src/wallet/browser.service.ts | 2 +- packages/react/package.json | 2 +- yarn.lock | 15 +++++++++++++++ 6 files changed, 20 insertions(+), 5 deletions(-) diff --git a/packages/contracts/package.json b/packages/contracts/package.json index eae75bcd5..5a0b29508 100644 --- a/packages/contracts/package.json +++ b/packages/contracts/package.json @@ -34,7 +34,7 @@ "vitest": "0.28.4" }, "peerDependencies": { - "@meshsdk/core": "1.5.12-beta1" + "@meshsdk/core": "1.5.13" }, "dependencies": { "@harmoniclabs/plu-ts": "0.2.2", diff --git a/packages/docs/src/data/api.json b/packages/docs/src/data/api.json index 688231a8a..3b16b6c9a 100644 --- a/packages/docs/src/data/api.json +++ b/packages/docs/src/data/api.json @@ -3775,7 +3775,7 @@ "summary": [ { "kind": "text", - "text": "Experimental feature - sign multiple transactions at once" + "text": "Experimental feature - sign multiple transactions at once (Supported wallet: Typhon)" } ], "blockTags": [ diff --git a/packages/module/package.json b/packages/module/package.json index 6134e659b..886470e56 100644 --- a/packages/module/package.json +++ b/packages/module/package.json @@ -3,7 +3,7 @@ "description": "Rapidly build Web3 apps on the Cardano Blockchain.", "homepage": "https://meshjs.dev", "author": "MeshJS", - "version": "1.5.12-beta1", + "version": "1.5.13", "license": "Apache-2.0", "type": "module", "repository": { diff --git a/packages/module/src/wallet/browser.service.ts b/packages/module/src/wallet/browser.service.ts index 8a039a454..5b0c67cf3 100644 --- a/packages/module/src/wallet/browser.service.ts +++ b/packages/module/src/wallet/browser.service.ts @@ -149,7 +149,7 @@ export class BrowserWallet implements IInitiator, ISigner, ISubmitter { } /** - * Experimental feature - sign multiple transactions at once (Supported wallet: Typhon) + * Experimental feature - sign multiple transactions at once (Supported wallet(s): Typhon) * @param unsignedTxs - array of unsigned transactions in CborHex string * @param partialSign - if the transactions are signed partially * @returns array of signed transactions CborHex string diff --git a/packages/react/package.json b/packages/react/package.json index 796ed4715..23c207a0e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -62,7 +62,7 @@ "vite": "3.1.4" }, "peerDependencies": { - "@meshsdk/core": "1.5.12-beta1", + "@meshsdk/core": "1.5.13", "react-dom": "17.x || 18.x", "react": "17.x || 18.x" }, diff --git a/yarn.lock b/yarn.lock index 3ce54597d..ea1c90eb2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2487,6 +2487,21 @@ resolved "https://registry.yarnpkg.com/@mdx-js/util/-/util-1.6.22.tgz#219dfd89ae5b97a8801f015323ffa4b62f45718b" integrity sha512-H1rQc1ZOHANWBvPcW+JpGwr+juXSxM8Q8YCkm3GhZd8REu1fHR3z99CErO1p9pkcfcxZnMdIZdIsXkOHY0NilA== +"@meshsdk/core@*", "@meshsdk/core@^1.5.10": + version "1.5.12" + resolved "https://registry.yarnpkg.com/@meshsdk/core/-/core-1.5.12.tgz#bff230d013441a106d2eeacc0c9af9776b0b2ebd" + integrity sha512-ql38QOZeWe7E3nmQMOBblr77jtPcRW4jLchYOA6y7MoyaxjH8desZQ/i2oNmjZx01dVSvLwO20ENK7cEl9eWpw== + dependencies: + "@emurgo/cardano-message-signing-browser" "1.0.1" + "@emurgo/cardano-message-signing-nodejs" "1.0.1" + "@emurgo/cardano-serialization-lib-browser" "11.5.0" + "@emurgo/cardano-serialization-lib-nodejs" "11.5.0" + "@emurgo/cip14-js" "3.0.1" + axios "1.6.3" + bip39 "3.0.4" + nanoid "3.3.4" + zod "3.22.4" + "@meshsdk/mesh-csl@^0.0.1-beta.1": version "0.0.1-beta.2" resolved "https://registry.yarnpkg.com/@meshsdk/mesh-csl/-/mesh-csl-0.0.1-beta.2.tgz#a42d4696f17524dec220c9066c826437fe053984"