diff --git a/apps/sparo/CHANGELOG.json b/apps/sparo/CHANGELOG.json index 640f625..64a5f4e 100644 --- a/apps/sparo/CHANGELOG.json +++ b/apps/sparo/CHANGELOG.json @@ -1,6 +1,21 @@ { "name": "sparo", "entries": [ + { + "version": "1.3.0", + "tag": "sparo_v1.3.0", + "date": "Fri, 31 May 2024 18:31:02 GMT", + "comments": { + "none": [ + { + "comment": "\"sparo checkout -\" can checkout to previous branch correctly" + }, + { + "comment": "\"sparo pull\" respects temporary rush selectors \"--to\" and \"--from\"." + } + ] + } + }, { "version": "1.2.0", "tag": "sparo_v1.2.0", diff --git a/apps/sparo/CHANGELOG.md b/apps/sparo/CHANGELOG.md index a93ed49..538aeaa 100644 --- a/apps/sparo/CHANGELOG.md +++ b/apps/sparo/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log - sparo -This log was last generated on Fri, 24 May 2024 23:10:09 GMT and should not be manually modified. +This log was last generated on Fri, 31 May 2024 18:31:02 GMT and should not be manually modified. + +## 1.3.0 +Fri, 31 May 2024 18:31:02 GMT + +### Updates + +- "sparo checkout -" can checkout to previous branch correctly +- "sparo pull" respects temporary rush selectors "--to" and "--from". ## 1.2.0 Fri, 24 May 2024 23:10:09 GMT diff --git a/common/changes/sparo/feat-checkout-dash_2024-05-30-05-28.json b/common/changes/sparo/feat-checkout-dash_2024-05-30-05-28.json deleted file mode 100644 index 1e87e08..0000000 --- a/common/changes/sparo/feat-checkout-dash_2024-05-30-05-28.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "sparo", - "comment": "\"sparo checkout -\" can checkout to previous branch correctly", - "type": "none" - } - ], - "packageName": "sparo" -} \ No newline at end of file diff --git a/common/changes/sparo/fix-sparo-pull-with-selectors_2024-05-29-01-26.json b/common/changes/sparo/fix-sparo-pull-with-selectors_2024-05-29-01-26.json deleted file mode 100644 index a759209..0000000 --- a/common/changes/sparo/fix-sparo-pull-with-selectors_2024-05-29-01-26.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "changes": [ - { - "packageName": "sparo", - "comment": "\"sparo pull\" respects temporary rush selectors \"--to\" and \"--from\".", - "type": "none" - } - ], - "packageName": "sparo" -} \ No newline at end of file