From 43e0157d207c93ca9ffb2e6157cc48cd5e697579 Mon Sep 17 00:00:00 2001 From: hudson-onto Date: Fri, 2 Feb 2024 10:23:26 +0100 Subject: [PATCH] Release 2.6.0-TR8 --- package-lock.json | 4 ++-- package.json | 2 +- test-cypress/package-lock.json | 4 ++-- test-cypress/package.json | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 22ab607d8..637a15a71 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "graphdb-workbench", - "version": "2.6.0-TR7", + "version": "2.6.0-TR8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "graphdb-workbench", - "version": "2.6.0-TR7", + "version": "2.6.0-TR8", "license": "Apache-2.0", "dependencies": { "angular-animate": "1.3.8", diff --git a/package.json b/package.json index eea3d339a..b2428d3ca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphdb-workbench", - "version": "2.6.0-TR7", + "version": "2.6.0-TR8", "description": "The web application for GraphDB APIs", "scripts": { "build": "webpack --config=webpack.config.prod.js", diff --git a/test-cypress/package-lock.json b/test-cypress/package-lock.json index 5889fe16a..91cdfcd2f 100644 --- a/test-cypress/package-lock.json +++ b/test-cypress/package-lock.json @@ -1,12 +1,12 @@ { "name": "graphdb-workbench-tests", - "version": "2.6.0-TR7", + "version": "2.6.0-TR8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "graphdb-workbench-tests", - "version": "2.6.0-TR7", + "version": "2.6.0-TR8", "license": "Apache-2.0", "dependencies": { "cypress": "^13.3.1", diff --git a/test-cypress/package.json b/test-cypress/package.json index 861c18c70..a872ad91b 100644 --- a/test-cypress/package.json +++ b/test-cypress/package.json @@ -1,6 +1,6 @@ { "name": "graphdb-workbench-tests", - "version": "2.6.0-TR7", + "version": "2.6.0-TR8", "description": "Cypress tests for GraphDB workbench", "scripts": { "start": "cypress open",