Skip to content

Commit d755d86

Browse files
committed
unify versions
1 parent 64ff108 commit d755d86

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

lerna.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
{
22
"version": "1.0.0-alpha.0",
33
"packages": ["packages/*"],
4-
"npmClient": "bun"
4+
"npmClient": "bun",
5+
"command": {
6+
"publish": {
7+
"ignoreChanges": ["packages/docs", "packages/client"]
8+
}
9+
}
510
}

packages/client/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@elizaos/client",
3+
"version": "1.0.0-alpha.0",
34
"private": true,
45
"sideEffects": false,
56
"type": "module",

packages/plugin-local-ai/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-local-ai",
3-
"version": "0.25.6-alpha.1",
3+
"version": "1.0.0-alpha.0",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

packages/plugin-solana/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elizaos/plugin-solana",
3-
"version": "0.1.9",
3+
"version": "1.0.0-alpha.0",
44
"type": "module",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)