diff --git a/apps/sparo/CHANGELOG.json b/apps/sparo/CHANGELOG.json index 3e97a45..baac58a 100644 --- a/apps/sparo/CHANGELOG.json +++ b/apps/sparo/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "sparo", "entries": [ + { + "version": "1.8.0", + "tag": "sparo_v1.8.0", + "date": "Thu, 24 Oct 2024 20:28:32 GMT", + "comments": { + "none": [ + { + "comment": "Introduce a quicker selection algorithm if applicable" + }, + { + "comment": "Improve log when failed to evaluate project selectors" + } + ] + } + }, { "version": "1.7.1", "tag": "sparo_v1.7.1", diff --git a/apps/sparo/CHANGELOG.md b/apps/sparo/CHANGELOG.md index b462603..39d68e1 100644 --- a/apps/sparo/CHANGELOG.md +++ b/apps/sparo/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log - sparo -This log was last generated on Tue, 01 Oct 2024 20:22:25 GMT and should not be manually modified. +This log was last generated on Thu, 24 Oct 2024 20:28:32 GMT and should not be manually modified. + +## 1.8.0 +Thu, 24 Oct 2024 20:28:32 GMT + +### Updates + +- Introduce a quicker selection algorithm if applicable +- Improve log when failed to evaluate project selectors ## 1.7.1 Tue, 01 Oct 2024 20:22:25 GMT diff --git a/common/changes/sparo/feat-quicker-selection_2024-10-22-02-35.json b/common/changes/sparo/feat-quicker-selection_2024-10-22-02-35.json deleted file mode 100644 index ccc124d..0000000 --- a/common/changes/sparo/feat-quicker-selection_2024-10-22-02-35.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "sparo", - "comment": "Introduce a quicker selection algorithm if applicable", - "type": "none" - } - ], - "packageName": "sparo" -} \ No newline at end of file diff --git a/common/changes/sparo/improve-log_2024-10-23-17-46.json b/common/changes/sparo/improve-log_2024-10-23-17-46.json deleted file mode 100644 index b001a5e..0000000 --- a/common/changes/sparo/improve-log_2024-10-23-17-46.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "sparo", - "comment": "Improve log when failed to evaluate project selectors", - "type": "none" - } - ], - "packageName": "sparo" -} \ No newline at end of file