Skip to content

Commit

Permalink
Increment version to 2.7.1.0 (#109)
Browse files Browse the repository at this point in the history
Signed-off-by: opensearch-ci-bot <[email protected]>
Co-authored-by: opensearch-ci-bot <[email protected]>
  • Loading branch information
1 parent e515d55 commit 45e577d
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.7.1.0",
"opensearchDashboardsVersion": "2.7.1",
"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.7.1.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 45e577d

Please sign in to comment.