Skip to content

Commit bbe6b1c

Browse files
committed
chore: publish
- [email protected]
1 parent 3f59787 commit bbe6b1c

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
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.19.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.19.0) (2021-04-06)
7+
8+
9+
### Bug Fixes
10+
11+
* fallback bob version ([#147](https://github.com/callstack/react-native-builder-bob/issues/147)) ([47fdd6b](https://github.com/callstack/react-native-builder-bob/commit/47fdd6bd914f3682b32d5ebd5b7a21d1433f7337))
12+
* fix missing semicolon in babel config ([#142](https://github.com/callstack/react-native-builder-bob/issues/142)) ([b552564](https://github.com/callstack/react-native-builder-bob/commit/b552564a0daaee88001c030b300feb57e7b2fcdb))
13+
* hardcode flipper version. fixes [#144](https://github.com/callstack/react-native-builder-bob/issues/144) ([eb93059](https://github.com/callstack/react-native-builder-bob/commit/eb93059f5ce996139654876a8d08c1081b99ee83))
14+
* update docs with more info ([670ed10](https://github.com/callstack/react-native-builder-bob/commit/670ed10c7faf746e284409ed32d723f00f8a5867))
15+
16+
17+
### Features
18+
19+
* add support for Java templates ([#129](https://github.com/callstack/react-native-builder-bob/issues/129)) ([e3a4c2d](https://github.com/callstack/react-native-builder-bob/commit/e3a4c2def1358240d2ac8f647503904950b2fb9b))
20+
21+
22+
23+
24+
625
## [0.18.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.18.1) (2021-03-03)
726

827
**Note:** Version bump only for package create-react-native-library

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.18.1",
3+
"version": "0.19.0",
44
"description": "CLI to scaffold React Native libraries",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)