Merge pull request #4 from tiktok/release

Release
This commit is contained in:
Cheng Liu 2024-02-21 16:05:59 -08:00 committed by GitHub
commit 8b64d5d82e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 14 additions and 1 deletions

View file

@ -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.

View file

@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "sparo",
"comment": "Initial implementation",
"type": "none"
}
],
"packageName": "sparo"
}

View file

@ -437,11 +437,13 @@
{
"packageName": "sparo",
"projectFolder": "apps/sparo",
"versionPolicyName": "sparo",
"shouldPublish": true
},
{
"packageName": "sparo-lib",
"projectFolder": "apps/sparo-lib",
"versionPolicyName": "sparo",
"shouldPublish": true
}
]