diff --git a/core/package.json b/core/package.json index 3ecc3f8..7bcd397 100644 --- a/core/package.json +++ b/core/package.json @@ -1,6 +1,6 @@ { "name": "@ambarltd/core", - "version": "0.1.15", + "version": "0.1.16", "type": "module", "repository": "https://github.com/ambarltd/typescript-libs.git", "publishConfig": { diff --git a/task-explorer/package.json b/task-explorer/package.json index 82b6e10..2e61166 100644 --- a/task-explorer/package.json +++ b/task-explorer/package.json @@ -1,7 +1,7 @@ { "name": "task-explorer", "private": true, - "version": "0.1.3", + "version": "0.1.4", "packageManager": "pnpm@10.33.4", "scripts": { "dev:frontend": "pnpm --filter './frontend' dev -- --host 0.0.0.0", diff --git a/tasks/package.json b/tasks/package.json index 113300e..6b94e23 100644 --- a/tasks/package.json +++ b/tasks/package.json @@ -1,6 +1,6 @@ { "name": "@ambarltd/tasks", - "version": "0.1.1", + "version": "0.1.2", "type": "module", "repository": "https://github.com/ambarltd/typescript-libs.git", "publishConfig": {