Skip to content

Commit

Permalink
Increment version to 2.8.0.0 (opensearch-project#108)
Browse files Browse the repository at this point in the history
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
  • Loading branch information
1 parent 1fb4282 commit 83caa89
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 8 deletions.
20 changes: 14 additions & 6 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
{
"id": "reportsDashboards",
"version": "2.7.0.0",
"opensearchDashboardsVersion": "2.7.0",
"requiredPlugins": ["navigation", "data", "opensearchDashboardsUtils"],
"optionalPlugins": ["share"],
"version": "2.8.0.0",
"opensearchDashboardsVersion": "2.8.0",
"requiredPlugins": [
"navigation",
"data",
"opensearchDashboardsUtils"
],
"optionalPlugins": [
"share"
],
"server": true,
"ui": true,
"configPath": ["opensearch_reporting"]
}
"configPath": [
"opensearch_reporting"
]
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reports-dashboards",
"version": "2.7.0.0",
"version": "2.8.0.0",
"description": "OpenSearch Dashboards Reports Plugin",
"license": "Apache-2.0",
"main": "index.ts",
Expand Down Expand Up @@ -81,4 +81,4 @@
"loader-utils": "^2.0.3",
"yaml": "^2.2.2"
}
}
}

0 comments on commit 83caa89

Please sign in to comment.