From 98f3928d2f8b2e3f4720b9cf9fd9dc7f04673ef5 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 18 Mar 2024 18:09:43 +0000 Subject: [PATCH] Update package.json version(s) --- .../neon-dappkit/CU-86drpne8x_2024-03-18-13-29.json | 10 ---------- packages/neon-dappkit/CHANGELOG.json | 12 ++++++++++++ packages/neon-dappkit/CHANGELOG.md | 9 ++++++++- packages/neon-dappkit/package.json | 2 +- 4 files changed, 21 insertions(+), 12 deletions(-) delete mode 100644 common/changes/@cityofzion/neon-dappkit/CU-86drpne8x_2024-03-18-13-29.json diff --git a/common/changes/@cityofzion/neon-dappkit/CU-86drpne8x_2024-03-18-13-29.json b/common/changes/@cityofzion/neon-dappkit/CU-86drpne8x_2024-03-18-13-29.json deleted file mode 100644 index aa22c17..0000000 --- a/common/changes/@cityofzion/neon-dappkit/CU-86drpne8x_2024-03-18-13-29.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@cityofzion/neon-dappkit", - "comment": "Update invokeFunction and signTransaction to add smart contract witnesses when the signer is not an account used on the construtor", - "type": "patch" - } - ], - "packageName": "@cityofzion/neon-dappkit" -} \ No newline at end of file diff --git a/packages/neon-dappkit/CHANGELOG.json b/packages/neon-dappkit/CHANGELOG.json index 95616d7..da6c4b1 100644 --- a/packages/neon-dappkit/CHANGELOG.json +++ b/packages/neon-dappkit/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "@cityofzion/neon-dappkit", "entries": [ + { + "version": "0.4.1", + "tag": "@cityofzion/neon-dappkit_v0.4.1", + "date": "Mon, 18 Mar 2024 18:09:02 GMT", + "comments": { + "patch": [ + { + "comment": "Update invokeFunction and signTransaction to add smart contract witnesses when the signer is not an account used on the construtor" + } + ] + } + }, { "version": "0.4.0", "tag": "@cityofzion/neon-dappkit_v0.4.0", diff --git a/packages/neon-dappkit/CHANGELOG.md b/packages/neon-dappkit/CHANGELOG.md index 64f62a3..785aac3 100644 --- a/packages/neon-dappkit/CHANGELOG.md +++ b/packages/neon-dappkit/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @cityofzion/neon-dappkit -This log was last generated on Fri, 02 Feb 2024 20:16:03 GMT and should not be manually modified. +This log was last generated on Mon, 18 Mar 2024 18:09:02 GMT and should not be manually modified. + +## 0.4.1 +Mon, 18 Mar 2024 18:09:02 GMT + +### Patches + +- Update invokeFunction and signTransaction to add smart contract witnesses when the signer is not an account used on the construtor ## 0.4.0 Fri, 02 Feb 2024 20:16:03 GMT diff --git a/packages/neon-dappkit/package.json b/packages/neon-dappkit/package.json index 7834b65..bfb6ab8 100644 --- a/packages/neon-dappkit/package.json +++ b/packages/neon-dappkit/package.json @@ -1,6 +1,6 @@ { "name": "@cityofzion/neon-dappkit", - "version": "0.4.0", + "version": "0.4.1", "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts",