diff --git a/apps/vendor-ccxt/CHANGELOG.json b/apps/vendor-ccxt/CHANGELOG.json index 34cf1184d..6069f8bd9 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.17", + "tag": "@yuants/vendor-ccxt_v0.0.17", + "date": "Sat, 24 Feb 2024 16:28:48 GMT", + "comments": { + "patch": [ + { + "comment": "fix position" + } + ], + "none": [ + { + "comment": "Bump Version" + } + ] + } + }, { "version": "0.0.16", "tag": "@yuants/vendor-ccxt_v0.0.16", diff --git a/apps/vendor-ccxt/CHANGELOG.md b/apps/vendor-ccxt/CHANGELOG.md index 3a50aaa88..2f42c54d7 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 Sat, 24 Feb 2024 15:18:36 GMT and should not be manually modified. +This log was last generated on Sat, 24 Feb 2024 16:28:48 GMT and should not be manually modified. + +## 0.0.17 +Sat, 24 Feb 2024 16:28:48 GMT + +### Patches + +- fix position ## 0.0.16 Sat, 24 Feb 2024 15:18:36 GMT diff --git a/apps/vendor-ccxt/package.json b/apps/vendor-ccxt/package.json index 83de406af..f55b1e118 100644 --- a/apps/vendor-ccxt/package.json +++ b/apps/vendor-ccxt/package.json @@ -1,6 +1,6 @@ { "name": "@yuants/vendor-ccxt", - "version": "0.0.16", + "version": "0.0.17", "files": [ "dist/extension.bundle.js" ], diff --git a/common/changes/@yuants/vendor-ccxt/2024-02-24-16-13.json b/common/changes/@yuants/vendor-ccxt/2024-02-24-16-13.json deleted file mode 100644 index 9f410fae2..000000000 --- a/common/changes/@yuants/vendor-ccxt/2024-02-24-16-13.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "@yuants/vendor-ccxt", - "comment": "fix position", - "type": "patch" - } - ], - "packageName": "@yuants/vendor-ccxt" -} \ No newline at end of file diff --git a/common/changes/@yuants/vendor-ccxt/main_2024-02-24-15-18.json b/common/changes/@yuants/vendor-ccxt/main_2024-02-24-16-28.json similarity index 100% rename from common/changes/@yuants/vendor-ccxt/main_2024-02-24-15-18.json rename to common/changes/@yuants/vendor-ccxt/main_2024-02-24-16-28.json