Skip to content

Commit 052758c

Browse files
Increment version to 3.0.0.0
Signed-off-by: opensearch-ci-bot <[email protected]>
1 parent 9989b22 commit 052758c

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

opensearch_dashboards.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "observabilityDashboards",
3-
"version": "3.0.0.0-alpha1",
3+
"version": "3.0.0.0",
44
"opensearchDashboardsVersion": "3.0.0",
55
"server": true,
66
"ui": true,
@@ -26,7 +26,12 @@
2626
"dataSource",
2727
"dataSourceManagement"
2828
],
29-
"configPath": ["observability"],
29+
"configPath": [
30+
"observability"
31+
],
3032
"supportedOSDataSourceVersions": ">=2.9.0",
31-
"requiredOSDataSourcePlugins": ["opensearch-sql", "opensearch-observability"]
32-
}
33+
"requiredOSDataSourcePlugins": [
34+
"opensearch-sql",
35+
"opensearch-observability"
36+
]
37+
}

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "observability-dashboards",
3-
"version": "3.0.0.0-alpha1",
3+
"version": "3.0.0.0",
44
"main": "index.ts",
55
"license": "Apache-2.0",
66
"scripts": {
@@ -82,4 +82,4 @@
8282
"node_modules/*",
8383
"target/*"
8484
]
85-
}
85+
}

0 commit comments

Comments
 (0)