From 2834063f520679d6fb4d9aa34f0355e9ce7f48dd Mon Sep 17 00:00:00 2001 From: Aron Price Date: Tue, 20 Jan 2026 16:00:01 -0500 Subject: [PATCH 1/2] chore(premain): align prerelease versions --- 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 f4ad707..142bca9 100644 --- a/py/src/theorydb_py/version.json +++ b/py/src/theorydb_py/version.json @@ -1,3 +1,3 @@ { - "version": "1.1.5" + "version": "1.1.5-rc" } diff --git a/ts/package-lock.json b/ts/package-lock.json index 5401383..d34261b 100644 --- a/ts/package-lock.json +++ b/ts/package-lock.json @@ -1,12 +1,12 @@ { "name": "@theory-cloud/tabletheory-ts", - "version": "1.1.5", + "version": "1.1.5-rc", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@theory-cloud/tabletheory-ts", - "version": "1.1.5", + "version": "1.1.5-rc", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-dynamodb": "^3.971.0", diff --git a/ts/package.json b/ts/package.json index fd480a2..5537f15 100644 --- a/ts/package.json +++ b/ts/package.json @@ -1,6 +1,6 @@ { "name": "@theory-cloud/tabletheory-ts", - "version": "1.1.5", + "version": "1.1.5-rc", "license": "Apache-2.0", "private": true, "type": "module", From 9bd7289c3244013f003818f8fb32581bef63667f Mon Sep 17 00:00:00 2001 From: Aron Price Date: Tue, 20 Jan 2026 16:16:57 -0500 Subject: [PATCH 2/2] chore(premain): reset prerelease manifest baseline --- .release-please-manifest.premain.json | 2 +- py/src/theorydb_py/version.json | 2 +- ts/package-lock.json | 4 ++-- ts/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.premain.json b/.release-please-manifest.premain.json index d17a1e5..a7fd6a0 100644 --- a/.release-please-manifest.premain.json +++ b/.release-please-manifest.premain.json @@ -1,3 +1,3 @@ { - ".": "1.1.5-rc" + ".": "1.1.5" } diff --git a/py/src/theorydb_py/version.json b/py/src/theorydb_py/version.json index 142bca9..f4ad707 100644 --- a/py/src/theorydb_py/version.json +++ b/py/src/theorydb_py/version.json @@ -1,3 +1,3 @@ { - "version": "1.1.5-rc" + "version": "1.1.5" } diff --git a/ts/package-lock.json b/ts/package-lock.json index d34261b..5401383 100644 --- a/ts/package-lock.json +++ b/ts/package-lock.json @@ -1,12 +1,12 @@ { "name": "@theory-cloud/tabletheory-ts", - "version": "1.1.5-rc", + "version": "1.1.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@theory-cloud/tabletheory-ts", - "version": "1.1.5-rc", + "version": "1.1.5", "license": "Apache-2.0", "dependencies": { "@aws-sdk/client-dynamodb": "^3.971.0", diff --git a/ts/package.json b/ts/package.json index 5537f15..fd480a2 100644 --- a/ts/package.json +++ b/ts/package.json @@ -1,6 +1,6 @@ { "name": "@theory-cloud/tabletheory-ts", - "version": "1.1.5-rc", + "version": "1.1.5", "license": "Apache-2.0", "private": true, "type": "module",