File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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-27)
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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments