diff --git a/apps/sparo-lib/package.json b/apps/sparo-lib/package.json index e8c0496..e91fdf9 100644 --- a/apps/sparo-lib/package.json +++ b/apps/sparo-lib/package.json @@ -1,6 +1,6 @@ { "name": "sparo-lib", - "version": "1.9.2", + "version": "1.9.1", "description": "A library for writing scripts that interact with Sparo", "license": "MIT", "homepage": "https://tiktok.github.io/sparo/", diff --git a/apps/sparo/CHANGELOG.json b/apps/sparo/CHANGELOG.json index 2a0711b..bcada17 100644 --- a/apps/sparo/CHANGELOG.json +++ b/apps/sparo/CHANGELOG.json @@ -1,16 +1,10 @@ { "name": "sparo", "entries": [ - { - "version": "1.9.2", - "tag": "sparo_v1.9.2", - "date": "Fri, 10 Jul 2026 07:15:06 GMT", - "comments": {} - }, { "version": "1.9.1", "tag": "sparo_v1.9.1", - "date": "Wed, 10 Jun 2026 20:40:10 GMT", + "date": "Fri, 10 Jul 2026 07:00:48 GMT", "comments": { "none": [ { diff --git a/apps/sparo/CHANGELOG.md b/apps/sparo/CHANGELOG.md index cfbb63e..d42c8fa 100644 --- a/apps/sparo/CHANGELOG.md +++ b/apps/sparo/CHANGELOG.md @@ -1,14 +1,9 @@ # Change Log - sparo -This log was last generated on Fri, 10 Jul 2026 07:15:06 GMT and should not be manually modified. - -## 1.9.2 -Fri, 10 Jul 2026 07:15:06 GMT - -_Version update only_ +This log was last generated on Fri, 10 Jul 2026 07:00:48 GMT and should not be manually modified. ## 1.9.1 -Wed, 10 Jun 2026 20:40:10 GMT +Fri, 10 Jul 2026 07:00:48 GMT ### Updates diff --git a/apps/sparo/package.json b/apps/sparo/package.json index 498c52d..7a4f9ce 100644 --- a/apps/sparo/package.json +++ b/apps/sparo/package.json @@ -1,6 +1,6 @@ { "name": "sparo", - "version": "1.9.2", + "version": "1.9.1", "description": "Improve Git performance in your large scale frontend monorepo by integrating sparse checkout with Rush and PNPM", "keywords": [ "background prefetch", diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index f64d821..f0c5f36 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -102,7 +102,7 @@ { "policyName": "sparo", "definitionName": "lockStepVersion", - "version": "1.9.2", + "version": "1.9.1", "nextBump": "patch", "mainProject": "sparo" }