From a4eedddd4cb71972c936cf73453279ce62994ec7 Mon Sep 17 00:00:00 2001 From: "grafana-plugins-platform-bot[bot]" <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com> Date: Thu, 13 Nov 2025 09:57:11 +0000 Subject: [PATCH] chore(main): release create-plugin-update 2.0.1 --- .release-please-manifest.json | 2 +- create-plugin-update/CHANGELOG.md | 8 ++++++++ create-plugin-update/README.md | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9109a32..e7dca43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -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", diff --git a/create-plugin-update/CHANGELOG.md b/create-plugin-update/CHANGELOG.md index 05bfa0d..7c66eb8 100644 --- a/create-plugin-update/CHANGELOG.md +++ b/create-plugin-update/CHANGELOG.md @@ -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) diff --git a/create-plugin-update/README.md b/create-plugin-update/README.md index eccded2..01fee10 100644 --- a/create-plugin-update/README.md +++ b/create-plugin-update/README.md @@ -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 }} ```