From f3f9544859883cb79d9403ce3d5e49d5ca8d49ba Mon Sep 17 00:00:00 2001 From: Kevin Yu Date: Thu, 20 Jun 2024 05:47:00 -0700 Subject: [PATCH] Release 0.3.5 (#89) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e8de71e..9f828f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. +## v0.3.5 + +- Chore: associate label with input element of the `ResourceSelector` component and update applySQLTemplateVariables type in [#88](https://github.com/grafana/grafana-aws-sdk-react/pull/88) + ## v0.3.4 - Associate label with input element in [#85](https://github.com/grafana/grafana-aws-sdk-react/pull/85) diff --git a/package.json b/package.json index 960499e..df1268d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@grafana/aws-sdk", - "version": "0.3.4", + "version": "0.3.5", "description": "Common AWS features for grafana", "main": "dist/index.js", "module": "dist/esm/index.js",