Skip to content

Commit

Permalink
Merge pull request #434 from Pavinati/prepare-release-1.0.6
Browse files Browse the repository at this point in the history
Prepare release v1.0.6
  • Loading branch information
davidebriani authored Apr 23, 2024
2 parents 0a1419c + 1f32a8a commit 1e68979
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 22 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```


Expand Down Expand Up @@ -189,4 +189,4 @@ Distributed under the Apache2.0 License. See [LICENSE](LICENSE) for more informa


<!-- https://www.markdownguide.org/basic-syntax/#reference-style-links -->
[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
42 changes: 25 additions & 17 deletions elm.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astarte-dashboard",
"version": "1.0.5",
"version": "1.0.6",
"description": "Astarte dashboard",
"main": "dist/index.html",
"keywords": [
Expand Down

0 comments on commit 1e68979

Please sign in to comment.