From 8480642f4b5329ee425bf66550603b061a0ec391 Mon Sep 17 00:00:00 2001 From: Anthony Rimet Date: Mon, 23 Oct 2023 15:35:08 +0200 Subject: [PATCH] Fix(version): Remove alpha suffix --- Makefile | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index c3a536eec..7d6316ddc 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.15-alpha --build-arg http_proxy --build-arg https_proxy . + docker build -t inistcnrs/lodex:14.0.15 --build-arg http_proxy --build-arg https_proxy . publish: build ## publish version to docker hub - docker push inistcnrs/lodex:14.0.15-alpha + docker push inistcnrs/lodex:14.0.15 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.json b/package.json index 9236b6db7..37bd8bece 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "node": ">= 16" }, "name": "lodex", - "version": "14.0.15-alpha", + "version": "14.0.15", "description": "", "main": "src/api/index.js", "browser": {