From 0926977f2dca2eb1e5e49135f7301fd857c996d3 Mon Sep 17 00:00:00 2001 From: Viraj Ajay Joshi Date: Tue, 27 Feb 2024 20:13:13 +0530 Subject: [PATCH] fix: changeset option --- .changeset/config.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.changeset/config.json b/.changeset/config.json index d1102874db..f2ab03d097 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,5 +7,8 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": ["@gluestack/ui-storybook", "@gluestack/storybook-nativewind"] + "ignore": [ + "@gluestack/ui-storybook", + "@nativewind-gluestack/storybook-nativewind" + ] }