react-native-monorepo-helper
Version:
A helper library that makes React Native development in monorepo projects easier.
91 lines (41 loc) • 3.37 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="0.2.7"></a>
## [0.2.7](https://github.com/flisboac/react-native-monorepo-helper/compare/v0.2.6...v0.2.7) (2019-12-07)
<a name="0.2.6"></a>
## [0.2.6](https://github.com/flisboac/react-native-monorepo-helper/compare/v0.2.5...v0.2.6) (2019-06-06)
### Security Fixes
* bump handlebars from 4.0.11 to 4.1.2 [PR #7](https://github.com/flisboac/react-native-monorepo-helper/pull/7)
* bump js-yaml from 3.12.0 to 3.13.1 [PR #2](https://github.com/flisboac/react-native-monorepo-helper/pull/6)
<a name="0.2.5"></a>
## [0.2.5](https://github.com/flisboac/react-native-monorepo-helper/compare/v0.2.4...v0.2.5) (2019-02-20)
### Bug Fixes
* use metro's mainFields, resolve platform-specific files first, improve yarn monorepo search ([#5](https://github.com/flisboac/react-native-monorepo-helper/issues/5)) ([b512a13](https://github.com/flisboac/react-native-monorepo-helper/commit/b512a13))
<a name="0.2.4"></a>
## [0.2.4](https://github.com/flisboac/react-native-monorepo-helper/compare/v0.2.3...v0.2.4) (2019-02-10)
### Bug Fixes
* import modules from relative folder path, improve logging ([#4](https://github.com/flisboac/react-native-monorepo-helper/issues/4)) ([dc0ddd6](https://github.com/flisboac/react-native-monorepo-helper/commit/dc0ddd6))
### Features
* improve yarn workspace search speed, remove redundant module resolution calls ([#4](https://github.com/flisboac/react-native-monorepo-helper/issues/4)) ([38dd06b](https://github.com/flisboac/react-native-monorepo-helper/commit/38dd06b))
<a name="0.2.3"></a>
## [0.2.3](https://github.com/flisboac/react-native-monorepo-helper/compare/v0.2.2...v0.2.3) (2019-02-08)
### Bug Fixes
* search for Yarn repositories, resolve packages by using react-native fields in package.json ([cb1af33](https://github.com/flisboac/react-native-monorepo-helper/commit/cb1af33))
### Features
* improve support for globs when resolving package paths (lerna, yarn) ([ba7abb3](https://github.com/flisboac/react-native-monorepo-helper/commit/ba7abb3))
<a name="0.2.2"></a>
## [0.2.2](https://github.com/flisboac/react-native-monorepo-helper/compare/v0.2.1...v0.2.2) (2018-11-29)
### Bug Fixes
* example of a monorepo project's structure ([44014b2](https://github.com/flisboac/react-native-monorepo-helper/commit/44014b2))
<a name="0.2.1"></a>
## [0.2.1](https://github.com/flisboac/react-native-monorepo-helper/compare/v0.2.0...v0.2.1) (2018-11-29)
### Security patches
* remove transitive dependency on event-stream and flatmap-stream([e2426203470e100e8ecdf27697af66a18882d494](https://github.com/flisboac/react-native-monorepo-helper/commit/e2426203470e100e8ecdf27697af66a18882d494))
<a name="0.2.0"></a>
# 0.2.0 (2018-11-18)
### Bug Fixes
* configure tslint ([7a9bc77](https://github.com/flisboac/react-native-monorepo-helper/commit/7a9bc77))
* devDependencies ([1a6f663](https://github.com/flisboac/react-native-monorepo-helper/commit/1a6f663))
* remove prettier, fix styling ([6fcea5c](https://github.com/flisboac/react-native-monorepo-helper/commit/6fcea5c))
### Features
* implement MetroConfigHelper ([31f80cd](https://github.com/flisboac/react-native-monorepo-helper/commit/31f80cd))