From fd680b281205a3c6a93d8d8fda05da07a511aa5c Mon Sep 17 00:00:00 2001 From: Ola Blissing Date: Wed, 8 Dec 2021 11:29:44 +0100 Subject: [PATCH] Bump versions --- lxljs/package.json | 2 +- nuxt-app/package.json | 4 ++-- vue-client/package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lxljs/package.json b/lxljs/package.json index 7e40a1118..fba8d104b 100644 --- a/lxljs/package.json +++ b/lxljs/package.json @@ -1,6 +1,6 @@ { "name": "lxljs", - "version": "1.0.1", + "version": "1.0.2", "description": "JavaScript tools for the Libris XL infrastructure.", "main": "index.js", "author": "Ola Blissing ", diff --git a/nuxt-app/package.json b/nuxt-app/package.json index fc88c7dc7..7d496df3d 100644 --- a/nuxt-app/package.json +++ b/nuxt-app/package.json @@ -1,6 +1,6 @@ { "name": "id.kb.se", - "version": "2.0.1", + "version": "2.0.2", "license": "Apache-2.0", "private": true, "scripts": { @@ -31,6 +31,6 @@ "babel-core": "7.0.0-bridge.0", "babel-jest": "^26.6.3", "jest": "^26.6.3", - "vue-jest": "^3.0.4" + "vue-jest": "^3.0F.4" } } diff --git a/vue-client/package.json b/vue-client/package.json index a06080c3b..9ffedfd24 100644 --- a/vue-client/package.json +++ b/vue-client/package.json @@ -1,6 +1,6 @@ { "name": "vue-client", - "version": "1.24.1", + "version": "1.24.3", "private": true, "scripts": { "serve": "vue-cli-service serve",