From 455547a8a1db208a1656cff7efdb6ce98408f731 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Feb 2024 00:38:19 +0800 Subject: [PATCH] chore: bump version (#472) Co-authored-by: Thrimbda --- apps/vendor-ccxt/CHANGELOG.json | 17 +++++++++++++++++ apps/vendor-ccxt/CHANGELOG.md | 9 ++++++++- apps/vendor-ccxt/package.json | 2 +- .../@yuants/vendor-ccxt/2024-02-24-16-13.json | 10 ---------- ...24-15-18.json => main_2024-02-24-16-28.json} | 0 5 files changed, 26 insertions(+), 12 deletions(-) delete mode 100644 common/changes/@yuants/vendor-ccxt/2024-02-24-16-13.json rename common/changes/@yuants/vendor-ccxt/{main_2024-02-24-15-18.json => main_2024-02-24-16-28.json} (100%) 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