diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8caf11e..5cd087c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -3,7 +3,7 @@ "bundle-size": "1.1.0", "bundle-types": "1.0.3", "create-plugin-update": "2.0.2", - "e2e-version": "2.0.0", + "e2e-version": "2.0.1", "is-compatible": "1.0.3", "package-plugin": "1.2.0", "playwright-gh-pages/deploy-report-pages": "1.1.0", diff --git a/e2e-version/CHANGELOG.md b/e2e-version/CHANGELOG.md index a3897fd..728930e 100644 --- a/e2e-version/CHANGELOG.md +++ b/e2e-version/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.1](https://github.com/grafana/plugin-actions/compare/e2e-version/v2.0.0...e2e-version/v2.0.1) (2026-05-29) + + +### 🔧 Chores + +* **e2e-version:** bump dependencies ([#228](https://github.com/grafana/plugin-actions/issues/228)) ([4fa9c22](https://github.com/grafana/plugin-actions/commit/4fa9c2225a1fa56e5b04c6feff76cbcd77697dc7)) + ## [2.0.0](https://github.com/grafana/plugin-actions/compare/e2e-version/v1.2.1...e2e-version/v2.0.0) (2026-04-23) diff --git a/e2e-version/README.md b/e2e-version/README.md index 8f41512..291d7d2 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/v2.0.0 + uses: grafana/plugin-actions/e2e-version@e2e-version/v2.0.1 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/v2.0.0 + uses: grafana/plugin-actions/e2e-version@e2e-version/v2.0.1 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