Skip to content

Commit 7409f5e

Browse files
committed
1 parent 956ffd6 commit 7409f5e

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed

packages/create-react-native-library/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.20.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.20.0) (2021-09-28)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** prefer downloading dependencies from Maven Central ([#198](https://github.com/callstack/react-native-builder-bob/issues/198)) ([ecea932](https://github.com/callstack/react-native-builder-bob/commit/ecea932b52011378db35a223023097fa11ed651e))
12+
* can't run yarn command under Windows ([8bac4d4](https://github.com/callstack/react-native-builder-bob/commit/8bac4d4690a0ba2576e9b83b00be92061ba796e3))
13+
* fix generating cpp project on iOS ([75a4a3c](https://github.com/callstack/react-native-builder-bob/commit/75a4a3cf1b7d5f3c2b14f2f3a20c0be72250a119))
14+
* wrong package name of ReactNativeFlipper ([#161](https://github.com/callstack/react-native-builder-bob/issues/161)) ([981448d](https://github.com/callstack/react-native-builder-bob/commit/981448db9970e42521661a5b6e54fd71fe3390ef))
15+
16+
17+
### Features
18+
19+
* print an error when library is not linked ([#202](https://github.com/callstack/react-native-builder-bob/issues/202)) ([956ffd6](https://github.com/callstack/react-native-builder-bob/commit/956ffd60a6b4132a81494e1599b52e5aee232111))
20+
* update expo sdk version to 42 ([#192](https://github.com/callstack/react-native-builder-bob/issues/192)) ([6276f59](https://github.com/callstack/react-native-builder-bob/commit/6276f59001cb92840a421de6bd01b41697ef1222))
21+
* upgrade husky to v6 ([a78b9d1](https://github.com/callstack/react-native-builder-bob/commit/a78b9d147a2a2d1c42f050c60f808855bb97bc24))
22+
23+
24+
25+
26+
627
# [0.19.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.19.0) (2021-04-06)
728

829

packages/create-react-native-library/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-native-library",
3-
"version": "0.19.0",
3+
"version": "0.20.0",
44
"description": "CLI to scaffold React Native libraries",
55
"keywords": [
66
"react-native",

packages/react-native-builder-bob/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.18.2](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.18.2) (2021-09-28)
7+
8+
9+
### Bug Fixes
10+
11+
* call the gradle wrapper correctly on windows ([#175](https://github.com/callstack/react-native-builder-bob/issues/175)) ([53823a8](https://github.com/callstack/react-native-builder-bob/commit/53823a8435d3e3e681b5351677162e0dc904541f))
12+
13+
14+
15+
16+
617
## [0.18.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.18.1) (2021-03-03)
718

819
**Note:** Version bump only for package react-native-builder-bob

packages/react-native-builder-bob/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-builder-bob",
3-
"version": "0.18.1",
3+
"version": "0.18.2",
44
"description": "CLI to build JavaScript files for React Native libraries",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)