From 999fff26873bab93330255b6c14472eb13dd983e Mon Sep 17 00:00:00 2001 From: Rupal Mahajan Date: Tue, 31 Jan 2023 17:18:37 +0000 Subject: [PATCH] Bump version to 2.6.0 Signed-off-by: Rupal Mahajan --- .github/workflows/draft-release-notes-workflow.yml | 2 +- .github/workflows/test-and-build-workflow.yml | 2 +- gantt-chart/opensearch_dashboards.json | 4 ++-- gantt-chart/package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/draft-release-notes-workflow.yml b/.github/workflows/draft-release-notes-workflow.yml index 7dee167..03e22f0 100644 --- a/.github/workflows/draft-release-notes-workflow.yml +++ b/.github/workflows/draft-release-notes-workflow.yml @@ -16,6 +16,6 @@ jobs: with: config-name: draft-release-notes-config.yml tag: (None) - version: 2.4.0.0 + version: 2.6.0.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/test-and-build-workflow.yml b/.github/workflows/test-and-build-workflow.yml index 79ccb7e..ffb21fa 100644 --- a/.github/workflows/test-and-build-workflow.yml +++ b/.github/workflows/test-and-build-workflow.yml @@ -6,7 +6,7 @@ on: [pull_request, push] env: PLUGIN_NAME: gantt-chart-dashboards OPENSEARCH_VERSION: 'main' - OPENSEARCH_PLUGIN_VERSION: 2.5.0.0 + OPENSEARCH_PLUGIN_VERSION: 2.6.0.0 jobs: diff --git a/gantt-chart/opensearch_dashboards.json b/gantt-chart/opensearch_dashboards.json index 0f9b0ac..bd00296 100644 --- a/gantt-chart/opensearch_dashboards.json +++ b/gantt-chart/opensearch_dashboards.json @@ -1,7 +1,7 @@ { "id": "ganttChartDashboards", - "version": "2.5.0.0", - "opensearchDashboardsVersion": "2.5.0", + "version": "2.6.0.0", + "opensearchDashboardsVersion": "2.6.0", "requiredPlugins": [ "visualizations", "data" diff --git a/gantt-chart/package.json b/gantt-chart/package.json index 0682793..ebf073f 100644 --- a/gantt-chart/package.json +++ b/gantt-chart/package.json @@ -1,6 +1,6 @@ { "name": "gantt-chart-dashboards", - "version": "2.5.0.0", + "version": "2.6.0.0", "license": "Apache-2.0", "scripts": { "osd": "node ../../scripts/osd",