Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/sparo-lib/package.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
8 changes: 1 addition & 7 deletions apps/sparo/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -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": [
{
Expand Down
9 changes: 2 additions & 7 deletions apps/sparo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion apps/sparo/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
{
"policyName": "sparo",
"definitionName": "lockStepVersion",
"version": "1.9.2",
"version": "1.9.1",
"nextBump": "patch",
"mainProject": "sparo"
}
Expand Down
Loading