From 3362ffc6748f6596fb39a6a42d786737880c4dc6 Mon Sep 17 00:00:00 2001 From: Kelvin Tan Date: Mon, 17 Mar 2025 19:24:55 +0800 Subject: [PATCH 1/2] DEV: update deprecated icon name from caret-square-down to square-caret-down --- about.json | 2 +- javascripts/discourse/components/custom-header-links.gjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/about.json b/about.json index 11778ed..3f3e1c7 100644 --- a/about.json +++ b/about.json @@ -7,7 +7,7 @@ "assets": {}, "modifiers": { "svg_icons": [ - "caret-square-down" + "square-caret-down" ] } } diff --git a/javascripts/discourse/components/custom-header-links.gjs b/javascripts/discourse/components/custom-header-links.gjs index c7d376a..341b60f 100644 --- a/javascripts/discourse/components/custom-header-links.gjs +++ b/javascripts/discourse/components/custom-header-links.gjs @@ -40,7 +40,7 @@ export default class CustomHeaderLinks extends Component { {{#if this.site.mobileView}} From fb95f7d525345bd3a4bbdc8b63a0e65409a52005 Mon Sep 17 00:00:00 2001 From: Kelvin Tan Date: Mon, 17 Mar 2025 20:16:33 +0800 Subject: [PATCH 2/2] update discourse-compat --- .discourse-compatibility | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.discourse-compatibility b/.discourse-compatibility index 40c54ca..72908e7 100644 --- a/.discourse-compatibility +++ b/.discourse-compatibility @@ -1 +1,2 @@ -< 3.3.0.beta1-dev: f3561ce7fd9dded965fb8e9a99229539c7af3aa1 \ No newline at end of file +< 3.4.0.beta2-dev: 7151c2cd4e150c70ad6b6e320369bec25c2df402 +< 3.3.0.beta1-dev: f3561ce7fd9dded965fb8e9a99229539c7af3aa1