Skip to content

Commit fd16bd2

Browse files
Increment version to 2.14.0.0
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
1 parent fb1536e commit fd16bd2

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

opensearch_dashboards.json

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
{
22
"id": "anomalyDetectionDashboards",
3-
"version": "2.13.0.0",
4-
"opensearchDashboardsVersion": "2.13.0",
3+
"version": "2.14.0.0",
4+
"opensearchDashboardsVersion": "2.14.0",
55
"configPath": [
66
"anomaly_detection_dashboards"
77
],
8-
"optionalPlugins": ["dataSource","dataSourceManagement"],
8+
"optionalPlugins": [
9+
"dataSource",
10+
"dataSourceManagement"
11+
],
912
"requiredPlugins": [
1013
"opensearchDashboardsUtils",
1114
"expressions",

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "anomaly-detection-dashboards",
3-
"version": "2.13.0.0",
3+
"version": "2.14.0.0",
44
"description": "OpenSearch Anomaly Detection Dashboards Plugin",
55
"main": "index.js",
66
"config": {
@@ -56,4 +56,4 @@
5656
"browserify-sign": "^4.2.2",
5757
"axios": "^1.6.1"
5858
}
59-
}
59+
}

0 commit comments

Comments
 (0)