From 9816572781967f9de0df95159d4f244cbbb1a6f1 Mon Sep 17 00:00:00 2001 From: tiktokbot Date: Fri, 29 Mar 2024 19:27:14 +0000 Subject: [PATCH] Bump versions [skip ci] --- apps/sparo-lib/package.json | 2 +- apps/sparo/package.json | 2 +- common/config/rush/version-policies.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/sparo-lib/package.json b/apps/sparo-lib/package.json index fa3a147..ec0f4ba 100644 --- a/apps/sparo-lib/package.json +++ b/apps/sparo-lib/package.json @@ -1,6 +1,6 @@ { "name": "sparo-lib", - "version": "1.0.5", + "version": "1.0.6", "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 0f35742..5d7e5dd 100644 --- a/apps/sparo/package.json +++ b/apps/sparo/package.json @@ -1,6 +1,6 @@ { "name": "sparo", - "version": "1.0.5", + "version": "1.0.6", "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 d625019..49e83f1 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.0.5", + "version": "1.0.6", "nextBump": "patch", "mainProject": "sparo" }