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 Aug 12, 2024
1 parent 5224f18 commit 4b05249
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/bs-ethereum/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@cityofzion/bs-ethereum",
"entries": [
{
"version": "2.2.7",
"tag": "@cityofzion/bs-ethereum_v2.2.7",
"date": "Mon, 12 Aug 2024 20:59:02 GMT",
"comments": {
"patch": [
{
"comment": "Fix balance error when there is ERC721 and transactions by address not returning all transfers"
}
]
}
},
{
"version": "2.2.6",
"tag": "@cityofzion/bs-ethereum_v2.2.6",
Expand Down
9 changes: 8 additions & 1 deletion packages/bs-ethereum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @cityofzion/bs-ethereum

This log was last generated on Fri, 09 Aug 2024 20:04:44 GMT and should not be manually modified.
This log was last generated on Mon, 12 Aug 2024 20:59:02 GMT and should not be manually modified.

## 2.2.7
Mon, 12 Aug 2024 20:59:02 GMT

### Patches

- Fix balance error when there is ERC721 and transactions by address not returning all transfers

## 2.2.6
Fri, 09 Aug 2024 20:04:44 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/bs-ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cityofzion/bs-ethereum",
"version": "2.2.6",
"version": "2.2.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/CityOfZion/blockchain-services",
Expand Down

0 comments on commit 4b05249

Please sign in to comment.