Skip to content

Commit 535c71c

Browse files
authored
chore: bump all package versions to 0.3.0
1 parent c50f6c6 commit 535c71c

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

npm/neokai/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "neokai",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "NeoKai - Claude Agent SDK Web Interface",
55
"bin": {
66
"kai": "bin/kai.js"
77
},
88
"optionalDependencies": {
9-
"@neokai/cli-darwin-arm64": "0.2.2",
10-
"@neokai/cli-darwin-x64": "0.2.2",
11-
"@neokai/cli-linux-x64": "0.2.2",
12-
"@neokai/cli-linux-arm64": "0.2.2"
9+
"@neokai/cli-darwin-arm64": "0.3.0",
10+
"@neokai/cli-darwin-x64": "0.3.0",
11+
"@neokai/cli-linux-x64": "0.3.0",
12+
"@neokai/cli-linux-arm64": "0.3.0"
1313
},
1414
"files": [
1515
"bin/"

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": "@neokai/cli",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"type": "module",
55
"license": "Apache-2.0",
66
"bin": {

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": "@neokai/daemon",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"type": "module",
55
"license": "Apache-2.0",
66
"main": "main.ts",

packages/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neokai/e2e",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"private": true,
55
"license": "Apache-2.0",
66
"type": "module",

packages/shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neokai/shared",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"type": "module",
55
"license": "Apache-2.0",
66
"main": "src/mod.ts",

packages/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@neokai/web",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"type": "module",
55
"license": "Apache-2.0",
66
"scripts": {

0 commit comments

Comments
 (0)