From 497f05388579c96082f0ae4b81aeae57573972b1 Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Tue, 27 Feb 2024 00:20:03 +0000 Subject: [PATCH 1/2] Increment version to 2.13.0.0 Signed-off-by: opensearch-ci-bot --- opensearch_dashboards.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 24e576f1..139f9fa7 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "anomalyDetectionDashboards", - "version": "2.12.0.0", - "opensearchDashboardsVersion": "2.12.0", + "version": "2.13.0.0", + "opensearchDashboardsVersion": "2.13.0", "configPath": [ "anomaly_detection_dashboards" ], diff --git a/package.json b/package.json index 1f662cd7..1c429478 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "anomaly-detection-dashboards", - "version": "2.12.0.0", + "version": "2.13.0.0", "description": "OpenSearch Anomaly Detection Dashboards Plugin", "main": "index.js", "config": { From 5416e5d41df8579ebe17edb3850161c8aad8909c Mon Sep 17 00:00:00 2001 From: Tyler Ohlsen Date: Thu, 29 Feb 2024 13:07:44 -0800 Subject: [PATCH 2/2] Update package.json Signed-off-by: Tyler Ohlsen --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1c429478..a5ff2774 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "OpenSearch Anomaly Detection Dashboards Plugin", "main": "index.js", "config": { - "plugin_version": "2.12.0.0", + "plugin_version": "2.13.0.0", "plugin_name": "anomalyDetectionDashboards", "plugin_zip_name": "anomaly-detection-dashboards" }, @@ -57,4 +57,4 @@ "browserify-sign": "^4.2.2", "axios": "^1.6.1" } -} \ No newline at end of file +}