From 2b25f4cdd0828e913e88dc7738213b20d9c410e0 Mon Sep 17 00:00:00 2001 From: Anthony Rimet Date: Tue, 19 Sep 2023 17:55:30 +0200 Subject: [PATCH] 14.0.6-alpha --- Makefile | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index b7530caed..ebc58ac01 100644 --- a/Makefile +++ b/Makefile @@ -58,9 +58,9 @@ build-app: docker-compose -f docker-compose.dev.yml run --no-deps --rm node npm run build build: ## Build the docker image localy - docker build -t inistcnrs/lodex:14.0.5-alpha --build-arg http_proxy --build-arg https_proxy . + docker build -t inistcnrs/lodex:14.0.6-alpha-alpha --build-arg http_proxy --build-arg https_proxy . publish: build ## publish version to docker hub - docker push inistcnrs/lodex:14.0.5-alpha + docker push inistcnrs/lodex:14.0.6-alpha-alpha analyze-code: ## Generate statistics about the bundle. Usage: make analyze-code. docker-compose -f docker-compose.dev.yml run --no-deps --rm node npm run analyze diff --git a/package-lock.json b/package-lock.json index 7e00dbc18..0f3ada45b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lodex", - "version": "14.0.5-alpha", + "version": "14.0.6-alpha", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0ac15c9ba..e23aa7a6d 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "node": ">= 12" }, "name": "lodex", - "version": "14.0.5-alpha", + "version": "14.0.6-alpha", "description": "", "main": "src/api/index.js", "browser": {