Skip to content

Commit

Permalink
Increment version to 2.14.0.0 (opensearch-project#1024)
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 a268539 commit a71371a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
21 changes: 15 additions & 6 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
{
"id": "indexManagementDashboards",
"version": "2.13.0.0",
"opensearchDashboardsVersion": "2.13.0",
"configPath": ["opensearch_index_management"],
"requiredPlugins": ["navigation", "opensearchDashboardsReact"],
"optionalPlugins": ["managementOverview", "dataSource", "dataSourceManagement"],
"version": "2.14.0.0",
"opensearchDashboardsVersion": "2.14.0",
"configPath": [
"opensearch_index_management"
],
"requiredPlugins": [
"navigation",
"opensearchDashboardsReact"
],
"optionalPlugins": [
"managementOverview",
"dataSource",
"dataSourceManagement"
],
"server": true,
"ui": true
}
}
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "opensearch_index_management_dashboards",
"version": "2.13.0.0",
"version": "2.14.0.0",
"description": "Opensearch Dashboards plugin for Index Management",
"main": "index.js",
"license": "Apache-2.0",
Expand Down Expand Up @@ -51,8 +51,6 @@
"terser": "^4.8.1",
"tough-cookie": "^4.1.3",
"@cypress/request": "^3.0.0",
"hosted-git-info": "^2.8.9",
"@cypress/request": "^3.0.0",
"decode-uri-component": "^0.2.1",
"**/ansi-regex": "^5.0.1",
"**/glob-parent": "^6.0.0",
Expand Down Expand Up @@ -84,4 +82,4 @@
"engines": {
"yarn": "^1.21.1"
}
}
}

0 comments on commit a71371a

Please sign in to comment.