Skip to content

Commit c94ad89

Browse files
chore(main): release package-plugin 1.1.0
1 parent 428421c commit c94ad89

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"e2e-version": "1.1.2",
77
"is-compatible": "1.0.2",
88
"package-plugin": "1.0.2",
9-
"package-manager-detect": "1.0.0",
9+
"package-manager-detect": "1.1.0",
1010
"playwright-gh-pages/deploy-report-pages": "1.1.0",
1111
"playwright-gh-pages/upload-report-artifacts": "1.0.1",
1212
"publish-report": "1.0.2",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11
# Changelog
2+
3+
## [1.1.0](https://github.com/grafana/plugin-actions/compare/package-plugin/v1.0.0...package-plugin/v1.1.0) (2025-12-11)
4+
5+
6+
### 🎉 Features
7+
8+
* add a package manager detection workflow ([#112](https://github.com/grafana/plugin-actions/issues/112)) ([1c80432](https://github.com/grafana/plugin-actions/commit/1c8043214fbabf4212cc6cfa82d6f809140488d3))
9+
10+
## Changelog

package-manager-detect/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Checkout repository
5050
uses: actions/checkout@v4
5151

52-
- uses: grafana/plugin-actions/package-manager-detect@package-manager-detect/v1.0.0
52+
- uses: grafana/plugin-actions/package-manager-detect@package-manager-detect/v1.1.0
5353
- id: packageManager
5454

5555
- name: Setup Node.js

0 commit comments

Comments
 (0)