From 9244501c6e36cf00e9838d4bf34317aa272d8bfa Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 6 Oct 2025 09:56:44 +0200 Subject: [PATCH] :sparkles: Add variants/v1 feature to default features emited by sdk --- common/src/app/common/files/builder.cljc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/src/app/common/files/builder.cljc b/common/src/app/common/files/builder.cljc index 181824c672..3a3f734d61 100644 --- a/common/src/app/common/files/builder.cljc +++ b/common/src/app/common/files/builder.cljc @@ -200,7 +200,8 @@ "layout/grid" "components/v2" "plugins/runtime" - "design-tokens/v1"}) + "design-tokens/v1" + "variants/v1"}) ;; WORKAROUND: the same as features (def available-migrations