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 Dec 19, 2024
1 parent 5874676 commit 593dd6c
Show file tree
Hide file tree
Showing 9 changed files with 46 additions and 34 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

15 changes: 15 additions & 0 deletions packages/bs-ethereum/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"name": "@cityofzion/bs-ethereum",
"entries": [
{
"version": "2.7.10",
"tag": "@cityofzion/bs-ethereum_v2.7.10",
"date": "Thu, 19 Dec 2024 22:15:45 GMT",
"comments": {
"patch": [
{
"comment": "Update Moralis URL"
},
{
"comment": "Enhance failure handling for native token hash fetching"
}
]
}
},
{
"version": "2.7.9",
"tag": "@cityofzion/bs-ethereum_v2.7.9",
Expand Down
10 changes: 9 additions & 1 deletion packages/bs-ethereum/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Change Log - @cityofzion/bs-ethereum

This log was last generated on Wed, 18 Dec 2024 11:11:37 GMT and should not be manually modified.
This log was last generated on Thu, 19 Dec 2024 22:15:45 GMT and should not be manually modified.

## 2.7.10
Thu, 19 Dec 2024 22:15:45 GMT

### Patches

- Update Moralis URL
- Enhance failure handling for native token hash fetching

## 2.7.9
Wed, 18 Dec 2024 11:11:37 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.7.9",
"version": "2.7.10",
"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-swap/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"name": "@cityofzion/bs-swap",
"entries": [
{
"version": "0.3.2",
"tag": "@cityofzion/bs-swap_v0.3.2",
"date": "Thu, 19 Dec 2024 22:15:45 GMT",
"comments": {
"patch": [
{
"comment": "Update Swap Dora URL"
}
]
}
},
{
"version": "0.3.1",
"tag": "@cityofzion/bs-swap_v0.3.1",
Expand Down
9 changes: 8 additions & 1 deletion packages/bs-swap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log - @cityofzion/bs-swap

This log was last generated on Wed, 18 Dec 2024 22:05:35 GMT and should not be manually modified.
This log was last generated on Thu, 19 Dec 2024 22:15:45 GMT and should not be manually modified.

## 0.3.2
Thu, 19 Dec 2024 22:15:45 GMT

### Patches

- Update Swap Dora URL

## 0.3.1
Wed, 18 Dec 2024 22:05:35 GMT
Expand Down
2 changes: 1 addition & 1 deletion packages/bs-swap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cityofzion/bs-swap",
"version": "0.3.1",
"version": "0.3.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/CityOfZion/blockchain-services",
Expand Down

0 comments on commit 593dd6c

Please sign in to comment.