From 95cc5358e2cc65fdef50348ec79656c4f79d7664 Mon Sep 17 00:00:00 2001 From: "sm-release-app[bot]" <180338484+sm-release-app[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 09:12:51 +0000 Subject: [PATCH] chore(main): release 1.16.9 --- .../release-please/.release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/release-please/.release-please-manifest.json b/.github/release-please/.release-please-manifest.json index 02e82cfb5..8685099ad 100644 --- a/.github/release-please/.release-please-manifest.json +++ b/.github/release-please/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.16.8" + ".": "1.16.9" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fe7d542d3..7e32161dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.16.9](https://github.com/grafana/synthetic-monitoring-app/compare/v1.16.8...v1.16.9) (2024-11-29) + + +### Fixes + +* create and organise CheckList page folder with dependent components ([#998](https://github.com/grafana/synthetic-monitoring-app/issues/998)) ([f45108e](https://github.com/grafana/synthetic-monitoring-app/commit/f45108eaf3cab5e9a6f94fb96d26c9bf6296ff1f)) +* filter out disabled checks for execution count total ([#999](https://github.com/grafana/synthetic-monitoring-app/issues/999)) ([5383102](https://github.com/grafana/synthetic-monitoring-app/commit/53831026305a50b0102ef82817ab89015c17179c)) +* moved routing components to own high-level folder ([#997](https://github.com/grafana/synthetic-monitoring-app/issues/997)) ([02a0a95](https://github.com/grafana/synthetic-monitoring-app/commit/02a0a9583a7c66d50bf7976e2c2d58cbb1f5bf07)) + + +### Miscellaneous Chores + +* update codeowners ([#1004](https://github.com/grafana/synthetic-monitoring-app/issues/1004)) ([edbf7a7](https://github.com/grafana/synthetic-monitoring-app/commit/edbf7a76f44aef259363011c57139c7e6c8fc87d)) + ## [1.16.8](https://github.com/grafana/synthetic-monitoring-app/compare/v1.16.7...v1.16.8) (2024-11-25) ### Features diff --git a/package.json b/package.json index 6e5a06a45..3ab48f815 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "synthetic-monitoring-app", - "version": "1.16.8", + "version": "1.16.9", "description": "Grafana Synthetic Monitoring App", "scripts": { "build": "webpack -c webpack.config.ts --env production",