Skip to content

Commit

Permalink
Merge pull request #358 from davidebriani/prepare-1.1.0-alpha.0
Browse files Browse the repository at this point in the history
Prepare 1.1.0-alpha.0 release
  • Loading branch information
bettio authored Nov 24, 2022
2 parents 5064e75 + 57ffd47 commit e833628
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 14 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
This software has been developed by:
* Mattia Pavinati <mattia.pavinati at ispirata dot com>
* Davide Briani <davide.briani at ispirata dot com>
* Mattia Pavinati <mattia.pavinati at secomind dot com>
* Davide Briani <davide.briani at secomind dot com>
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).

## [Unreleased]
## [1.1.0-alpha.0] - 2022-11-24
### Added
- Custom library to render graphic charts for data coming from Astarte.
### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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/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
1 change: 1 addition & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

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.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "astarte-dashboard",
"version": "1.1.0-dev",
"version": "1.1.0-alpha.0",
"description": "Astarte dashboard",
"keywords": [
"astarte",
Expand All @@ -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",
Expand Down
5 changes: 3 additions & 2 deletions src/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -210,7 +211,7 @@ const InterfacesCard = ({
</Card.Text>
<Card.Text>
<a
href="https://docs.astarte-platform.org/1.0/030-interface.html"
href="https://docs.astarte-platform.org/1.1/030-interface.html"
target="_blank"
rel="noreferrer"
>
Expand Down Expand Up @@ -288,7 +289,7 @@ const TriggersCard = ({
</Card.Text>
<Card.Text>
<a
href="https://docs.astarte-platform.org/1.0/060-using_triggers.html"
href="https://docs.astarte-platform.org/1.1/060-using_triggers.html"
target="_blank"
rel="noreferrer"
>
Expand Down

0 comments on commit e833628

Please sign in to comment.