From f7f362666e6a02e7b87842d9be87fb932b77a3c8 Mon Sep 17 00:00:00 2001 From: Javier Romero Castro Date: Thu, 19 Oct 2023 19:06:49 +0200 Subject: [PATCH] release: v1.2.55 --- CHANGES.rst | 4 ++++ cds_ils/__init__.py | 2 +- ui/.env | 2 +- ui/package-lock.json | 2 +- ui/package.json | 4 ++-- 5 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index 15962d4e4..f9359b7fa 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,10 @@ Changes ======= +Version 1.2.55 (released 2023-10-19) + +- gloabl: fix SNV link + Version 1.2.54 (released 2023-10-19) - gloabl: add SNV message for standards diff --git a/cds_ils/__init__.py b/cds_ils/__init__.py index 1d587ab73..a14253ed9 100644 --- a/cds_ils/__init__.py +++ b/cds_ils/__init__.py @@ -7,6 +7,6 @@ """CDS-ILS.""" -__version__ = "1.2.54" +__version__ = "1.2.55" __all__ = ("__version__",) diff --git a/ui/.env b/ui/.env index a2f16748c..510f26747 100644 --- a/ui/.env +++ b/ui/.env @@ -2,6 +2,6 @@ REACT_APP_UI_ILS_VERSION=1.0.0-alpha.77 REACT_APP_INVENIO_VERSION=1.0.0rc3 REACT_APP_INVENIO_UI_URL=https://127.0.0.1:5000 REACT_APP_INVENIO_REST_ENDPOINTS_BASE_URL=https://127.0.0.1:5000/api -REACT_APP_OVERLAY_VERSION=1.2.54 +REACT_APP_OVERLAY_VERSION=1.2.55 REACT_APP_ENV_NAME=dev REACT_APP_INVENIO_MATOMO_ID=undefined diff --git a/ui/package-lock.json b/ui/package-lock.json index d3b4775cc..0a58b9e4c 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -1,6 +1,6 @@ { "name": "cds-ils", - "version": "1.2.54", + "version": "1.2.55", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/ui/package.json b/ui/package.json index eb14e0ce9..763770985 100644 --- a/ui/package.json +++ b/ui/package.json @@ -1,6 +1,6 @@ { "name": "cds-ils", - "version": "1.2.54", + "version": "1.2.55", "dependencies": { "@babel/runtime": "^7.9.2", "@inveniosoftware/react-invenio-app-ils": "^1.0.0-alpha.77", @@ -47,7 +47,7 @@ "test": "craco test", "eject": "craco eject", "https_start": "HTTPS=true craco start", - "lint": "eslint src/ --ext .js --max-warnings=0", + "lint": "eslint src/ --ext .js --max-warnings=0 --fix", "format": "prettier --write \"src/**/*.js\"" }, "browserslist": {