From 63909d76337eb6c80353524b968d6eaa8955ed24 Mon Sep 17 00:00:00 2001 From: JulienM Date: Wed, 11 Oct 2023 17:12:15 +0200 Subject: [PATCH] 14.0.11-alpha --- Makefile | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 904b8e659..030707a2c 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.10-alpha-alpha --build-arg http_proxy --build-arg https_proxy . + docker build -t inistcnrs/lodex:14.0.11-alpha-alpha-alpha --build-arg http_proxy --build-arg https_proxy . publish: build ## publish version to docker hub - docker push inistcnrs/lodex:14.0.10-alpha-alpha + docker push inistcnrs/lodex:14.0.11-alpha-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 6e2741ea0..10abf4e32 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lodex", - "version": "14.0.10-alpha", + "version": "14.0.11-alpha", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 2c8596f38..b1c3ee71b 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "node": ">= 12" }, "name": "lodex", - "version": "14.0.10-alpha", + "version": "14.0.11-alpha", "description": "", "main": "src/api/index.js", "browser": {