From 9e7c012dffbf9ce8d868f0224dad9d7ed2400dd1 Mon Sep 17 00:00:00 2001 From: grafanabot Date: Fri, 30 Aug 2024 08:32:47 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 14 ++++++++++++++ packages/create-plugin/CHANGELOG.md | 13 +++++++++++++ 2 files changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4afc61f68..7b248dbfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# (Fri Aug 30 2024) + +#### 🐛 Bug Fix + +- `@grafana/create-plugin@5.3.7` + - Create Plugin: Drop console statements in production builds [#1066](https://github.com/grafana/plugin-tools/pull/1066) ([@jackw](https://github.com/jackw)) + - Create Plugin): Bump Webpack to >5.94.0 [#1083](https://github.com/grafana/plugin-tools/pull/1083) ([@jackw](https://github.com/jackw)) + +#### Authors: 1 + +- Jack Westbrook ([@jackw](https://github.com/jackw)) + +--- + # (Thu Aug 29 2024) #### 🐛 Bug Fix diff --git a/packages/create-plugin/CHANGELOG.md b/packages/create-plugin/CHANGELOG.md index 52563d11b..04688a7ab 100644 --- a/packages/create-plugin/CHANGELOG.md +++ b/packages/create-plugin/CHANGELOG.md @@ -1,3 +1,16 @@ +# v5.3.7 (Fri Aug 30 2024) + +#### 🐛 Bug Fix + +- Create Plugin: Drop console statements in production builds [#1066](https://github.com/grafana/plugin-tools/pull/1066) ([@jackw](https://github.com/jackw)) +- Create Plugin): Bump Webpack to >5.94.0 [#1083](https://github.com/grafana/plugin-tools/pull/1083) ([@jackw](https://github.com/jackw)) + +#### Authors: 1 + +- Jack Westbrook ([@jackw](https://github.com/jackw)) + +--- + # v5.3.6 (Wed Aug 28 2024) #### 🐛 Bug Fix