Skip to content

Commit bbc60f7

Browse files
chore: release v2.0.0-alpha.94 (alpha) [skip ci]
1 parent 60d8cad commit bbc60f7

File tree

13 files changed

+27
-27
lines changed

13 files changed

+27
-27
lines changed

bun.lock

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.0-alpha.93",
2+
"version": "2.0.0-alpha.94",
33
"packages": [
44
"packages/*"
55
],

packages/agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/agent",
3-
"version": "2.0.0-alpha.93",
3+
"version": "2.0.0-alpha.94",
44
"description": "Standalone elizaOS-based agent and backend server package.",
55
"type": "module",
66
"license": "MIT",

packages/daemon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/daemon",
3-
"version": "2.0.0-alpha.93",
3+
"version": "2.0.0-alpha.94",
44
"description": "Cross-platform daemon/service management for Eliza agents",
55
"type": "module",
66
"main": "dist/index.js",

packages/elizaos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "elizaos",
3-
"version": "2.0.0-alpha.93",
3+
"version": "2.0.0-alpha.94",
44
"description": "elizaOS CLI - Create and manage elizaOS examples",
55
"type": "module",
66
"bin": {

packages/interop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/interop",
3-
"version": "2.0.0-alpha.93",
3+
"version": "2.0.0-alpha.94",
44
"description": "Cross-language plugin interoperability for elizaOS",
55
"type": "module",
66
"main": "dist/index.js",

packages/prompts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@elizaos/prompts",
33
"private": false,
4-
"version": "2.0.0-alpha.93",
4+
"version": "2.0.0-alpha.94",
55
"description": "Shared prompt templates for elizaOS across TypeScript, Python, and Rust",
66
"type": "module",
77
"main": "./dist/typescript/index.ts",

packages/rust/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/rust",
3-
"version": "2.0.0-alpha.93",
3+
"version": "2.0.0-alpha.94",
44
"description": "elizaOS Core - Rust runtime and types",
55
"type": "module",
66
"main": "pkg/node/elizaos.js",

packages/schemas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/schemas",
3-
"version": "2.0.0-alpha.93",
3+
"version": "2.0.0-alpha.94",
44
"description": "Protocol Buffer schemas for elizaOS - single source of truth for all types",
55
"files": [
66
"eliza",

packages/skills/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/skills",
3-
"version": "2.0.0-alpha.93",
3+
"version": "2.0.0-alpha.94",
44
"description": "Bundled skills and skill loading utilities for elizaOS agents",
55
"type": "module",
66
"main": "dist/index.js",

0 commit comments

Comments
 (0)