From 9827164cfc907b56ca099afcfa312e40dfd53269 Mon Sep 17 00:00:00 2001 From: Aron Price Date: Thu, 29 Jan 2026 16:21:00 -0500 Subject: [PATCH] fix(release): keep staging aligned with premain RC line MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Staging is promoted into premain to cut RCs. Keep TS/Py package versions aligned to the premain prerelease manifest so promotion PRs don’t fail version-alignment checks. --- py/src/theorydb_py/version.json | 2 +- ts/package-lock.json | 4 ++-- ts/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/py/src/theorydb_py/version.json b/py/src/theorydb_py/version.json index 2116354..28b5fa5 100644 --- a/py/src/theorydb_py/version.json +++ b/py/src/theorydb_py/version.json @@ -1,3 +1,3 @@ { - "version": "1.2.1" + "version": "1.3.0-rc.1" } diff --git a/ts/package-lock.json b/ts/package-lock.json index 1a7a44d..e8cdfde 100644 --- a/ts/package-lock.json +++ b/ts/package-lock.json @@ -1,12 +1,12 @@ { "name": "@theory-cloud/tabletheory-ts", - "version": "1.2.1", + "version": "1.3.0-rc.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@theory-cloud/tabletheory-ts", - "version": "1.2.1", + "version": "1.3.0-rc.1", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-dynamodb": "^3.971.0", diff --git a/ts/package.json b/ts/package.json index 66e9bf9..1f6d437 100644 --- a/ts/package.json +++ b/ts/package.json @@ -1,6 +1,6 @@ { "name": "@theory-cloud/tabletheory-ts", - "version": "1.2.1", + "version": "1.3.0-rc.1", "license": "Apache-2.0", "private": true, "type": "module",