Skip to content

Commit c4f1690

Browse files
chore(main): release e2e-version 2.0.1
1 parent b18d319 commit c4f1690

3 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"bundle-size": "1.1.0",
44
"bundle-types": "1.0.3",
55
"create-plugin-update": "2.0.2",
6-
"e2e-version": "2.0.0",
6+
"e2e-version": "2.0.1",
77
"is-compatible": "1.0.3",
88
"package-plugin": "1.2.0",
99
"playwright-gh-pages/deploy-report-pages": "1.1.0",

e2e-version/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.0.1](https://github.com/grafana/plugin-actions/compare/e2e-version/v2.0.0...e2e-version/v2.0.1) (2026-05-29)
4+
5+
6+
### 🔧 Chores
7+
8+
* **e2e-version:** bump dependencies ([#228](https://github.com/grafana/plugin-actions/issues/228)) ([4fa9c22](https://github.com/grafana/plugin-actions/commit/4fa9c2225a1fa56e5b04c6feff76cbcd77697dc7))
9+
310
## [2.0.0](https://github.com/grafana/plugin-actions/compare/e2e-version/v1.2.1...e2e-version/v2.0.0) (2026-04-23)
411

512

e2e-version/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
uses: actions/checkout@v4
117117
- name: Resolve Grafana E2E versions
118118
id: resolve-versions
119-
uses: grafana/plugin-actions/e2e-version@e2e-version/v2.0.0
119+
uses: grafana/plugin-actions/e2e-version@e2e-version/v2.0.1
120120
with:
121121
# target all minor versions of Grafana that have been released since the version that was specified as grafanaDependency in the plugin
122122
version-resolver-type: plugin-grafana-dependency
@@ -153,7 +153,7 @@ jobs:
153153
steps:
154154
- name: Resolve Grafana E2E versions
155155
id: resolve-versions
156-
uses: grafana/plugin-actions/e2e-version@e2e-version/v2.0.0
156+
uses: grafana/plugin-actions/e2e-version@e2e-version/v2.0.1
157157
with:
158158
#target all minors for the current major version of Grafana and the last minor of the previous major version of Grafana
159159
version-resolver-type: version-support-policy

0 commit comments

Comments
 (0)