From 32f639a0acfd318a7b7133389515ca0cbb21effd Mon Sep 17 00:00:00 2001 From: Davide Briani Date: Fri, 22 Aug 2025 10:47:34 +0200 Subject: [PATCH] chore(release): prepare v1.2.1-rc.0 This change performs some chores to prepare the codebase for releasing 1.2.1-rc.0. - Bump versions in package.json and package-lock.json. - Update relevant section in CHANGELOG.md to report the upcoming release. Signed-off-by: Davide Briani --- CHANGELOG.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed540aac..bc23885b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.2.1-rc.0] - 2025-08-22 +### Fixed +- Correctly handle navigating to a trigger page when its name contains special characters ([#499](https://github.com/astarte-platform/astarte-dashboard/pull/499)). + ## [1.2.1-alpha.0] - 2025-04-10 ### Added - Support redirection to a specific page after successful authentication diff --git a/package-lock.json b/package-lock.json index a90f8fb9..ac7add1a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "astarte-dashboard", - "version": "1.2.1-alpha.0", + "version": "1.2.1-rc.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "astarte-dashboard", - "version": "1.2.1-alpha.0", + "version": "1.2.1-rc.0", "license": "Apache-2.0", "dependencies": { "@astarte-platform/react-bootstrap": "^5.15.0", diff --git a/package.json b/package.json index 7601823b..93ca3455 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "type": "module", "name": "astarte-dashboard", - "version": "1.2.1-alpha.0", + "version": "1.2.1-rc.0", "description": "Astarte dashboard", "keywords": [ "astarte",