Skip to content

Commit 8e95c8c

Browse files
authored
Prepare 0.7.1 and fix npm token reference (#146)
1 parent 4ce163a commit 8e95c8c

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
uses: grafana/shared-workflows/actions/get-vault-secrets@main
6060
with:
6161
repo_secrets: |
62-
NPM_TOKEN=npm-release.npm_token
62+
NPM_TOKEN=npm-release:npm_token
6363
6464
- name: Publish package to NPM
6565
if: steps.version_check.outputs.changed == 'true'

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## v0.7.1
6+
7+
- Chore: Use vault to get npm token in [#145](https://github.com/grafana/grafana-aws-sdk-react/pull/145)
8+
- add zizmor ignore rule in #[144](https://github.com/grafana/grafana-aws-sdk-react/pull/144)
9+
- Use vault to generate token in [#143](https://github.com/grafana/grafana-aws-sdk-react/pull/143)
10+
- Cleanup github actions files in [#141](https://github.com/grafana/grafana-aws-sdk-react/pull/141)
11+
- Bump the all-dependencies group across 1 directory with 29 updates in [#140](https://github.com/grafana/grafana-aws-sdk-react/pull/140)
12+
513
## v0.7.0
614

715
- Allow hiding assume role inputs in https://github.com/grafana/grafana-aws-sdk-react/pull/126

cspell.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
"gofmt",
1818
"hmac",
1919
"grabpl",
20-
"spellcheck"
20+
"spellcheck",
21+
"zizmor"
2122
]
2223
}

package.json

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

0 commit comments

Comments
 (0)