Skip to content

Commit 5a1a5e9

Browse files
authored
feat: bump agent & array (#245)
lets get the latest stuff in
1 parent b0e3bd9 commit 5a1a5e9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/array/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@posthog/array",
3-
"version": "0.13.0",
3+
"version": "0.14.0",
44
"description": "Array - PostHog desktop task manager",
55
"main": ".vite/build/index.js",
66
"versionHash": "dynamic",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "array-monorepo",
3-
"version": "0.4.0",
3+
"version": "0.0.0",
44
"private": true,
55
"description": "Array monorepo - PostHog desktop task manager and agent",
66
"engines": {

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": "@posthog/agent",
3-
"version": "1.28.0",
3+
"version": "1.29.0",
44
"repository": "https://github.com/PostHog/array",
55
"description": "TypeScript agent framework wrapping Claude Agent SDK with Git-based task execution for PostHog",
66
"main": "./dist/index.js",

0 commit comments

Comments
 (0)