From 5cf2bdf75ce20a047ad73a2ee04f58294da704a0 Mon Sep 17 00:00:00 2001 From: Suyi Date: Fri, 23 Feb 2024 06:59:35 +0000 Subject: [PATCH] chore(rush): update version policy for public lib --- common/config/rush/version-policies.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/config/rush/version-policies.json b/common/config/rush/version-policies.json index a9cff26d..6e49516e 100644 --- a/common/config/rush/version-policies.json +++ b/common/config/rush/version-policies.json @@ -12,8 +12,8 @@ { "policyName": "public", "definitionName": "lockStepVersion", - "version": "1.0.1-dev.28", - "nextBump": "prerelease" + "version": "1.0.11", + "nextBump": "patch" }, { "policyName": "public-utils",