Skip to content

Commit 4576a22

Browse files
baozhoutaoclaude
andauthored
chore(release): reconcile main package versions with the 2026-08-03 rc.3 publish (#6135) (#6149)
The 2026-08-03T16:42Z release published 17.0.0-rc.3 to npm and pushed 69 package tags atomically, but the "chore: version packages (rc)" commit (c6a52d3) never landed on main. main therefore still declared rc.2, so `changeset version` recomputed the already-published rc.3 — merging the version PR would have skipped every package at publish time while marking this cycle's changesets as released. Aligns the `version` field of the 68 tagged packages still present in the workspace to 17.0.0-rc.3, so the next `changeset version` computes rc.4. Version fields only: no .changeset/* file is touched (they are rc.4's input), no workspace:* dependency is altered, and the lockfile is unchanged. Fixes #6135 Claude-Session: https://claude.ai/code/session_01JwwiU9bjhwy2SWj13ho8uv Co-authored-by: Claude <noreply@anthropic.com>
1 parent eda599e commit 4576a22

68 files changed

Lines changed: 68 additions & 68 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

packages/adapters/hono/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/hono",
3-
"version": "17.0.0-rc.2",
3+
"version": "17.0.0-rc.3",
44
"license": "Apache-2.0",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/apps/account/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/account",
3-
"version": "17.0.0-rc.2",
3+
"version": "17.0.0-rc.3",
44
"license": "Apache-2.0",
55
"description": "ObjectStack Account — the end-user account/self-service console app, packaged as its own ObjectStack app package (ADR-0048: one app per package).",
66
"main": "dist/index.js",

packages/apps/setup/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/setup",
3-
"version": "17.0.0-rc.2",
3+
"version": "17.0.0-rc.3",
44
"license": "Apache-2.0",
55
"description": "ObjectStack Setup — the platform administration app, packaged as its own ObjectStack app package (ADR-0048: one app per package).",
66
"main": "dist/index.js",

packages/apps/studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/studio",
3-
"version": "17.0.0-rc.2",
3+
"version": "17.0.0-rc.3",
44
"license": "Apache-2.0",
55
"description": "ObjectStack Studio — the metadata builder app, packaged as its own ObjectStack app package (ADR-0048: one app per package).",
66
"main": "dist/index.js",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/cli",
3-
"version": "17.0.0-rc.2",
3+
"version": "17.0.0-rc.3",
44
"description": "Command Line Interface for ObjectStack Protocol",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",

packages/client-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/client-react",
3-
"version": "17.0.0-rc.2",
3+
"version": "17.0.0-rc.3",
44
"license": "Apache-2.0",
55
"description": "React hooks for ObjectStack Client SDK",
66
"main": "dist/index.js",

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/client",
3-
"version": "17.0.0-rc.2",
3+
"version": "17.0.0-rc.3",
44
"license": "Apache-2.0",
55
"description": "Official Client SDK for ObjectStack Protocol",
66
"main": "dist/index.js",

packages/cloud-connection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/cloud-connection",
3-
"version": "17.0.0-rc.2",
3+
"version": "17.0.0-rc.3",
44
"license": "Apache-2.0",
55
"description": "Runtime-side client for an ObjectStack cloud control plane — marketplace browse proxy, install-local, device-code binding, org catalog and installed views, and the /api/v1/runtime/config discovery endpoint. Open mechanism (ADR-0008): the hub service, plan policy, and entitlements stay server-side.",
66
"type": "module",

packages/connectors/connector-mcp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/connector-mcp",
3-
"version": "17.0.0-rc.2",
3+
"version": "17.0.0-rc.3",
44
"license": "Apache-2.0",
55
"description": "Model Context Protocol (MCP) connector for ObjectStack — a generic adapter that turns any MCP server's tools into a connector's actions on the automation engine's connector registry (ADR-0024).",
66
"main": "dist/index.js",

packages/connectors/connector-openapi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@objectstack/connector-openapi",
3-
"version": "17.0.0-rc.2",
3+
"version": "17.0.0-rc.3",
44
"license": "Apache-2.0",
55
"description": "OpenAPI 3.x connector generator for ObjectStack — turns a declarative OpenAPI document into connector actions on the automation engine's registry, with a self-contained static-auth HTTP transport (ADR-0023).",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)