diff --git a/CHANGELOG.md b/CHANGELOG.md index 734b4276..06b3c8be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.0.6] - 2024-04-23 + ## [1.0.5] - 2023-09-25 ## Fixed - Fix crash while displaying values of an Astarte interface. diff --git a/README.md b/README.md index 363ae4de..36f9a863 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ For example, to run it locally on port 4040, you can use the following command: docker run \ -p 4040:80 \ -v /absolute/path/to/config.json:/usr/share/nginx/html/user-config/config.json \ - astarte/astarte-dashboard:1.0.5 + astarte/astarte-dashboard:1.0.6 ``` @@ -189,4 +189,4 @@ Distributed under the Apache2.0 License. See [LICENSE](LICENSE) for more informa -[dashboard-home-screenshot]: https://github.com/astarte-platform/astarte/blob/v1.0.5/doc/images/astarte-dashboard-realm-overview.png +[dashboard-home-screenshot]: https://github.com/astarte-platform/astarte/blob/v1.0.6/doc/images/astarte-dashboard-realm-overview.png diff --git a/elm.json b/elm.json index 54a7f118..4f790eaa 100644 --- a/elm.json +++ b/elm.json @@ -7,40 +7,48 @@ "dependencies": { "direct": { "Gizra/elm-debouncer": "2.0.0", - "NoRedInk/elm-json-decode-pipeline": "1.0.0", + "NoRedInk/elm-json-decode-pipeline": "1.0.1", "avh4/elm-color": "1.0.0", "damienklinnert/elm-spinner": "3.0.2", - "elm/browser": "1.0.1", - "elm/core": "1.0.2", + "elm/browser": "1.0.2", + "elm/core": "1.0.5", "elm/html": "1.0.0", "elm/http": "2.0.0", "elm/json": "1.1.3", "elm/regex": "1.0.0", "elm/time": "1.0.0", "elm/url": "1.0.0", - "elm-community/maybe-extra": "5.1.0", - "elm-community/typed-svg": "5.1.0", - "folkertdev/one-true-path-experiment": "4.0.3", - "gampleman/elm-visualization": "2.0.1", - "rtfeldman/elm-iso8601-date-strings": "1.1.3", + "elm-community/maybe-extra": "5.3.0", + "elm-community/typed-svg": "5.2.0", + "folkertdev/one-true-path-experiment": "6.0.0", + "folkertdev/svg-path-lowlevel": "4.0.1", + "gampleman/elm-visualization": "2.4.1", + "ianmackenzie/elm-geometry": "3.9.0", + "ianmackenzie/elm-interval": "2.0.0", + "rtfeldman/elm-iso8601-date-strings": "1.1.4", "rundis/elm-bootstrap": "5.2.0" }, "indirect": { "elm/bytes": "1.0.8", "elm/file": "1.0.5", "elm/parser": "1.1.0", + "elm/random": "1.0.0", "elm/svg": "1.0.1", - "elm/virtual-dom": "1.0.2", - "elm-community/list-extra": "8.2.0", + "elm/virtual-dom": "1.0.3", + "elm-community/list-extra": "8.7.0", + "elmcraft/core-extra": "2.0.0", "folkertdev/elm-deque": "3.0.1", - "folkertdev/svg-path-lowlevel": "3.0.0", + "gampleman/elm-rosetree": "1.1.0", + "ianmackenzie/elm-1d-parameter": "1.0.1", "ianmackenzie/elm-float-extra": "1.1.0", - "ianmackenzie/elm-geometry": "1.2.1", - "ianmackenzie/elm-interval": "1.0.1", - "ianmackenzie/elm-triangular-mesh": "1.0.2", - "justinmimbs/date": "3.2.0", - "justinmimbs/time-extra": "1.1.0", - "ryannhg/date-format": "2.3.0" + "ianmackenzie/elm-triangular-mesh": "1.1.0", + "ianmackenzie/elm-units": "2.10.0", + "ianmackenzie/elm-units-interval": "2.3.0", + "ianmackenzie/elm-units-prefixed": "2.8.0", + "justinmimbs/date": "4.1.0", + "justinmimbs/time-extra": "1.2.0", + "rtfeldman/elm-hex": "1.0.0", + "ryan-haskell/date-format": "1.0.0" } }, "test-dependencies": { diff --git a/package-lock.json b/package-lock.json index ec4862ee..1e2741a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astarte-dashboard", - "version": "1.0.5", + "version": "1.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astarte-dashboard", - "version": "1.0.5", + "version": "1.0.6", "license": "Apache-2.0", "dependencies": { "@emotion/core": "10.0.35", diff --git a/package.json b/package.json index 0368818e..aabfd786 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astarte-dashboard", - "version": "1.0.5", + "version": "1.0.6", "description": "Astarte dashboard", "main": "dist/index.html", "keywords": [