Skip to content

Commit

Permalink
Update package.json version(s)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Mar 18, 2024
1 parent 0b18159 commit 98f3928
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.

This file was deleted.

12 changes: 12 additions & 0 deletions packages/neon-dappkit/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
9 changes: 8 additions & 1 deletion packages/neon-dappkit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/neon-dappkit/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 98f3928

Please sign in to comment.