Skip to content

Commit 275caf1

Browse files
authored
Prepare release 0.7.0 (#132)
1 parent 2a0f5a0 commit 275caf1

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22

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

5+
## v0.7.0
6+
7+
- Allow hiding assume role inputs in https://github.com/grafana/grafana-aws-sdk-react/pull/126
8+
- Bump the all-dependencies group with 4 updates in https://github.com/grafana/grafana-aws-sdk-react/pull/131
9+
- Bump the all-dependencies group with 3 updates in https://github.com/grafana/grafana-aws-sdk-react/pull/129
10+
- Bump the all-dependencies group with 12 updates in https://github.com/grafana/grafana-aws-sdk-react/pull/128
11+
- Chore: add label to external contributions in https://github.com/grafana/grafana-aws-sdk-react/pull/127
12+
513
## v.0.6.1
614

715
- Chore: Add precommit hook in [#112](https://github.com/grafana/grafana-aws-sdk-react/pull/112)
8-
- Dependabot:
16+
- Dependabot:
917
- Bump @eslint/plugin-kit from 0.2.2 to 0.2.3 in the npm_and_yarn group in [#105](https://github.com/grafana/grafana-aws-sdk-react/pull/105)
1018
- Bump the node group with 28 updates, ignore react major updates in dependabot in [#118](https://github.com/grafana/grafana-aws-sdk-react/pull/118)
1119
- Bump the all-dependencies group across 1 directory with 18 updates in [#121](https://github.com/grafana/grafana-aws-sdk-react/pull/121)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@grafana/aws-sdk",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "Common AWS features for grafana",
55
"main": "dist/index.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)