mirror of
https://github.com/owntracks/frontend.git
synced 2024-11-15 09:18:17 -07:00
Release 2.14.0
This commit is contained in:
parent
b141444b56
commit
05ae629217
@ -2,6 +2,10 @@
|
||||
|
||||
Dates are in UTC.
|
||||
|
||||
## 2.14.0 (2024-06-09)
|
||||
|
||||
- Implement new date/time range picker ([#116](https://github.com/owntracks/frontend/pull/116), [@jduar](https://github.com/jduar) / [@Tofee](https://github.com/Tofee))
|
||||
|
||||
## 2.13.1 (2024-06-09)
|
||||
|
||||
- Bump versions, just to make sure the frontend shows the right one
|
||||
|
@ -6,7 +6,7 @@ COPY . ./
|
||||
RUN npm run build
|
||||
|
||||
FROM nginx:1.25-alpine
|
||||
LABEL version="2.13.1"
|
||||
LABEL version="2.14.0"
|
||||
LABEL description="OwnTracks Frontend"
|
||||
LABEL maintainer="Linus Groh <mail@linusgroh.de>"
|
||||
ENV LISTEN_PORT=80 \
|
||||
|
4
package-lock.json
generated
4
package-lock.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "owntracks-frontend",
|
||||
"version": "2.13.1",
|
||||
"version": "2.14.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "owntracks-frontend",
|
||||
"version": "2.13.1",
|
||||
"version": "2.14.0",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"deepmerge": "^4.3.1",
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "owntracks-frontend",
|
||||
"version": "2.13.1",
|
||||
"version": "2.14.0",
|
||||
"license": "MIT",
|
||||
"author": {
|
||||
"name": "Linus Groh",
|
||||
|
Loading…
Reference in New Issue
Block a user