Skip to content

Commit

Permalink
Merge pull request #394 from davidebriani/prepare-release-v1.0.5
Browse files Browse the repository at this point in the history
Prepare release v1.0.5
  • Loading branch information
bettio authored Sep 25, 2023
2 parents 92eb8ab + 23f414a commit 0a1419c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.5] - Unreleased
## [1.0.5] - 2023-09-25
## Fixed
- Fix crash while displaying values of an Astarte interface.
- Fix duplicate items on device list when changing search filters
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.4
astarte/astarte-dashboard:1.0.5
```


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.4/doc/images/astarte-dashboard-realm-overview.png
[dashboard-home-screenshot]: https://github.com/astarte-platform/astarte/blob/v1.0.5/doc/images/astarte-dashboard-realm-overview.png
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.4",
"version": "1.0.5",
"description": "Astarte dashboard",
"main": "dist/index.html",
"keywords": [
Expand Down

0 comments on commit 0a1419c

Please sign in to comment.