From 060021b939a8bac8eef79572d6bc3b1f43f86267 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Kilchenmann?= Date: Tue, 15 Sep 2020 11:38:41 +0200 Subject: [PATCH] Prerelease: 1.0.0-rc.6 (#176) * release(prerelease): 1.0.0-rc.6 * chore: Update js-lib version * chore: Fix md warning * chore: Update js-lib version --- README.md | 1 + package-lock.json | 8 ++++---- package.json | 4 ++-- projects/dsp-ui/package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3b52e933a..ea596788e 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,7 @@ To build and run the application in Docker, do the following: The first step builds the lib and app in Docker. Make sure to delete the contents of the `dist` folder on your local system first. The second step runs a container based on the image built in the previous step: + - `-v` mounts a config file from your local file system in the Docker container, so you can set the config. - `--publish` maps the port on your local machine to the port in the Docker container. diff --git a/package-lock.json b/package-lock.json index 5a23f8d82..2a4643892 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dsp-ui-lib", - "version": "1.0.0-rc.5", + "version": "1.0.0-rc.6", "lockfileVersion": 1, "requires": true, "dependencies": { @@ -1580,9 +1580,9 @@ } }, "@dasch-swiss/dsp-js": { - "version": "1.0.0-rc.10", - "resolved": "https://registry.npmjs.org/@dasch-swiss/dsp-js/-/dsp-js-1.0.0-rc.10.tgz", - "integrity": "sha512-s5SMg7It+0ZpI8NGS+JEL5AzBxBotWH3fl2SWHZ1G7rR2HMZHhMJ8BUnBlWAg30we9rWM79zY89Qv6jjxjhAXw==", + "version": "1.0.0-rc.11", + "resolved": "https://registry.npmjs.org/@dasch-swiss/dsp-js/-/dsp-js-1.0.0-rc.11.tgz", + "integrity": "sha512-1oho17S+E0aOfj/fWCpBCeqapTqH68hSB00it6+hk4/20YN2TtrVwIDIa0VGBMWmI1oWygzU/lGRk4UkJbGqDw==", "requires": { "@types/jsonld": "^1.5.0", "json2typescript": "1.4.1", diff --git a/package.json b/package.json index 5d0547c85..ef6a06134 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dsp-ui-lib", - "version": "1.0.0-rc.5", + "version": "1.0.0-rc.6", "description": "Angular library to easily create a Knora/DSP user interface", "repository": { "type": "git", @@ -46,7 +46,7 @@ "@angular/platform-browser": "~9.1.2", "@angular/platform-browser-dynamic": "~9.1.2", "@angular/router": "~9.1.2", - "@dasch-swiss/dsp-js": "1.0.0-rc.10", + "@dasch-swiss/dsp-js": "1.0.0-rc.11", "jdnconvertiblecalendar": "^0.0.5", "jdnconvertiblecalendardateadapter": "^0.0.13", "ngx-color-picker": "^9.1.0", diff --git a/projects/dsp-ui/package.json b/projects/dsp-ui/package.json index 34610887e..593f082db 100644 --- a/projects/dsp-ui/package.json +++ b/projects/dsp-ui/package.json @@ -1,6 +1,6 @@ { "name": "@dasch-swiss/dsp-ui", - "version": "1.0.0-rc.5", + "version": "1.0.0-rc.6", "description": "Angular library to easily create a Knora/DSP user interface", "repository": { "type": "git",