From 636c6bf9b25c52201c32ba012c95cb04651038f6 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 13 Jan 2025 14:57:59 +0530 Subject: [PATCH 1/4] chore: maxun core 0.0.9 --- maxun-core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxun-core/package.json b/maxun-core/package.json index ddaaa510..d403360a 100644 --- a/maxun-core/package.json +++ b/maxun-core/package.json @@ -1,6 +1,6 @@ { "name": "maxun-core", - "version": "0.0.8", + "version": "0.0.9", "description": "Core package for Maxun, responsible for data extraction", "main": "build/index.js", "typings": "build/index.d.ts", From ec9dac0c3fae02e5817734f2639ae3d5bc16e39c Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 13 Jan 2025 14:58:29 +0530 Subject: [PATCH 2/4] chore: maxun 0.0.7 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 36062666..13d5aa9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "maxun", - "version": "0.0.6", + "version": "0.0.7", "author": "Maxun", "license": "AGPL-3.0-or-later", "dependencies": { From b401fa43b43abf0e8852dffbd2c4f3eed5bfc027 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 13 Jan 2025 15:04:31 +0530 Subject: [PATCH 3/4] chore: use maxun-core 0.0.9 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 13d5aa9e..5dae78a2 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "lodash": "^4.17.21", "loglevel": "^1.8.0", "loglevel-plugin-remote": "^0.6.8", - "maxun-core": "^0.0.8", + "maxun-core": "^0.0.9", "minio": "^8.0.1", "moment-timezone": "^0.5.45", "node-cron": "^3.0.3", From 1feaca090ea9e6d8322d5dd5dce5131262ab8af1 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Mon, 13 Jan 2025 16:04:38 +0530 Subject: [PATCH 4/4] chore: BE 0.0.11, FE 0.0.9 --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 91b72428..3a0e9118 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -43,7 +43,7 @@ services: #build: #context: . #dockerfile: server/Dockerfile - image: getmaxun/maxun-backend:v0.0.10 + image: getmaxun/maxun-backend:v0.0.11 ports: - "${BACKEND_PORT:-8080}:${BACKEND_PORT:-8080}" env_file: .env @@ -70,7 +70,7 @@ services: #build: #context: . #dockerfile: Dockerfile - image: getmaxun/maxun-frontend:v0.0.7 + image: getmaxun/maxun-frontend:v0.0.8 ports: - "${FRONTEND_PORT:-5173}:${FRONTEND_PORT:-5173}" env_file: .env