From feb9d97368b4b6c712faf815fcb61c9fb3d98395 Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Wed, 25 Sep 2024 00:24:05 +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 9067bda74..c97410cfc 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 4e0c531cf..63181a922 100644 --- a/package.json +++ b/package.json @@ -68,4 +68,4 @@ "engines": { "yarn": "^1.21.1" } -} +} \ No newline at end of file