Skip to content

Commit 2715968

Browse files
Increment version to 2.14.0.0 (#717)
Signed-off-by: opensearch-ci-bot <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]>
1 parent fb1536e commit 2715968

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

opensearch_dashboards.json

Lines changed: 6 additions & 3 deletions
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

Lines changed: 2 additions & 2 deletions
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)