diff --git a/apps/vendor-ccxt/CHANGELOG.json b/apps/vendor-ccxt/CHANGELOG.json index 324ea0346..f8f656ec5 100644 --- a/apps/vendor-ccxt/CHANGELOG.json +++ b/apps/vendor-ccxt/CHANGELOG.json @@ -1,6 +1,23 @@ { "name": "@yuants/vendor-ccxt", "entries": [ + { + "version": "0.0.19", + "tag": "@yuants/vendor-ccxt_v0.0.19", + "date": "Fri, 01 Mar 2024 10:55:39 GMT", + "comments": { + "patch": [ + { + "comment": "add funding account & fix submit order osc error" + } + ], + "none": [ + { + "comment": "Bump Version" + } + ] + } + }, { "version": "0.0.18", "tag": "@yuants/vendor-ccxt_v0.0.18", diff --git a/apps/vendor-ccxt/CHANGELOG.md b/apps/vendor-ccxt/CHANGELOG.md index 8c2cf6bea..a72d09a4a 100644 --- a/apps/vendor-ccxt/CHANGELOG.md +++ b/apps/vendor-ccxt/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - @yuants/vendor-ccxt -This log was last generated on Sun, 25 Feb 2024 15:40:57 GMT and should not be manually modified. +This log was last generated on Fri, 01 Mar 2024 10:55:39 GMT and should not be manually modified. + +## 0.0.19 +Fri, 01 Mar 2024 10:55:39 GMT + +### Patches + +- add funding account & fix submit order osc error ## 0.0.18 Sun, 25 Feb 2024 15:40:57 GMT diff --git a/apps/vendor-ccxt/package.json b/apps/vendor-ccxt/package.json index 318035965..82d0456be 100644 --- a/apps/vendor-ccxt/package.json +++ b/apps/vendor-ccxt/package.json @@ -1,6 +1,6 @@ { "name": "@yuants/vendor-ccxt", - "version": "0.0.18", + "version": "0.0.19", "files": [ "dist/extension.bundle.js" ], diff --git a/common/changes/@yuants/vendor-ccxt/2024-03-01-10-42.json b/common/changes/@yuants/vendor-ccxt/2024-03-01-10-42.json deleted file mode 100644 index 0e511b0e8..000000000 --- a/common/changes/@yuants/vendor-ccxt/2024-03-01-10-42.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@yuants/vendor-ccxt", - "comment": "add funding account & fix submit order osc error", - "type": "patch" - } - ], - "packageName": "@yuants/vendor-ccxt" -} \ No newline at end of file diff --git a/common/changes/@yuants/vendor-ccxt/main_2024-02-25-15-40.json b/common/changes/@yuants/vendor-ccxt/main_2024-03-01-10-55.json similarity index 100% rename from common/changes/@yuants/vendor-ccxt/main_2024-02-25-15-40.json rename to common/changes/@yuants/vendor-ccxt/main_2024-03-01-10-55.json