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 14, 2024
1 parent 02ffcb7 commit 98231be
Show file tree
Hide file tree
Showing 8 changed files with 47 additions and 24 deletions.

This file was deleted.

This file was deleted.

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.8.7",
"tag": "@cityofzion/bs-neo3_v1.8.7",
"date": "Sat, 14 Dec 2024 02:56:00 GMT",
"comments": {
"patch": [
{
"comment": "Fix error when trying to send a value with more decimal places than the token supports "
}
]
}
},
{
"version": "1.8.6",
"tag": "@cityofzion/bs-neo3_v1.8.6",
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 Sat, 14 Dec 2024 02:14:48 GMT and should not be manually modified.
This log was last generated on Sat, 14 Dec 2024 02:56:00 GMT and should not be manually modified.

## 1.8.7
Sat, 14 Dec 2024 02:56:00 GMT

### Patches

- Fix error when trying to send a value with more decimal places than the token supports

## 1.8.6
Sat, 14 Dec 2024 02:14:48 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.8.6",
"version": "1.8.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/CityOfZion/blockchain-services",
Expand Down
17 changes: 17 additions & 0 deletions packages/bs-swap/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"name": "@cityofzion/bs-swap",
"entries": [
{
"version": "0.2.6",
"tag": "@cityofzion/bs-swap_v0.2.6",
"date": "Sat, 14 Dec 2024 02:56:00 GMT",
"comments": {
"patch": [
{
"comment": "Fix error when trying to send a value with more decimal places than the token supports"
}
],
"dependency": [
{
"comment": "Updating dependency \"@cityofzion/bs-neo3\" to `1.8.7`"
}
]
}
},
{
"version": "0.2.5",
"tag": "@cityofzion/bs-swap_v0.2.5",
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 Sat, 14 Dec 2024 02:14:48 GMT and should not be manually modified.
This log was last generated on Sat, 14 Dec 2024 02:56:00 GMT and should not be manually modified.

## 0.2.6
Sat, 14 Dec 2024 02:56:00 GMT

### Patches

- Fix error when trying to send a value with more decimal places than the token supports

## 0.2.5
Sat, 14 Dec 2024 02:14:48 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.2.5",
"version": "0.2.6",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/CityOfZion/blockchain-services",
Expand Down

0 comments on commit 98231be

Please sign in to comment.