Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Nov 10, 2022
1 parent aefa30b commit 0d43ca9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/create-react-native-library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.27.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.27.0) (2022-11-10)


### Bug Fixes

* use npm_config_yes instead of --yes for npm 6 compatibility ([aefa30b](https://github.com/callstack/react-native-builder-bob/commit/aefa30b6f0cacf16e1ed2d5577c6c62dc442f320))
* validate arguments passed to the CLI ([03defcf](https://github.com/callstack/react-native-builder-bob/commit/03defcf22e3b07a09c05eb982db0deb4c0b3845f))


### Features

* add a clean script to cleanup build folders ([6085fd6](https://github.com/callstack/react-native-builder-bob/commit/6085fd60dddac20b8fc87ff86ec469bac7ba8ca8))
* add kotlin support to the fabric template ([ccdb618](https://github.com/callstack/react-native-builder-bob/commit/ccdb618665a4f17d677073d6fba1f71044d3f3a0))





# [0.26.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.26.0) (2022-11-03)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-react-native-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-react-native-library",
"version": "0.26.0",
"version": "0.27.0",
"description": "CLI to scaffold React Native libraries",
"keywords": [
"react-native",
Expand Down

0 comments on commit 0d43ca9

Please sign in to comment.