Skip to content

Commit 2419e20

Browse files
Increment version to 3.0.0.0
Signed-off-by: opensearch-ci-bot <[email protected]>
1 parent a656fc2 commit 2419e20

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

opensearch_dashboards.json

+11-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@
44
"opensearchDashboardsVersion": "3.0.0",
55
"server": true,
66
"ui": true,
7-
"requiredPlugins": ["navigation"],
8-
"optionalPlugins": ["dataSource",
9-
"dataSourceManagement"],
7+
"requiredPlugins": [
8+
"navigation"
9+
],
10+
"optionalPlugins": [
11+
"dataSource",
12+
"dataSourceManagement"
13+
],
1014
"supportedOSDataSourceVersions": ">=2.19.0",
11-
"requiredOSDataSourcePlugins": ["query-insights"]
12-
}
15+
"requiredOSDataSourcePlugins": [
16+
"query-insights"
17+
]
18+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@
6565
"node_modules/*",
6666
"target/*"
6767
]
68-
}
68+
}

0 commit comments

Comments
 (0)