Skip to content

Commit 244c3bc

Browse files
chore(main): release create-plugin-update 2.0.1 (#184)
Co-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>
1 parent a66a1c9 commit 244c3bc

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"build-plugin": "1.0.2",
33
"bundle-size": "1.1.0",
44
"bundle-types": "1.0.2",
5-
"create-plugin-update": "2.0.0",
5+
"create-plugin-update": "2.0.1",
66
"e2e-version": "1.1.2",
77
"is-compatible": "1.0.2",
88
"package-plugin": "1.0.2",

create-plugin-update/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [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)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **cp-update:** make sure create-plugin has access to npm deps before running update ([dd34868](https://github.com/grafana/plugin-actions/commit/dd34868a33d0757cefd13d9753d31d9401d3e17b))
9+
* 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))
10+
311
## [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)
412

513

create-plugin-update/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
release:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v2.0.0
34+
- uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v2.0.1
3535
with:
3636
token: ${{ secrets.GH_PAT_TOKEN }}
3737
```

0 commit comments

Comments
 (0)