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

## [1.0.3](https://github.com/grafana/plugin-actions/compare/bundle-types/v1.0.2...bundle-types/v1.0.3) (2025-11-13)


### 🔧 Chores

* **deps:** update actions/create-github-app-token action to v2.1.4 ([#144](https://github.com/grafana/plugin-actions/issues/144)) ([fc465c0](https://github.com/grafana/plugin-actions/commit/fc465c0c762933c2824ffe71bc3c59676a88b1f2))
* **deps:** update actions/setup-node action to v5 ([#164](https://github.com/grafana/plugin-actions/issues/164)) ([78fa21c](https://github.com/grafana/plugin-actions/commit/78fa21caec491398393602502ae28fe3184c3a13))
* **deps:** update actions/setup-node action to v6 ([#175](https://github.com/grafana/plugin-actions/issues/175)) ([8e19900](https://github.com/grafana/plugin-actions/commit/8e19900577d14a8ac66c5e8299ce51522590c219))

## [1.0.2](https://github.com/grafana/plugin-actions/compare/bundle-types/v1.0.1...bundle-types/v1.0.2) (2025-08-04)


Expand Down
2 changes: 1 addition & 1 deletion bundle-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: grafana/plugin-actions/bundle-types@bundle-types/v1.0.2
- uses: grafana/plugin-actions/bundle-types@bundle-types/v1.0.3
```
<!-- x-release-please-end-version -->

Expand Down