diff --git a/apps/sparo-lib/package.json b/apps/sparo-lib/package.json index d88aba7..bd08f16 100644 --- a/apps/sparo-lib/package.json +++ b/apps/sparo-lib/package.json @@ -1,6 +1,6 @@ { "name": "sparo-lib", - "version": "0.0.4", + "version": "0.0.5", "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 4d99445..510b691 100644 --- a/apps/sparo/package.json +++ b/apps/sparo/package.json @@ -1,6 +1,6 @@ { "name": "sparo", - "version": "0.0.4", + "version": "0.0.5", "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 e97a768..d8a2eaa 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -102,7 +102,7 @@ { "policyName": "sparo", "definitionName": "lockStepVersion", - "version": "0.0.4", + "version": "0.0.5", "nextBump": "patch", "mainProject": "sparo" }