From f9aac92f52466345e057799c591721ecadcf5107 Mon Sep 17 00:00:00 2001 From: opensearch-ci-bot Date: Fri, 25 Apr 2025 18:21:59 +0000 Subject: [PATCH] Increment version to 3.0.0.0 Signed-off-by: opensearch-ci-bot --- opensearch_dashboards.json | 13 +++++++++---- package.json | 4 ++-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/opensearch_dashboards.json b/opensearch_dashboards.json index f1b2c1ce07..3cc91a3804 100644 --- a/opensearch_dashboards.json +++ b/opensearch_dashboards.json @@ -1,6 +1,6 @@ { "id": "observabilityDashboards", - "version": "3.0.0.0-beta1", + "version": "3.0.0.0", "opensearchDashboardsVersion": "3.0.0", "server": true, "ui": true, @@ -26,7 +26,12 @@ "dataSource", "dataSourceManagement" ], - "configPath": ["observability"], + "configPath": [ + "observability" + ], "supportedOSDataSourceVersions": ">=2.9.0", - "requiredOSDataSourcePlugins": ["opensearch-sql", "opensearch-observability"] -} + "requiredOSDataSourcePlugins": [ + "opensearch-sql", + "opensearch-observability" + ] +} \ No newline at end of file diff --git a/package.json b/package.json index f61723c391..8e390c894d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "observability-dashboards", - "version": "3.0.0.0-beta1", + "version": "3.0.0.0", "main": "index.ts", "license": "Apache-2.0", "scripts": { @@ -84,4 +84,4 @@ "node_modules/*", "target/*" ] -} +} \ No newline at end of file