From 21a21dd376744c69cabeeb539e71b12da74ca40b Mon Sep 17 00:00:00 2001 From: allohamora Date: Sat, 3 Dec 2022 22:52:57 +0200 Subject: [PATCH 1/2] fix: change API_URL in Dockerfile to correct --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a20ecd0..6020b5a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN npm ci COPY . . ENV NODE_ENV production -ENV NEXT_PUBLIC_API_URL https://chepi-back-allohamora.cloud.okteto.net/ +ENV NEXT_PUBLIC_API_URL https://chepi-back-allohamora.cloud.okteto.net/api/v1 RUN npm run build EXPOSE 3000 From c75fee6de5044f719a95b7dfb9755a18331d36cc Mon Sep 17 00:00:00 2001 From: allohamora Date: Sat, 3 Dec 2022 22:53:36 +0200 Subject: [PATCH 2/2] chore(release): 4.0.2 --- CHANGELOG.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bad169..32dbd3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.0.2](https://github.com/allohamora/chepi-front/compare/v4.0.1...v4.0.2) (2022-12-03) + +### Bug Fixes + +- change API_URL in Dockerfile to correct ([21a21dd](https://github.com/allohamora/chepi-front/commits/21a21dd376744c69cabeeb539e71b12da74ca40b)) + ### [4.0.1](https://github.com/allohamora/chepi-front/compare/v4.0.0...v4.0.1) (2022-12-03) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 81deb62..a2af4d2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "chepi-front", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "chepi-front", - "version": "4.0.1", + "version": "4.0.2", "license": "MIT", "dependencies": { "@ant-design/icons": "^4.7.0", diff --git a/package.json b/package.json index 8a90798..4fbec14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chepi-front", - "version": "4.0.1", + "version": "4.0.2", "description": "front-end for chepi", "author": "https://github.com/allohamora", "private": true,