From 33316408e7520dd43b8fa5538fd43f8df9ab638e Mon Sep 17 00:00:00 2001 From: Anthony Rimet Date: Mon, 6 Nov 2023 10:51:44 +0100 Subject: [PATCH] 14.0.19-alpha --- Makefile | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 61188415b..fe4e3e363 100644 --- a/Makefile +++ b/Makefile @@ -59,9 +59,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.18 --build-arg http_proxy --build-arg https_proxy . + docker build -t inistcnrs/lodex:14.0.19-alpha --build-arg http_proxy --build-arg https_proxy . publish: build ## publish version to docker hub - docker push inistcnrs/lodex:14.0.18 + docker push inistcnrs/lodex:14.0.19-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 d4748ba13..7bae3870b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "lodex", - "version": "14.0.18-alpha", + "version": "14.0.19-alpha", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "lodex", - "version": "14.0.18-alpha", + "version": "14.0.19-alpha", "hasInstallScript": true, "license": "CECILL-2.1", "dependencies": { diff --git a/package.json b/package.json index f4288b1bc..c7adbd08a 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "node": ">= 16" }, "name": "lodex", - "version": "14.0.18", + "version": "14.0.19-alpha", "description": "", "main": "src/api/index.js", "browser": {