address management PR comments

Signed-off-by: Jake Crews <jake.crews@daveramsey.com>
This commit is contained in:
Jake Crews
2022-07-07 06:55:42 -05:00
parent a9065c7424
commit f28391c377
3 changed files with 5 additions and 11 deletions
+4 -3
View File
@@ -1,6 +1,7 @@
---
'@backstage/plugin-newrelic-dashboard': patch
'@backstage/plugin-newrelic-dashboard': minor
---
- Fix bug where the default time window/snapshot duration was supposed to be 30 days, but ended up being 43 weeks
- Add a select option to change the time window of the snapshot shown
Fix bug where the default time window/snapshot duration was supposed to be 30 days, but ended up being 43 weeks
**BREAKING**: Add a select input to change the time window of the snapshot displayed. This removes the duration prop from the `DashboardSnapshot` component.
-7
View File
@@ -1,12 +1,5 @@
# @backstage/plugin-newrelic-dashboard
## 0.1.16
### Patch Changes
- Fix bug where the default time window/snapshot duration was supposed to be 30 days, but ended up being 43 weeks
- Add a select option to change the time window of the snapshot shown
## 0.1.15-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-newrelic-dashboard",
"version": "0.1.16",
"version": "0.1.15-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",