diff --git a/.changeset/funny-fireants-shop.md b/.changeset/funny-fireants-shop.md index b94b49068f..8e6d997aa2 100644 --- a/.changeset/funny-fireants-shop.md +++ b/.changeset/funny-fireants-shop.md @@ -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. diff --git a/plugins/newrelic-dashboard/CHANGELOG.md b/plugins/newrelic-dashboard/CHANGELOG.md index 37c394c989..ce7fb18e5c 100644 --- a/plugins/newrelic-dashboard/CHANGELOG.md +++ b/plugins/newrelic-dashboard/CHANGELOG.md @@ -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 diff --git a/plugins/newrelic-dashboard/package.json b/plugins/newrelic-dashboard/package.json index 14aed0c0b5..a0a21fcf9c 100644 --- a/plugins/newrelic-dashboard/package.json +++ b/plugins/newrelic-dashboard/package.json @@ -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",