From 4d033316a91980c3b5ed034b16590812b1814e15 Mon Sep 17 00:00:00 2001 From: grafanabot Date: Wed, 24 Apr 2024 12:28:25 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 23 +++++++++++++++++++++++ packages/create-plugin/CHANGELOG.md | 12 ++++++++++++ packages/plugin-e2e/CHANGELOG.md | 16 ++++++++++++++++ 3 files changed, 51 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07d3b6454..51ec262aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,26 @@ +# (Wed Apr 24 2024) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Laura Benz ([@L-M-K-B](https://github.com/L-M-K-B)), for all your work! + +#### 🚀 Enhancement + +- `@grafana/create-plugin@4.8.0` + - Create Plugins: Use non dev docker image on e2e [#883](https://github.com/grafana/plugin-tools/pull/883) ([@oshirohugo](https://github.com/oshirohugo)) + +#### 🐛 Bug Fix + +- `@grafana/plugin-e2e@1.2.0` + - e2eTesting: update selectors [#874](https://github.com/grafana/plugin-tools/pull/874) ([@L-M-K-B](https://github.com/L-M-K-B)) + +#### Authors: 2 + +- Hugo Kiyodi Oshiro ([@oshirohugo](https://github.com/oshirohugo)) +- Laura Benz ([@L-M-K-B](https://github.com/L-M-K-B)) + +--- + # (Thu Apr 18 2024) #### 🚀 Enhancement diff --git a/packages/create-plugin/CHANGELOG.md b/packages/create-plugin/CHANGELOG.md index ed2b4ba7e..6063cee1c 100644 --- a/packages/create-plugin/CHANGELOG.md +++ b/packages/create-plugin/CHANGELOG.md @@ -1,3 +1,15 @@ +# v4.8.0 (Wed Apr 24 2024) + +#### 🚀 Enhancement + +- Create Plugins: Use non dev docker image on e2e [#883](https://github.com/grafana/plugin-tools/pull/883) ([@oshirohugo](https://github.com/oshirohugo)) + +#### Authors: 1 + +- Hugo Kiyodi Oshiro ([@oshirohugo](https://github.com/oshirohugo)) + +--- + # v4.7.0 (Thu Apr 18 2024) #### 🚀 Enhancement diff --git a/packages/plugin-e2e/CHANGELOG.md b/packages/plugin-e2e/CHANGELOG.md index 7fff075c4..3b099563c 100644 --- a/packages/plugin-e2e/CHANGELOG.md +++ b/packages/plugin-e2e/CHANGELOG.md @@ -1,3 +1,19 @@ +# v1.2.0 (Wed Apr 24 2024) + +:tada: This release contains work from a new contributor! :tada: + +Thank you, Laura Benz ([@L-M-K-B](https://github.com/L-M-K-B)), for all your work! + +#### 🐛 Bug Fix + +- e2eTesting: update selectors [#874](https://github.com/grafana/plugin-tools/pull/874) ([@L-M-K-B](https://github.com/L-M-K-B)) + +#### Authors: 1 + +- Laura Benz ([@L-M-K-B](https://github.com/L-M-K-B)) + +--- + # v1.1.1 (Wed Apr 17 2024) #### 🐛 Bug Fix