mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-14 19:35:12 -05:00
commit
8b64d5d82e
3 changed files with 14 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
## sparo-lib
|
||||
|
||||
This is a companion package for the Sparo tool.
|
||||
This is a companion package for the Sparo tool. See the
|
||||
[sparo](https://npmjs.com/package/sparo) package for details.
|
||||
|
||||
The **sparo-lib** version number is always exactly equal
|
||||
to the **sparo** version number that it depends on.
|
||||
|
|
10
common/changes/sparo/release_2024-02-22-00-05.json
Normal file
10
common/changes/sparo/release_2024-02-22-00-05.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"changes": [
|
||||
{
|
||||
"packageName": "sparo",
|
||||
"comment": "Initial implementation",
|
||||
"type": "none"
|
||||
}
|
||||
],
|
||||
"packageName": "sparo"
|
||||
}
|
|
@ -437,11 +437,13 @@
|
|||
{
|
||||
"packageName": "sparo",
|
||||
"projectFolder": "apps/sparo",
|
||||
"versionPolicyName": "sparo",
|
||||
"shouldPublish": true
|
||||
},
|
||||
{
|
||||
"packageName": "sparo-lib",
|
||||
"projectFolder": "apps/sparo-lib",
|
||||
"versionPolicyName": "sparo",
|
||||
"shouldPublish": true
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue