Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [1.2.0](1.1.0...1.2.0) (2023-09-04) ### New features * diagnose manifest with dirty or changed documents ([#225](#225)) ([82c8dd3](82c8dd3)) * use `npx expo config` to generate preview data ([#223](#223)) ([640de3a](640de3a)) ### Bug fixes * manually resolve absolute file paths with `__dirname` ([7f4951e](7f4951e)) * upgrade `schema-expo-module` script to `expo@49` ([#219](#219)) ([a610842](a610842)) ### Code changes * emphasize bundled `@expo/*` packages and limit imports ([#222](#222)) ([0bd601d](0bd601d)) ### Other chores * disable `global.expect` workaround for `chai` ([324933c](324933c)) * drop `npm run install:fixture` in favor of vscode task for windows ([6a624da](6a624da)) * fail when no tests are found ([8eda594](8eda594)) * re-enable windows tests on ci ([a782b4e](a782b4e)) * test activation and remove useless activation event ([#221](#221)) ([b4dec03](b4dec03)) * unify snapshot behavior on CI and local testing ([#224](#224)) ([bdd2efe](bdd2efe))
- Loading branch information