File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 33 "bundle-size" : " 1.0.3" ,
44 "bundle-types" : " 1.0.2" ,
55 "create-plugin-update" : " 1.1.0" ,
6- "e2e-version" : " 1.1.2 " ,
6+ "e2e-version" : " 1.1.3 " ,
77 "is-compatible" : " 1.0.2" ,
88 "package-plugin" : " 1.0.2" ,
99 "playwright-gh-pages/deploy-report-pages" : " 1.0.2" ,
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.1.3] ( https://github.com/grafana/plugin-actions/compare/e2e-version/v1.1.2...e2e-version/v1.1.3 ) (2025-10-28)
4+
5+
6+ ### 🔧 Chores
7+
8+ * ** deps:** update dependency jest to v30 ([ #165 ] ( https://github.com/grafana/plugin-actions/issues/165 ) ) ([ b52814f] ( https://github.com/grafana/plugin-actions/commit/b52814fde791b29d80b42b3fbf6d5479f7f5d2c3 ) )
9+
310## [ 1.1.2] ( https://github.com/grafana/plugin-actions/compare/e2e-version/v1.1.1...e2e-version/v1.1.2 ) (2025-09-26)
411
512
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ jobs:
114114 uses : actions/checkout@v4
115115 - name : Resolve Grafana E2E versions
116116 id : resolve-versions
117- uses : grafana/plugin-actions/e2e-version@e2e-version/v1.1.2
117+ uses : grafana/plugin-actions/e2e-version@e2e-version/v1.1.3
118118 with :
119119 # target all minor versions of Grafana that have been released since the version that was specified as grafanaDependency in the plugin
120120 version-resolver-type : plugin-grafana-dependency
@@ -151,7 +151,7 @@ jobs:
151151 steps :
152152 - name : Resolve Grafana E2E versions
153153 id : resolve-versions
154- uses : grafana/plugin-actions/e2e-version@e2e-version/v1.1.2
154+ uses : grafana/plugin-actions/e2e-version@e2e-version/v1.1.3
155155 with :
156156 # target all minors for the current major version of Grafana and the last minor of the previous major version of Grafana
157157 version-resolver-type : version-support-policy
You can’t perform that action at this time.
0 commit comments