mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-23 15:48:16 -05:00
Update changelogs [skip ci]
This commit is contained in:
parent
a045b7f2a1
commit
6a21a10eff
4 changed files with 24 additions and 21 deletions
|
@ -1,6 +1,21 @@
|
||||||
{
|
{
|
||||||
"name": "sparo",
|
"name": "sparo",
|
||||||
"entries": [
|
"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",
|
"version": "1.2.0",
|
||||||
"tag": "sparo_v1.2.0",
|
"tag": "sparo_v1.2.0",
|
||||||
|
|
|
@ -1,6 +1,14 @@
|
||||||
# Change Log - sparo
|
# 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
|
## 1.2.0
|
||||||
Fri, 24 May 2024 23:10:09 GMT
|
Fri, 24 May 2024 23:10:09 GMT
|
||||||
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"packageName": "sparo",
|
|
||||||
"comment": "\"sparo checkout -\" can checkout to previous branch correctly",
|
|
||||||
"type": "none"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"packageName": "sparo"
|
|
||||||
}
|
|
|
@ -1,10 +0,0 @@
|
||||||
{
|
|
||||||
"changes": [
|
|
||||||
{
|
|
||||||
"packageName": "sparo",
|
|
||||||
"comment": "\"sparo pull\" respects temporary rush selectors \"--to\" and \"--from\".",
|
|
||||||
"type": "none"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"packageName": "sparo"
|
|
||||||
}
|
|
Loading…
Reference in a new issue