Skip to content

Commit e7b7046

Browse files
chore(main): release e2e-version 1.1.3
1 parent 8e19900 commit e7b7046

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

.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.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",

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+
## [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

e2e-version/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)