From f3d305854102592be1cefc7012b5954f0d45c768 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Thu, 7 Aug 2025 02:44:01 +1000 Subject: [PATCH] chore(ComponentsV2): 8.7.0 --- canary/ComponentsV2/build.gradle.kts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/canary/ComponentsV2/build.gradle.kts b/canary/ComponentsV2/build.gradle.kts index d4cb46a..4c55594 100644 --- a/canary/ComponentsV2/build.gradle.kts +++ b/canary/ComponentsV2/build.gradle.kts @@ -1,6 +1,6 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar -version = "7.15.1" +version = "8.7.0" description = "Beta backport of ComponentsV2" aliucord { @@ -14,6 +14,10 @@ aliucord { Changelog {added marginTop} ====================== + # 8.7.0 + * Prevent ViewRaw crash + * Add a CV2 tag to distinguish new embeds (will not be in core) + # 7.15.1 * Fix broken reply preview >w<