Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
Merge pull request #485 from gluestack/main
Browse files Browse the repository at this point in the history
Backmerge: main
  • Loading branch information
ankit-tailor authored Oct 18, 2023
2 parents 98c9022 + 36b1418 commit 0a4bb8c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 11 deletions.
8 changes: 1 addition & 7 deletions .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
File renamed without changes.
2 changes: 1 addition & 1 deletion example/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
"scripts": {
"test": "bash ./scripts/test.sh",
"dev": "turbo run dev",
"build": "turbo run build --filter=@gluestack-style* --no-cache",
"build": "turbo run build --filter=@gluestack-style/react --no-cache && yarn build:rest",
"build:rest": "turbo run build --filter=@gluestack-style* --no-cache --ignore=@gluestack-style/react",
"clean": "turbo run clean && rm -rf node_modules",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\" --ignore-path .gitignore",
"release": "changeset publish",
Expand Down
4 changes: 2 additions & 2 deletions packages/benchmark-next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0a4bb8c

Please sign in to comment.