From ac17913413753cc2610071fab431dd964c6d616f Mon Sep 17 00:00:00 2001 From: tiktokbot Date: Tue, 27 Aug 2024 17:48:19 +0000 Subject: [PATCH] Update changelogs [skip ci] --- apps/sparo/CHANGELOG.json | 12 ++++++++++++ apps/sparo/CHANGELOG.md | 9 ++++++++- .../sparo/fix-completion_2024-08-27-05-07.json | 10 ---------- 3 files changed, 20 insertions(+), 11 deletions(-) delete mode 100644 common/changes/sparo/fix-completion_2024-08-27-05-07.json diff --git a/apps/sparo/CHANGELOG.json b/apps/sparo/CHANGELOG.json index bdbc20e..0e18b0b 100644 --- a/apps/sparo/CHANGELOG.json +++ b/apps/sparo/CHANGELOG.json @@ -1,6 +1,18 @@ { "name": "sparo", "entries": [ + { + "version": "1.7.0", + "tag": "sparo_v1.7.0", + "date": "Tue, 27 Aug 2024 17:48:19 GMT", + "comments": { + "none": [ + { + "comment": "Fix an edge case for shell completion" + } + ] + } + }, { "version": "1.6.0", "tag": "sparo_v1.6.0", diff --git a/apps/sparo/CHANGELOG.md b/apps/sparo/CHANGELOG.md index 385abb5..721d45d 100644 --- a/apps/sparo/CHANGELOG.md +++ b/apps/sparo/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log - sparo -This log was last generated on Fri, 16 Aug 2024 22:09:09 GMT and should not be manually modified. +This log was last generated on Tue, 27 Aug 2024 17:48:19 GMT and should not be manually modified. + +## 1.7.0 +Tue, 27 Aug 2024 17:48:19 GMT + +### Updates + +- Fix an edge case for shell completion ## 1.6.0 Fri, 16 Aug 2024 22:09:09 GMT diff --git a/common/changes/sparo/fix-completion_2024-08-27-05-07.json b/common/changes/sparo/fix-completion_2024-08-27-05-07.json deleted file mode 100644 index 8378636..0000000 --- a/common/changes/sparo/fix-completion_2024-08-27-05-07.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "sparo", - "comment": "Fix an edge case for shell completion", - "type": "none" - } - ], - "packageName": "sparo" -} \ No newline at end of file