Skip to content

Commit cd04489

Browse files
chore(main): release bundle-size 1.0.3 (#151)
Co-authored-by: grafana-plugins-platform-bot[bot] <144369747+grafana-plugins-platform-bot[bot]@users.noreply.github.com>
1 parent 25c28fe commit cd04489

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"build-plugin": "1.0.2",
3-
"bundle-size": "1.0.2",
3+
"bundle-size": "1.0.3",
44
"bundle-types": "1.0.2",
55
"create-plugin-update": "1.1.0",
66
"e2e-version": "1.1.2",

bundle-size/CHANGELOG.md

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

3+
## [1.0.3](https://github.com/grafana/plugin-actions/compare/bundle-size/v1.0.2...bundle-size/v1.0.3) (2025-10-21)
4+
5+
6+
### 🔧 Chores
7+
8+
* **deps:** update actions/download-artifact action to v5 ([#160](https://github.com/grafana/plugin-actions/issues/160)) ([cf2303f](https://github.com/grafana/plugin-actions/commit/cf2303f308e45e12a04d6baaa1303c7174505fc0))
9+
* **deps:** update actions/github-script action to v7.1.0 ([#148](https://github.com/grafana/plugin-actions/issues/148)) ([8917ab7](https://github.com/grafana/plugin-actions/commit/8917ab7aede754f1d98a1f4008aebf402cfcf5f9))
10+
* **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))
11+
312
## [1.0.2](https://github.com/grafana/plugin-actions/compare/bundle-size/v1.0.1...bundle-size/v1.0.2) (2025-08-04)
413

514

bundle-size/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Checkout repository
4040
uses: actions/checkout@v4
4141

42-
- uses: grafana/plugin-actions/bundle-size@bundle-size/v1.0.2
42+
- uses: grafana/plugin-actions/bundle-size@bundle-size/v1.0.3
4343
```
4444
<!-- x-release-please-end-version -->
4545

0 commit comments

Comments
 (0)