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 Jul 29, 2024
1 parent 13d071d commit 77a7c4a
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 36 deletions.
10 changes: 0 additions & 10 deletions common/changes/@cityofzion/bs-ethereum/main_2024-07-26-02-23.json

This file was deleted.

This file was deleted.

10 changes: 0 additions & 10 deletions common/changes/@cityofzion/bs-neo3/main_2024-07-26-02-23.json

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.1.1",
"tag": "@cityofzion/bs-ethereum_v2.1.1",
"date": "Mon, 29 Jul 2024 14:31:19 GMT",
"comments": {
"patch": [
{
"comment": "Converting Moralis values and Fix normalization hash issues"
}
]
}
},
{
"version": "2.1.0",
"tag": "@cityofzion/bs-ethereum_v2.1.0",
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 Tue, 23 Jul 2024 21:44:02 GMT and should not be manually modified.
This log was last generated on Mon, 29 Jul 2024 14:31:19 GMT and should not be manually modified.

## 2.1.1
Mon, 29 Jul 2024 14:31:19 GMT

### Patches

- Converting Moralis values and Fix normalization hash issues

## 2.1.0
Tue, 23 Jul 2024 21:44:02 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.1.0",
"version": "2.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/CityOfZion/blockchain-services",
Expand Down
12 changes: 12 additions & 0 deletions packages/bs-neo-legacy/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@cityofzion/bs-neo-legacy",
"entries": [
{
"version": "1.1.1",
"tag": "@cityofzion/bs-neo-legacy_v1.1.1",
"date": "Mon, 29 Jul 2024 14:31:19 GMT",
"comments": {
"patch": [
{
"comment": "Fix normalization hash issues"
}
]
}
},
{
"version": "1.1.0",
"tag": "@cityofzion/bs-neo-legacy_v1.1.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/bs-neo-legacy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @cityofzion/bs-neo-legacy

This log was last generated on Tue, 23 Jul 2024 21:44:02 GMT and should not be manually modified.
This log was last generated on Mon, 29 Jul 2024 14:31:19 GMT and should not be manually modified.

## 1.1.1
Mon, 29 Jul 2024 14:31:19 GMT

### Patches

- Fix normalization hash issues

## 1.1.0
Tue, 23 Jul 2024 21:44:02 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/bs-neo-legacy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cityofzion/bs-neo-legacy",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Coz",
Expand Down
12 changes: 12 additions & 0 deletions packages/bs-neo3/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@cityofzion/bs-neo3",
"entries": [
{
"version": "1.1.1",
"tag": "@cityofzion/bs-neo3_v1.1.1",
"date": "Mon, 29 Jul 2024 14:31:19 GMT",
"comments": {
"patch": [
{
"comment": "Fix normalization hash issues"
}
]
}
},
{
"version": "1.1.0",
"tag": "@cityofzion/bs-neo3_v1.1.0",
Expand Down
9 changes: 8 additions & 1 deletion packages/bs-neo3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @cityofzion/bs-neo3

This log was last generated on Tue, 23 Jul 2024 21:44:02 GMT and should not be manually modified.
This log was last generated on Mon, 29 Jul 2024 14:31:19 GMT and should not be manually modified.

## 1.1.1
Mon, 29 Jul 2024 14:31:19 GMT

### Patches

- Fix normalization hash issues

## 1.1.0
Tue, 23 Jul 2024 21:44:02 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/bs-neo3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cityofzion/bs-neo3",
"version": "1.1.0",
"version": "1.1.1",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/CityOfZion/blockchain-services",
Expand Down

0 comments on commit 77a7c4a

Please sign in to comment.