From 40fef25a4362fdbc3bcedd8577152127ba68514a Mon Sep 17 00:00:00 2001 From: grafanabot Date: Wed, 18 Dec 2024 10:07:26 +0000 Subject: [PATCH] Update CHANGELOG.md [skip ci] --- CHANGELOG.md | 19 +++++++++++++++++++ packages/scenes/CHANGELOG.md | 17 +++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f1a4c26e..22031dffb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ +# v5.35.0 (Wed Dec 18 2024) + +#### ๐Ÿš€ Enhancement + +- `@grafana/scenes` + - SceneTimeRange: Set weekstart when evaluating time range [#1007](https://github.com/grafana/scenes/pull/1007) ([@torkelo](https://github.com/torkelo)) + +#### ๐Ÿ› Bug Fix + +- `@grafana/scenes` + - Variables: Interpolate datasource uid when used with datasource variable [#996](https://github.com/grafana/scenes/pull/996) ([@Sergej-Vlasov](https://github.com/Sergej-Vlasov)) + +#### Authors: 2 + +- [@Sergej-Vlasov](https://github.com/Sergej-Vlasov) +- Torkel ร–degaard ([@torkelo](https://github.com/torkelo)) + +--- + # v5.34.0 (Tue Dec 17 2024) #### ๐Ÿš€ Enhancement diff --git a/packages/scenes/CHANGELOG.md b/packages/scenes/CHANGELOG.md index b425eac80..0e5868287 100644 --- a/packages/scenes/CHANGELOG.md +++ b/packages/scenes/CHANGELOG.md @@ -1,3 +1,20 @@ +# v5.35.0 (Wed Dec 18 2024) + +#### ๐Ÿš€ Enhancement + +- SceneTimeRange: Set weekstart when evaluating time range [#1007](https://github.com/grafana/scenes/pull/1007) ([@torkelo](https://github.com/torkelo)) + +#### ๐Ÿ› Bug Fix + +- Variables: Interpolate datasource uid when used with datasource variable [#996](https://github.com/grafana/scenes/pull/996) ([@Sergej-Vlasov](https://github.com/Sergej-Vlasov)) + +#### Authors: 2 + +- [@Sergej-Vlasov](https://github.com/Sergej-Vlasov) +- Torkel ร–degaard ([@torkelo](https://github.com/torkelo)) + +--- + # v5.34.0 (Tue Dec 17 2024) #### ๐Ÿš€ Enhancement