Bump versions [skip ci]

This commit is contained in:
Cheng Liu 2024-03-05 09:01:35 -08:00
parent 92b9207de4
commit 2c21391cf6
No known key found for this signature in database
GPG key ID: EEC8452F7DB85CD6
3 changed files with 3 additions and 3 deletions
apps
common/config/rush

View file

@ -1,6 +1,6 @@
{
"name": "sparo-lib",
"version": "0.0.7",
"version": "1.0.0",
"description": "A library for writing scripts that interact with the Sparo",
"license": "MIT",
"homepage": "https://tiktok.github.io/sparo/",

View file

@ -1,6 +1,6 @@
{
"name": "sparo",
"version": "0.0.7",
"version": "1.0.0",
"description": "Improve Git performance in your large scale frontend monorepo by integrating sparse checkout with Rush and PNPM",
"keywords": [
"background prefetch",

View file

@ -102,7 +102,7 @@
{
"policyName": "sparo",
"definitionName": "lockStepVersion",
"version": "0.0.7",
"version": "1.0.0",
"nextBump": "patch",
"mainProject": "sparo"
}