Release 2.0.0-beta.8

This commit is contained in:
Linus Groh
2020-01-26 00:57:08 +00:00
parent 95613753a9
commit bc3670df99
3 changed files with 10 additions and 2 deletions
+8
View File
@@ -1,5 +1,13 @@
# Changelog
## 2.0.0-beta.8 (2020-01-26)
- Add friendly device name and face images to location history popups
- Add missing `alt`/`title` to device face image
- Fix all JSDoc `@return` directives to `@returns`
- Use computed prop for device name in location popup
- Enable ESLint `max-len` rule
## 2.0.0-beta.7 (2020-01-24)
This release doesn't really affect end-users but greatly improves the development experience.
+1 -1
View File
@@ -6,7 +6,7 @@ COPY . ./
RUN yarn build
FROM nginx:1.17-alpine
LABEL version="2.0.0-beta.7"
LABEL version="2.0.0-beta.8"
LABEL description="OwnTracks UI"
LABEL maintainer="Linus Groh <mail@linusgroh.de>"
ENV LISTEN_PORT=80 \
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "owntracks-ui",
"version": "2.0.0-beta.7",
"version": "2.0.0-beta.8",
"author": {
"name": "Linus Groh",
"email": "mail@linusgroh.de"