From 32ced8234e2b1400ac0991433e9e40392edc871f Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Fri, 31 Jan 2025 00:24:02 +0000 Subject: [PATCH] Increment version to 3.0.0.0 Signed-off-by: opensearch-ci-bot --- opensearch_dashboards.json | 16 ++++++++++++---- package.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index 9067bda7..c97410cf 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -2,8 +2,14 @@ "id": "alertingDashboards", "version": "3.0.0.0", "opensearchDashboardsVersion": "3.0.0", - "configPath": ["opensearch_alerting"], - "optionalPlugins": ["dataSource", "dataSourceManagement", "assistantDashboards"], + "configPath": [ + "opensearch_alerting" + ], + "optionalPlugins": [ + "dataSource", + "dataSourceManagement", + "assistantDashboards" + ], "requiredPlugins": [ "uiActions", "dashboard", @@ -20,5 +26,7 @@ "server": true, "ui": true, "supportedOSDataSourceVersions": ">=2.13.0", - "requiredOSDataSourcePlugins": ["opensearch-alerting"] -} + "requiredOSDataSourcePlugins": [ + "opensearch-alerting" + ] +} \ No newline at end of file diff --git a/package.json b/package.json index 307553aa..6cfe0dea 100644 --- a/package.json +++ b/package.json @@ -69,4 +69,4 @@ "engines": { "yarn": "^1.21.1" } -} +} \ No newline at end of file