diff --git a/cli-node/package.json b/cli-node/package.json index d2f6d7c..025a27b 100644 --- a/cli-node/package.json +++ b/cli-node/package.json @@ -1,6 +1,6 @@ { "name": "@primitivedotdev/cli", - "version": "0.25.2", + "version": "0.26.0", "description": "Official Primitive CLI: deploy Primitive Functions, send and inspect mail, manage endpoints, all from the terminal. Wraps the @primitivedotdev/sdk runtime client with one-shot commands.", "type": "module", "sideEffects": false, diff --git a/cli-node/src/oclif/commands/functions-init.ts b/cli-node/src/oclif/commands/functions-init.ts index d85e59e..4e22f23 100644 --- a/cli-node/src/oclif/commands/functions-init.ts +++ b/cli-node/src/oclif/commands/functions-init.ts @@ -32,7 +32,7 @@ const SDK_VERSION_RANGE = "^0.25.0"; // resolves at least v1.2.3, so the user does not silently downgrade // the bin under themselves. The lockstep test in functions-init.test.ts // enforces that invariant. -const CLI_VERSION_RANGE = "^0.25.0"; +const CLI_VERSION_RANGE = "^0.26.0"; // esbuild version range. Pinned to the latest stable major used // elsewhere in the Primitive codebase for bundling Workers-style diff --git a/sdk-go/VERSION b/sdk-go/VERSION index d21d277..4e8f395 100644 --- a/sdk-go/VERSION +++ b/sdk-go/VERSION @@ -1 +1 @@ -0.25.0 +0.26.0 diff --git a/sdk-node/package.json b/sdk-node/package.json index 907d3c5..d32b095 100644 --- a/sdk-node/package.json +++ b/sdk-node/package.json @@ -1,6 +1,6 @@ { "name": "@primitivedotdev/sdk", - "version": "0.25.2", + "version": "0.26.0", "description": "Official Primitive Node.js SDK: webhook, api, openapi, contract, and parser runtime modules. The CLI moved to @primitivedotdev/cli; this package retains the CLI as a deprecated alias for a few minor releases.", "type": "module", "module": "./dist/index.js", diff --git a/sdk-python/pyproject.toml b/sdk-python/pyproject.toml index 65738c5..805e8a8 100644 --- a/sdk-python/pyproject.toml +++ b/sdk-python/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "primitivedotdev" -version = "0.25.0" +version = "0.26.0" description = "Official Primitive Python SDK for webhook handling and API access" readme = "README.md" requires-python = ">=3.10" diff --git a/sdk-python/uv.lock b/sdk-python/uv.lock index 081732e..b2a6ba2 100644 --- a/sdk-python/uv.lock +++ b/sdk-python/uv.lock @@ -994,7 +994,7 @@ wheels = [ [[package]] name = "primitivedotdev" -version = "0.25.0" +version = "0.26.0" source = { editable = "." } dependencies = [ { name = "attrs" },