Skip to content

Commit 04a7d51

Browse files
Increment version to 3.0.0.0
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
1 parent 8253286 commit 04a7d51

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

opensearch_dashboards.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
{
22
"id": "alertingDashboards",
3-
"version": "3.0.0.0-beta1",
3+
"version": "3.0.0.0",
44
"opensearchDashboardsVersion": "3.0.0",
5-
"configPath": ["opensearch_alerting"],
6-
"optionalPlugins": ["dataSource", "dataSourceManagement", "assistantDashboards"],
5+
"configPath": [
6+
"opensearch_alerting"
7+
],
8+
"optionalPlugins": [
9+
"dataSource",
10+
"dataSourceManagement",
11+
"assistantDashboards"
12+
],
713
"requiredPlugins": [
814
"uiActions",
915
"dashboard",
@@ -20,5 +26,7 @@
2026
"server": true,
2127
"ui": true,
2228
"supportedOSDataSourceVersions": ">=2.13.0",
23-
"requiredOSDataSourcePlugins": ["opensearch-alerting"]
24-
}
29+
"requiredOSDataSourcePlugins": [
30+
"opensearch-alerting"
31+
]
32+
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opensearch-alerting-dashboards",
3-
"version": "3.0.0.0-beta1",
3+
"version": "3.0.0.0",
44
"description": "OpenSearch Dashboards Alerting Plugin",
55
"main": "index.js",
66
"license": "Apache-2.0",
@@ -70,4 +70,4 @@
7070
"engines": {
7171
"yarn": "^1.21.1"
7272
}
73-
}
73+
}

0 commit comments

Comments
 (0)