Skip to content

Commit

Permalink
Prerelease: 1.0.0-rc.6 (#176)
Browse files Browse the repository at this point in the history
* release(prerelease): 1.0.0-rc.6

* chore: Update js-lib version

* chore: Fix md warning

* chore: Update js-lib version
  • Loading branch information
kilchenmann committed Sep 15, 2020
1 parent e5db248 commit 060021b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -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.

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions 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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 060021b

Please sign in to comment.