diff --git a/apps/sparo-lib/package.json b/apps/sparo-lib/package.json index d41e4b9..0f27eea 100644 --- a/apps/sparo-lib/package.json +++ b/apps/sparo-lib/package.json @@ -1,6 +1,6 @@ { "name": "sparo-lib", - "version": "1.7.1", + "version": "1.8.0", "description": "A library for writing scripts that interact with the Sparo", "license": "MIT", "homepage": "https://tiktok.github.io/sparo/", diff --git a/apps/sparo/package.json b/apps/sparo/package.json index 927bc31..4bcd87f 100644 --- a/apps/sparo/package.json +++ b/apps/sparo/package.json @@ -1,6 +1,6 @@ { "name": "sparo", - "version": "1.7.1", + "version": "1.8.0", "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 70c32a3..6837d0a 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.7.1", + "version": "1.8.0", "nextBump": "minor", "mainProject": "sparo" }