Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"bundle-size": "1.1.0",
"bundle-types": "1.0.2",
"create-plugin-update": "2.0.1",
"e2e-version": "1.1.2",
"e2e-version": "1.1.3",
"is-compatible": "1.0.2",
"package-plugin": "1.0.2",
"package-manager-detect": "1.0.0",
Expand Down
7 changes: 7 additions & 0 deletions e2e-version/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.1.3](https://github.com/grafana/plugin-actions/compare/e2e-version/v1.1.2...e2e-version/v1.1.3) (2025-12-03)


### 🔧 Chores

* **deps:** update dependency jest to v30 ([#165](https://github.com/grafana/plugin-actions/issues/165)) ([b52814f](https://github.com/grafana/plugin-actions/commit/b52814fde791b29d80b42b3fbf6d5479f7f5d2c3))

## [1.1.2](https://github.com/grafana/plugin-actions/compare/e2e-version/v1.1.1...e2e-version/v1.1.2) (2025-09-26)


Expand Down
4 changes: 2 additions & 2 deletions e2e-version/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
uses: actions/checkout@v4
- name: Resolve Grafana E2E versions
id: resolve-versions
uses: grafana/plugin-actions/e2e-version@e2e-version/v1.1.2
uses: grafana/plugin-actions/e2e-version@e2e-version/v1.1.3
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
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
steps:
- name: Resolve Grafana E2E versions
id: resolve-versions
uses: grafana/plugin-actions/e2e-version@e2e-version/v1.1.2
uses: grafana/plugin-actions/e2e-version@e2e-version/v1.1.3
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
Expand Down