mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
Update changelogs [skip ci]
This commit is contained in:
parent
175e7413e3
commit
5dcb2455d3
9 changed files with 32 additions and 71 deletions
|
@ -1,6 +1,27 @@
|
|||
{
|
||||
"name": "sparo",
|
||||
"entries": [
|
||||
{
|
||||
"version": "0.0.5",
|
||||
"tag": "sparo_v0.0.5",
|
||||
"date": "Fri, 01 Mar 2024 23:21:32 GMT",
|
||||
"comments": {
|
||||
"none": [
|
||||
{
|
||||
"comment": "Improve error logs when get projects from selection failed"
|
||||
},
|
||||
{
|
||||
"comment": "Allow other configuration files under sparo files folder"
|
||||
},
|
||||
{
|
||||
"comment": "Add subspace folders under all project folders into skeleton"
|
||||
},
|
||||
{
|
||||
"comment": "Add help alias and enable strict mode"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"version": "0.0.4",
|
||||
"tag": "sparo_v0.0.4",
|
||||
|
|
|
@ -1,6 +1,16 @@
|
|||
# Change Log - sparo
|
||||
|
||||
This log was last generated on Fri, 01 Mar 2024 09:03:08 GMT and should not be manually modified.
|
||||
This log was last generated on Fri, 01 Mar 2024 23:21:32 GMT and should not be manually modified.
|
||||
|
||||
## 0.0.5
|
||||
Fri, 01 Mar 2024 23:21:32 GMT
|
||||
|
||||
### Updates
|
||||
|
||||
- Improve error logs when get projects from selection failed
|
||||
- Allow other configuration files under sparo files folder
|
||||
- Add subspace folders under all project folders into skeleton
|
||||
- Add help alias and enable strict mode
|
||||
|
||||
## 0.0.4
|
||||
Fri, 01 Mar 2024 09:03:08 GMT
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "sparo",
|
||||
"comment": "Improve error logs when get projects from selection failed",
|
||||
"type": "none"
|
||||
}
|
||||
],
|
||||
"packageName": "sparo"
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "sparo",
|
||||
"comment": "Allow other configuration files under sparo files folder",
|
||||
"type": "none"
|
||||
}
|
||||
],
|
||||
"packageName": "sparo"
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "sparo",
|
||||
"comment": "Add subspace folders under all project folders into skeleton",
|
||||
"type": "none"
|
||||
}
|
||||
],
|
||||
"packageName": "sparo"
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "sparo",
|
||||
"comment": "",
|
||||
"type": "none"
|
||||
}
|
||||
],
|
||||
"packageName": "sparo"
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "sparo",
|
||||
"comment": "",
|
||||
"type": "none"
|
||||
}
|
||||
],
|
||||
"packageName": "sparo"
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "sparo",
|
||||
"comment": "Add help alias and enable strict mode",
|
||||
"type": "none"
|
||||
}
|
||||
],
|
||||
"packageName": "sparo"
|
||||
}
|
|
@ -1,10 +0,0 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "sparo",
|
||||
"comment": "",
|
||||
"type": "none"
|
||||
}
|
||||
],
|
||||
"packageName": "sparo"
|
||||
}
|
Loading…
Reference in a new issue