Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion cli-node/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
2 changes: 1 addition & 1 deletion cli-node/src/oclif/commands/functions-init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk-go/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.25.0
0.26.0
2 changes: 1 addition & 1 deletion sdk-node/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion sdk-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion sdk-python/uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading