From c696c98d0db3c2f1c125cd893b65ee4c360aa0cb Mon Sep 17 00:00:00 2001 From: Viraj-10 Date: Tue, 17 Oct 2023 16:50:20 +0530 Subject: [PATCH] fix: changeset build issue --- .changeset/config.json | 8 +------- example/storybook/package.json | 2 +- packages/benchmark-next/package.json | 4 ++-- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.changeset/config.json b/.changeset/config.json index 53769b98b..9aa735316 100644 --- a/.changeset/config.json +++ b/.changeset/config.json @@ -7,11 +7,5 @@ "access": "public", "baseBranch": "main", "updateInternalDependencies": "patch", - "ignore": [ - "expo-app", - "babel-gluestack-style-resolver-example", - "example-storybook", - "next-example-styled", - "benchmark-next" - ] + "ignore": ["benchmark-next", "@gluestack/ui-storybook"] } diff --git a/example/storybook/package.json b/example/storybook/package.json index 04fb7dd3a..382bf5971 100644 --- a/example/storybook/package.json +++ b/example/storybook/package.json @@ -23,7 +23,7 @@ }, "dependencies": { "@expo/html-elements": "^0.4.2", - "@gluestack-style/react": "^0.2.11-alpha.0", + "@gluestack-style/react": "1.0.6", "@gluestack-ui/actionsheet": "^0.2.16", "@gluestack-ui/alert-dialog": "^0.1.14", "@gluestack-ui/button": "^0.1.23", diff --git a/packages/benchmark-next/package.json b/packages/benchmark-next/package.json index 02724489f..28209bd18 100644 --- a/packages/benchmark-next/package.json +++ b/packages/benchmark-next/package.json @@ -25,8 +25,8 @@ "styled-components": "^5.3.0" }, "devDependencies": { - "@gluestack-style/babel-plugin-styled-resolver": "^0.1.6", - "@gluestack-style/react": "^0.1.33", + "@gluestack-style/babel-plugin-styled-resolver": "1.0.0", + "@gluestack-style/react": "1.0.6", "@emotion/styled": "^11.3.0", "@expo/next-adapter": "^4.0.13", "@types/react": "17.0.1",