Skip to content

Commit c9bf294

Browse files
committed
chore: publish
- [email protected]
1 parent 577fd15 commit c9bf294

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

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

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.27.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.27.1) (2022-11-22)
7+
8+
9+
### Bug Fixes
10+
11+
* add missing codegen config for mixed template for iOS ([577fd15](https://github.com/callstack/react-native-builder-bob/commit/577fd152056d09cf895e1293f12f67b99bd6d5c7))
12+
* fix typo in mixed template for iOS ([#331](https://github.com/callstack/react-native-builder-bob/issues/331)) ([f76ca8d](https://github.com/callstack/react-native-builder-bob/commit/f76ca8d42e2a68dcaab068dfa567d733d0a87bb9)), closes [#330](https://github.com/callstack/react-native-builder-bob/issues/330)
13+
* fix typo when checking validity ([5ffd5c5](https://github.com/callstack/react-native-builder-bob/commit/5ffd5c5d98e7151f2a16456e4d58eca677f3bf80))
14+
15+
16+
17+
18+
619
# [0.27.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.27.0) (2022-11-10)
720

821

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-native-library",
3-
"version": "0.27.0",
3+
"version": "0.27.1",
44
"description": "CLI to scaffold React Native libraries",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)