From 5a1fa1daed39e102c92b34b079857798d344c14d Mon Sep 17 00:00:00 2001 From: Alioune Gaye Date: Fri, 13 Feb 2026 11:56:53 +0100 Subject: [PATCH] chore: bump version to 1.3.0-alpha.0 and update changelog Signed-off-by: Alioune Gaye --- CHANGELOG.md | 4 +++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4830cc14..2f0ce5fb 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). -## [1.3.0-dev] - Unreleased +## [1.3.0-rc.1] - 2026-02-17 ### Added - Compute permissions from the JWT and disable unavailable UI sections, ([#416](https://github.com/astarte-platform/astarte-dashboard/issues/416)). - For server-owned interfaces, display a form to send data to the device, ([#417](https://github.com/astarte-platform/astarte-dashboard/issues/417)). @@ -12,6 +12,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Allow unsetting property endpoints, ([#450](https://github.com/astarte-platform/astarte-dashboard/issues/450)). - Allow to filter time of Interface DataStream data, ([#441](https://github.com/astarte-platform/astarte-dashboard/issues/441)). - Add useful feedback about the invalid JWT token, ([#485](https://github.com/astarte-platform/astarte-dashboard/issues/485)). +- Add JSON user config defaulting to using local Astarte instance ([#515](https://github.com/astarte-platform/astarte-dashboard/pull/515)) +- Add support for device registration and deletion triggers ([#517](https://github.com/astarte-platform/astarte-dashboard/pull/517)) ### Changed - Adapt Device Stats and PieChart to exclude interfaces with 0 exchanged messages, ([#428](https://github.com/astarte-platform/astarte-dashboard/issues/428)). - Persist login using cookies instead of localStorage, ([#419](https://github.com/astarte-platform/astarte-dashboard/issues/419)). diff --git a/package-lock.json b/package-lock.json index 83dd7082..ac71f0c5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astarte-dashboard", - "version": "1.3.0-dev", + "version": "1.3.0-rc.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "astarte-dashboard", - "version": "1.3.0-dev", + "version": "1.3.0-rc.1", "license": "Apache-2.0", "dependencies": { "@astarte-platform/react-bootstrap": "^5.15.0", diff --git a/package.json b/package.json index 13340c0d..9801765a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "astarte-dashboard", - "version": "1.3.0-dev", + "version": "1.3.0-rc.1", "description": "Astarte dashboard", "keywords": [ "astarte",