From 708aada11d5e2aa9804da69eb3e30294a081c348 Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Wed, 24 Jul 2024 00:22:35 +0000 Subject: [PATCH] Increment version to 3.0.0.0 Signed-off-by: opensearch-ci-bot --- opensearch_dashboards.json | 17 ++++++++++++++--- package.json | 2 +- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index a7be2f96..d97e08dc 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -5,7 +5,18 @@ "server": true, "ui": true, "supportedOSDataSourceVersions": ">=1.0.0", - "requiredOSDataSourcePlugins": ["opensearch-sql"], - "requiredPlugins": ["devTools", "navigation", "opensearchDashboardsReact", "opensearchDashboardsUtils"], - "optionalPlugins": ["observabilityDashboards", "dataSource", "dataSourceManagement"] + "requiredOSDataSourcePlugins": [ + "opensearch-sql" + ], + "requiredPlugins": [ + "devTools", + "navigation", + "opensearchDashboardsReact", + "opensearchDashboardsUtils" + ], + "optionalPlugins": [ + "observabilityDashboards", + "dataSource", + "dataSourceManagement" + ] } \ No newline at end of file diff --git a/package.json b/package.json index a1705325..9feda4d6 100644 --- a/package.json +++ b/package.json @@ -50,4 +50,4 @@ "semver": "^7.5.2", "@cypress/request": "^3.0.0" } -} +} \ No newline at end of file