Skip to content
Merged
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 @@ -2,7 +2,7 @@
"build-plugin": "1.0.2",
"bundle-size": "1.1.0",
"bundle-types": "1.0.2",
"create-plugin-update": "2.0.0",
"create-plugin-update": "2.0.1",
"e2e-version": "1.1.2",
"is-compatible": "1.0.2",
"package-plugin": "1.0.2",
Expand Down
8 changes: 8 additions & 0 deletions create-plugin-update/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.0.1](https://github.com/grafana/plugin-actions/compare/create-plugin-update/v2.0.0...create-plugin-update/v2.0.1) (2025-11-13)


### 🐛 Bug Fixes

* **cp-update:** make sure create-plugin has access to npm deps before running update ([dd34868](https://github.com/grafana/plugin-actions/commit/dd34868a33d0757cefd13d9753d31d9401d3e17b))
* make sure create-plugin has access to npm dependencies ([#183](https://github.com/grafana/plugin-actions/issues/183)) ([dd34868](https://github.com/grafana/plugin-actions/commit/dd34868a33d0757cefd13d9753d31d9401d3e17b))

## [2.0.0](https://github.com/grafana/plugin-actions/compare/create-plugin-update/v1.1.0...create-plugin-update/v2.0.0) (2025-11-13)


Expand Down
2 changes: 1 addition & 1 deletion create-plugin-update/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v2.0.0
- uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v2.0.1
with:
token: ${{ secrets.GH_PAT_TOKEN }}
```
Expand Down