From 2580f2412001cc851ffb2349a4879c8cbcfa5f27 Mon Sep 17 00:00:00 2001 From: rafaeelricco Date: Tue, 12 May 2026 13:11:41 -0300 Subject: [PATCH] Bump package versions for core, tasks, and task-explorer - Bump `@ambarltd/core` to `0.1.16`. - Bump `@ambarltd/tasks` to `0.1.2`. - Bump `task-explorer` to `0.1.4`. --- core/package.json | 2 +- task-explorer/package.json | 2 +- tasks/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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": {