From 2936c3b39ac78effa300559b4f5420ffb13e8199 Mon Sep 17 00:00:00 2001 From: "sm-release-app[bot]" <180338484+sm-release-app[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 23:34:09 +0000 Subject: [PATCH] release: Grafana Synthetic Monitoring App v1.47.1 --- .../release-please/.release-please-manifest.json | 2 +- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.github/release-please/.release-please-manifest.json b/.github/release-please/.release-please-manifest.json index 84a10e000..11c3d0504 100644 --- a/.github/release-please/.release-please-manifest.json +++ b/.github/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.47.0" + ".": "1.47.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ac40e28f2..ea0da8784 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [1.47.1](https://github.com/grafana/synthetic-monitoring-app/compare/v1.47.0...v1.47.1) (2026-02-13) + + +### Fixes + +* normalize empty alertSensitivity from API to none ([#1586](https://github.com/grafana/synthetic-monitoring-app/issues/1586)) ([ef5c1df](https://github.com/grafana/synthetic-monitoring-app/commit/ef5c1df6e8838b3a6e93f21135c7a4d9c98755e5)) + + +### Miscellaneous Chores + +* bump qs from 6.14.1 to 6.14.2 ([#1591](https://github.com/grafana/synthetic-monitoring-app/issues/1591)) ([0ea4b9e](https://github.com/grafana/synthetic-monitoring-app/commit/0ea4b9efd70c1711b01d0fd90dbd7b1b5b4f5e32)) +* bump webpack from 5.102.1 to 5.104.1 ([#1581](https://github.com/grafana/synthetic-monitoring-app/issues/1581)) ([68520d8](https://github.com/grafana/synthetic-monitoring-app/commit/68520d897ef47e7b435b5dfca6ac2ac0d8ebc6df)) +* group @grafana/scenes packages in renovate config ([#1578](https://github.com/grafana/synthetic-monitoring-app/issues/1578)) ([dfbf3f0](https://github.com/grafana/synthetic-monitoring-app/commit/dfbf3f011d8a7d8646b97a0f268e9570df6d96e9)) +* migrate to React Router v6 ([#1573](https://github.com/grafana/synthetic-monitoring-app/issues/1573)) ([6edc28b](https://github.com/grafana/synthetic-monitoring-app/commit/6edc28bb4d3741e84d53d1a94e9a225289beefd3)) +* update dependency axios to v1.13.5 [security] ([#1583](https://github.com/grafana/synthetic-monitoring-app/issues/1583)) ([021ccfa](https://github.com/grafana/synthetic-monitoring-app/commit/021ccfaecd96d5453dc75db00d79fcfb0ebb5595)) + ## [1.47.0](https://github.com/grafana/synthetic-monitoring-app/compare/v1.46.1...v1.47.0) (2026-02-09) diff --git a/package.json b/package.json index ccb127073..77afd2db7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synthetic-monitoring-app", - "version": "1.47.0", + "version": "1.47.1", "description": "Grafana Synthetic Monitoring App", "scripts": { "analyze:bundle": "ANALYZE_BUNDLE=true yarn build",