From fb3c09727636c4ce7d1171048e74baa3490473f0 Mon Sep 17 00:00:00 2001 From: "grafana-plugins-platform-bot[bot]" <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 11:23:13 +0000 Subject: [PATCH] chore(main): release e2e-version 3.0.3 --- .release-please-manifest.json | 2 +- e2e-version/CHANGELOG.md | 7 +++++++ e2e-version/README.md | 4 ++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cdcfc06..3b4219d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "bundle-size": "1.1.0", "bundle-types": "1.0.5", "create-plugin-update": "2.0.2", - "e2e-version": "3.0.2", + "e2e-version": "3.0.3", "is-compatible": "1.0.4", "package-plugin": "1.2.1", "playwright-gh-pages/deploy-report-pages": "1.1.0", diff --git a/e2e-version/CHANGELOG.md b/e2e-version/CHANGELOG.md index 57ffe86..f4f4729 100644 --- a/e2e-version/CHANGELOG.md +++ b/e2e-version/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.3](https://github.com/grafana/plugin-actions/compare/e2e-version/v3.0.2...e2e-version/v3.0.3) (2026-07-20) + + +### 🏗️ Builds + +* add Makefile and GHA workflow to ensure dist folders are up-to-date ([#250](https://github.com/grafana/plugin-actions/issues/250)) ([fb5e15c](https://github.com/grafana/plugin-actions/commit/fb5e15c76707026bf6171d6808527fa2d838b781)) + ## [3.0.2](https://github.com/grafana/plugin-actions/compare/e2e-version/v3.0.1...e2e-version/v3.0.2) (2026-07-13) diff --git a/e2e-version/README.md b/e2e-version/README.md index 658230b..efe8b89 100644 --- a/e2e-version/README.md +++ b/e2e-version/README.md @@ -116,7 +116,7 @@ jobs: uses: actions/checkout@v4 - name: Resolve Grafana E2E versions id: resolve-versions - uses: grafana/plugin-actions/e2e-version@e2e-version/v3.0.2 + uses: grafana/plugin-actions/e2e-version@e2e-version/v3.0.3 with: # target all minor versions of Grafana that have been released since the version that was specified as grafanaDependency in the plugin version-resolver-type: plugin-grafana-dependency @@ -153,7 +153,7 @@ jobs: steps: - name: Resolve Grafana E2E versions id: resolve-versions - uses: grafana/plugin-actions/e2e-version@e2e-version/v3.0.2 + uses: grafana/plugin-actions/e2e-version@e2e-version/v3.0.3 with: #target all minors for the current major version of Grafana and the last minor of the previous major version of Grafana version-resolver-type: version-support-policy