diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4823599..2ef25f5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "bundle-size": "1.1.0", "bundle-types": "1.0.2", "create-plugin-update": "2.0.1", - "e2e-version": "1.1.2", + "e2e-version": "1.2.0", "is-compatible": "1.0.2", "package-plugin": "1.0.2", "playwright-gh-pages/deploy-report-pages": "1.1.0", diff --git a/e2e-version/CHANGELOG.md b/e2e-version/CHANGELOG.md index 69097b1..38fce34 100644 --- a/e2e-version/CHANGELOG.md +++ b/e2e-version/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/grafana/plugin-actions/compare/e2e-version/v1.1.2...e2e-version/v1.2.0) (2026-01-12) + + +### 🎉 Features + +* support react image in e2e matrix ([#192](https://github.com/grafana/plugin-actions/issues/192)) ([f850aa0](https://github.com/grafana/plugin-actions/commit/f850aa03aa7f7de9d2165278ca75281adb31bc01)) + + +### 🔧 Chores + +* **deps:** update dependency jest to v30 ([#165](https://github.com/grafana/plugin-actions/issues/165)) ([b52814f](https://github.com/grafana/plugin-actions/commit/b52814fde791b29d80b42b3fbf6d5479f7f5d2c3)) + ## [1.1.2](https://github.com/grafana/plugin-actions/compare/e2e-version/v1.1.1...e2e-version/v1.1.2) (2025-09-26) diff --git a/e2e-version/README.md b/e2e-version/README.md index d7499e6..49ea807 100644 --- a/e2e-version/README.md +++ b/e2e-version/README.md @@ -114,7 +114,7 @@ jobs: uses: actions/checkout@v4 - name: Resolve Grafana E2E versions id: resolve-versions - uses: grafana/plugin-actions/e2e-version@e2e-version/v1.1.2 + uses: grafana/plugin-actions/e2e-version@e2e-version/v1.2.0 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 @@ -151,7 +151,7 @@ jobs: steps: - name: Resolve Grafana E2E versions id: resolve-versions - uses: grafana/plugin-actions/e2e-version@e2e-version/v1.1.2 + uses: grafana/plugin-actions/e2e-version@e2e-version/v1.2.0 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