From ea420936fadff98a6f6ee2db18c7fa918d9355da Mon Sep 17 00:00:00 2001 From: Alejandro Celaya Date: Mon, 23 Jun 2025 10:08:37 +0200 Subject: [PATCH] Forward questions to the global discussions repo --- .github/DISCUSSION_TEMPLATE/q-a.yml | 24 ------------------------ .github/ISSUE_TEMPLATE.md | 7 ------- .github/ISSUE_TEMPLATE/config.yml | 2 +- CHANGELOG.md | 4 ++-- 4 files changed, 3 insertions(+), 34 deletions(-) delete mode 100644 .github/DISCUSSION_TEMPLATE/q-a.yml delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/DISCUSSION_TEMPLATE/q-a.yml b/.github/DISCUSSION_TEMPLATE/q-a.yml deleted file mode 100644 index db66577f..00000000 --- a/.github/DISCUSSION_TEMPLATE/q-a.yml +++ /dev/null @@ -1,24 +0,0 @@ -title: 'Q&A' -body: - - type: input - validations: - required: true - attributes: - label: shlink-web-client version - placeholder: x.y.z - - type: dropdown - validations: - required: true - attributes: - label: How do you use shlink-web-client - options: - - https://app.shlink.io - - Docker image - - Self-hosted - - Other (explain in summary) - - type: textarea - validations: - required: true - attributes: - label: Summary - value: '' diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 36d052d5..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,7 +0,0 @@ - diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 44c11cb8..22821f63 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,4 +2,4 @@ blank_issues_enabled: true contact_links: - name: Question - Support about: Do you need help setting up or using shlink-web-client? - url: https://github.com/shlinkio/shlink-web-client/discussions/new?category=q-a + url: https://github.com/orgs/shlinkio/discussions/new?category=help-wanted diff --git a/CHANGELOG.md b/CHANGELOG.md index c6197e6f..365b257d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org). -## [Unreleased] +## [4.4.1] - 2025-06-23 ### Added * *Nothing* ### Changed * [shlink-web-component#661](https://github.com/shlinkio/shlink-web-component/issues/661) and [#1571](https://github.com/shlinkio/shlink-web-client/issues/1571) Fully replace bootstrap with tailwind. * Add the new light theme brand color. -* Update to `@shlinkio/shlink-frontend-kit` 2.0.0 and `@shlinkio/shlink-web-component` 0.15 +* Update to `@shlinkio/shlink-frontend-kit` 1.0.0 and `@shlinkio/shlink-web-component` 0.15 * Replace reactstrap nav bar with `NavBar` component from `@shlinkio/shlink-frontend-kit` ### Deprecated