Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Version .45 #42

Merged
merged 1 commit into from
Apr 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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

## v0.0.45

- Chore: Move PublishConfig properties (https://github.com/grafana/grafana-aws-sdk-react/pull/41)
- Chore: Fix yarn dev script (https://github.com/grafana/grafana-aws-sdk-react/pull/40)

## v0.0.44

- Fix/disabled attribute on run query button (https://github.com/grafana/grafana-aws-sdk-react/pull/39)

## v0.0.43

- Query Editor: Add `QueryEditorHeader` component
Expand Down
8 changes: 8 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,11 @@ Want to install this repo locally?
- run those instructions in the external consumer (athena)
- if you get a yarn version >2:
- in consumer package (ex grafana) `yarn link path-to-sdk` it should add a portal resolution to your package.json

## How to Release

Ready to release a new version?

- create a pr and update the package.json and changelog to be how you'd like
- merge the pr, that's it! (get's published to npm via https://github.com/grafana/grafana-aws-sdk-react/blob/main/.github/workflows/publish-npm.yml)
- a note we don't currently make tags/releases on github, but perhaps in the future we can do so
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.0.44",
"version": "0.0.45",
"description": "Common AWS features for grafana",
"main": "dist/index.js",
"module": "dist/esm/index.js",
Expand Down