Skip to content

Commit 374d96d

Browse files
MajorTalclaude
andcommitted
chore: revert premature version bump (publish workflow bumps on release)
The previous commit bumped versions to 2.16.0 directly. The OIDC publish workflow does its own bump based on the root package.json version, so a manual pre-bump would cause `bump=minor` to produce 2.17.0 instead of the intended 2.16.0. Revert so the workflow produces the right version. CHANGELOG already names 2.16.0 as the target — no doc change needed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent e2e5dd6 commit 374d96d

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "run402",
3-
"version": "2.16.0",
3+
"version": "2.15.3",
44
"description": "CLI for Run402 — provision Postgres databases, deploy static sites, generate images, and manage wallets via x402 and MPP micropayments.",
55
"type": "module",
66
"bin": {

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "run402-mcp",
3-
"version": "2.16.0",
3+
"version": "2.15.3",
44
"description": "MCP server for Run402 — AI-native Postgres databases with REST API, auth, storage, and row-level security. Pay with x402 USDC micropayments.",
55
"type": "module",
66
"main": "dist/index.js",

sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@run402/sdk",
3-
"version": "2.16.0",
3+
"version": "2.15.3",
44
"description": "Typed TypeScript client for the Run402 API. Kernel shared by the run402-mcp server, the run402 CLI, and user-deployed run402 functions.",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)