Skip to content

Commit

Permalink
Release v0.3.4 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwcyu committed Jun 12, 2024
1 parent 8cbf1af commit b466731
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

All notable changes to this project will be documented in this file.

## v0.3.4

- Associate label with input element in [#85](https://github.com/grafana/grafana-aws-sdk-react/pull/85)

## v0.3.3

- Fix: broken ESM imports due to `src` in ESM build output path
Expand All @@ -11,7 +15,7 @@ All notable changes to this project will be documented in this file.

## v0.3.2

- Change "Run query" button to "Run queries" im [#77](https://github.com/grafana/grafana-aws-sdk-react/pull/77)
- Change "Run query" button to "Run queries" in [#77](https://github.com/grafana/grafana-aws-sdk-react/pull/77)

## v0.3.1

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@grafana/aws-sdk",
"version": "0.3.3",
"version": "0.3.4",
"description": "Common AWS features for grafana",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down

0 comments on commit b466731

Please sign in to comment.