Skip to content

Commit

Permalink
Merge branch '2.x' into backport/backport-270-to-2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
AWSHurneyt authored Sep 19, 2024
2 parents 5e5e82c + c875530 commit b5be624
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,5 +217,5 @@ jobs:
- name: Upload Artifact
uses: actions/upload-artifact@v4
with:
name: dashboards-notifications
name: dashboards-notifications-${{ matrix.os }}
path: OpenSearch-Dashboards/plugins/dashboards-notifications/build
6 changes: 3 additions & 3 deletions opensearch_dashboards.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "notificationsDashboards",
"version": "2.17.0.0",
"opensearchDashboardsVersion": "2.17.0",
"version": "2.18.0.0",
"opensearchDashboardsVersion": "2.18.0",
"requiredPlugins": [
"navigation",
"data",
Expand All @@ -19,4 +19,4 @@
"requiredOSDataSourcePlugins": [
"opensearch-notifications"
]
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "notifications-dashboards",
"version": "2.17.0.0",
"version": "2.18.0.0",
"description": "OpenSearch Dashboards Notifications Plugin",
"license": "Apache-2.0",
"main": "index.ts",
Expand Down Expand Up @@ -33,4 +33,4 @@
"tough-cookie": "^4.1.3",
"@cypress/request": "^3.0.0"
}
}
}

0 comments on commit b5be624

Please sign in to comment.