Skip to content

Commit 058aad4

Browse files
chore: release 1.26.0 (#1117)
Co-authored-by: sm-release-app[bot] <180338484+sm-release-app[bot]@users.noreply.github.com>
1 parent e6b522e commit 058aad4

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.25.0"
2+
".": "1.26.0"
33
}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [1.26.0](https://github.com/grafana/synthetic-monitoring-app/compare/v1.25.0...v1.26.0) (2025-04-22)
4+
5+
6+
### Features
7+
8+
* set up bundle analyzer and dangerJS workflow ([#1112](https://github.com/grafana/synthetic-monitoring-app/issues/1112)) ([c8b86af](https://github.com/grafana/synthetic-monitoring-app/commit/c8b86af07c37ad2e655f2b7619355cf67045493d))
9+
10+
11+
### Miscellaneous Chores
12+
13+
* bump prismjs from 1.29.0 to 1.30.0 ([#1115](https://github.com/grafana/synthetic-monitoring-app/issues/1115)) ([c7233cb](https://github.com/grafana/synthetic-monitoring-app/commit/c7233cb0c79d4fcf4f1734fcca839661a4d80f6a))
14+
* fix release-please commit message format ([#1116](https://github.com/grafana/synthetic-monitoring-app/issues/1116)) ([2890e7e](https://github.com/grafana/synthetic-monitoring-app/commit/2890e7eff96b2312839a44656bfd7831f2aa43e9))
15+
* standardize enum naming to PascalCase ([#1121](https://github.com/grafana/synthetic-monitoring-app/issues/1121)) ([e6b522e](https://github.com/grafana/synthetic-monitoring-app/commit/e6b522e52db13b5c435bfa84428e4b00b48f045e))
16+
* upgraded eslint dependencies ([#1118](https://github.com/grafana/synthetic-monitoring-app/issues/1118)) ([307a8f7](https://github.com/grafana/synthetic-monitoring-app/commit/307a8f7a4cf672501772b5b6e745ff9fb4e12023))
17+
318
## [1.25.0](https://github.com/grafana/synthetic-monitoring-app/compare/v1.24.0...v1.25.0) (2025-04-11)
419

520

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "synthetic-monitoring-app",
3-
"version": "1.25.0",
3+
"version": "1.26.0",
44
"description": "Grafana Synthetic Monitoring App",
55
"scripts": {
66
"analyze:bundle": "ANALYZE_BUNDLE=true yarn build",

0 commit comments

Comments
 (0)