Skip to content

Commit d3cc194

Browse files
chore(main): release create-plugin-update 1.1.0 (#116)
Co-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>
1 parent d92dec2 commit d3cc194

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-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.0.2",
44
"bundle-types": "1.0.2",
5-
"create-plugin-update": "1.0.2",
5+
"create-plugin-update": "1.1.0",
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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/grafana/plugin-actions/compare/create-plugin-update/v1.0.2...create-plugin-update/v1.1.0) (2025-09-30)
4+
5+
6+
### 🎉 Features
7+
8+
* **create-plugin-update:** support create-plugin v6 commit flag ([d92dec2](https://github.com/grafana/plugin-actions/commit/d92dec26f8d15121cd63a561f9b10be706914969))
9+
* support create-plugin commit flag ([#123](https://github.com/grafana/plugin-actions/issues/123)) ([d92dec2](https://github.com/grafana/plugin-actions/commit/d92dec26f8d15121cd63a561f9b10be706914969))
10+
11+
12+
### 🐛 Bug Fixes
13+
14+
* Disable immutable yarn installs ([#114](https://github.com/grafana/plugin-actions/issues/114)) ([d3b5481](https://github.com/grafana/plugin-actions/commit/d3b5481e69625e28da59ea65020d5b92a9dfb43d))
15+
316
## [1.0.2](https://github.com/grafana/plugin-actions/compare/create-plugin-update/v1.0.1...create-plugin-update/v1.0.2) (2025-08-04)
417

518

create-plugin-update/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
release:
3737
runs-on: ubuntu-latest
3838
steps:
39-
- uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v1.0.2
39+
- uses: grafana/plugin-actions/create-plugin-update@create-plugin-update/v1.1.0
4040
```
4141
<!-- x-release-please-end-version -->
4242

0 commit comments

Comments
 (0)