diff --git a/apps/vendor-ccxt/CHANGELOG.json b/apps/vendor-ccxt/CHANGELOG.json index e20406730..d29d842bf 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.11", + "tag": "@yuants/vendor-ccxt_v0.0.11", + "date": "Thu, 22 Feb 2024 20:18:09 GMT", + "comments": { + "patch": [ + { + "comment": "fix account_id && add public only flag" + } + ], + "none": [ + { + "comment": "Bump Version" + } + ] + } + }, { "version": "0.0.10", "tag": "@yuants/vendor-ccxt_v0.0.10", diff --git a/apps/vendor-ccxt/CHANGELOG.md b/apps/vendor-ccxt/CHANGELOG.md index 3f1a761de..3f4b52416 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 Thu, 22 Feb 2024 19:30:53 GMT and should not be manually modified. +This log was last generated on Thu, 22 Feb 2024 20:18:09 GMT and should not be manually modified. + +## 0.0.11 +Thu, 22 Feb 2024 20:18:09 GMT + +### Patches + +- fix account_id && add public only flag ## 0.0.10 Thu, 22 Feb 2024 19:30:53 GMT diff --git a/apps/vendor-ccxt/package.json b/apps/vendor-ccxt/package.json index ddf6dbdbd..b761f89a0 100644 --- a/apps/vendor-ccxt/package.json +++ b/apps/vendor-ccxt/package.json @@ -1,6 +1,6 @@ { "name": "@yuants/vendor-ccxt", - "version": "0.0.10", + "version": "0.0.11", "files": [ "dist/extension.bundle.js" ], diff --git a/common/changes/@yuants/vendor-ccxt/2024-02-22-20-12.json b/common/changes/@yuants/vendor-ccxt/2024-02-22-20-12.json deleted file mode 100644 index e8ca517b0..000000000 --- a/common/changes/@yuants/vendor-ccxt/2024-02-22-20-12.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@yuants/vendor-ccxt", - "comment": "fix account_id && add public only flag", - "type": "patch" - } - ], - "packageName": "@yuants/vendor-ccxt" -} \ No newline at end of file diff --git a/common/changes/@yuants/vendor-ccxt/main_2024-02-22-19-30.json b/common/changes/@yuants/vendor-ccxt/main_2024-02-22-20-18.json similarity index 100% rename from common/changes/@yuants/vendor-ccxt/main_2024-02-22-19-30.json rename to common/changes/@yuants/vendor-ccxt/main_2024-02-22-20-18.json