From 3572b3385abd1e6a3f720620711d047e4a3187ca Mon Sep 17 00:00:00 2001 From: wenmo <32723967+wenmo@users.noreply.github.com> Date: Mon, 25 Dec 2023 00:44:12 +0800 Subject: [PATCH] [Feature-2736][*] Release v1.0.0-rc1 --- .github/ISSUE_TEMPLATE/bug-report.yml | 15 +++++---------- dinky-web/src/services/constants.tsx | 2 +- pom.xml | 2 +- 3 files changed, 7 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 3ce7ca7a91..161d66a49e 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -95,20 +95,15 @@ body: Which version of Dinky are you running? We only accept bugs report from the LTS projects. options: - dev + - 1.0.0 + - 0.7.5 + - 0.7.4 - 0.7.3 - 0.7.2 - 0.7.1 - 0.7.0 - - 0.6.7 - - 0.6.6 - - 0.6.5 - - 0.6.4 - - 0.6.3 - - 0.6.2 - - 0.6.1 - - 0.6.0 - - 0.5.1 - - 0.5.0 + - 0.6.* + - 0.5.* validations: required: true diff --git a/dinky-web/src/services/constants.tsx b/dinky-web/src/services/constants.tsx index 70f1b8e683..bc840a1798 100644 --- a/dinky-web/src/services/constants.tsx +++ b/dinky-web/src/services/constants.tsx @@ -28,7 +28,7 @@ export const TENANT_ID = 'tenantId'; /** * the platform version */ -export const VERSION = '1.0.0-SNAPSHOT'; +export const VERSION = '1.0.0-rc1'; /** * the platform language diff --git a/pom.xml b/pom.xml index badb91c6d7..814dafe805 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ UTF-8 2.5.0 0.10.2 - 1.0.0-SNAPSHOT + 1.0.0-rc1 1.37.0 2.12 2.12.10