diff --git a/AUTHORS.md b/AUTHORS.md index c22c4941..0fe7516b 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,3 +1,3 @@ This software has been developed by: -* Mattia Pavinati -* Davide Briani +* Mattia Pavinati +* Davide Briani diff --git a/CHANGELOG.md b/CHANGELOG.md index 26fbb3b0..2f560299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). -## [Unreleased] +## [1.1.0-alpha.0] - 2022-11-24 ### Added - Custom library to render graphic charts for data coming from Astarte. ### Changed diff --git a/README.md b/README.md index e9ad3d08..b75436e9 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Before starting you must have: - [Docker](https://docs.docker.com/get-docker/) version 19.0 or greater. - An Astarte instance up and running, either locally or on a remote cluster. - You can have a look at [Astarte in 5 minutes](https://docs.astarte-platform.org/1.0/010-astarte_in_5_minutes.html#content) + You can have a look at [Astarte in 5 minutes](https://docs.astarte-platform.org/1.1/010-astarte_in_5_minutes.html#content) if you haven't already. ### Configuration @@ -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/release-1.0/doc/images/astarte-dashboard-realm-overview.png +[dashboard-home-screenshot]: https://github.com/astarte-platform/astarte/blob/release-1.1/doc/images/astarte-dashboard-realm-overview.png diff --git a/SECURITY.md b/SECURITY.md index 2aae6296..8b0478ed 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -13,6 +13,7 @@ | 0.10.x | :x: | | 0.11.x | :x: | | 1.0.x | :white_check_mark: | +| 1.1.x | :white_check_mark: | ## Reporting a Vulnerability diff --git a/package-lock.json b/package-lock.json index b68e463e..902d09bb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astarte-dashboard", - "version": "1.1.0-dev", + "version": "1.1.0-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astarte-dashboard", - "version": "1.1.0-dev", + "version": "1.1.0-alpha.0", "license": "Apache-2.0", "dependencies": { "@emotion/core": "^11.0.0", diff --git a/package.json b/package.json index 1a1b6df2..a4e54ed5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "astarte-dashboard", - "version": "1.1.0-dev", + "version": "1.1.0-alpha.0", "description": "Astarte dashboard", "keywords": [ "astarte", @@ -10,13 +10,13 @@ "contributors": [ { "name": "Mattia Pavinati", - "email": "mattia.pavinati@ispirata.com", - "url": "https://ispirata.com/" + "email": "mattia.pavinati@secomind.com", + "url": "https://secomind.com/" }, { "name": "Davide Briani", - "email": "davide.briani@ispirata.com", - "url": "https://ispirata.com/" + "email": "davide.briani@secomind.com", + "url": "https://secomind.com/" } ], "license": "Apache-2.0", diff --git a/src/HomePage.tsx b/src/HomePage.tsx index e055759e..72c5867f 100644 --- a/src/HomePage.tsx +++ b/src/HomePage.tsx @@ -2,6 +2,7 @@ This file is part of Astarte. Copyright 2020-2021 Ispirata Srl + Copyright 2022 SECO Mind Srl Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -210,7 +211,7 @@ const InterfacesCard = ({ @@ -288,7 +289,7 @@ const TriggersCard = ({