Skip to content

Commit 03252b0

Browse files
committed
1 parent 4eff3eb commit 03252b0

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed

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

+21
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.27.2](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.27.2) (2022-12-02)
7+
8+
9+
### Bug Fixes
10+
11+
* add support for react native 0.71 ([fc87440](https://github.com/callstack/react-native-builder-bob/commit/fc8744092501ba00fd11bdb69e1ecb46fbb63c0f))
12+
* don't use deprecated package for lefthook ([de5b484](https://github.com/callstack/react-native-builder-bob/commit/de5b484b270ef2237161dc210f4d982aaba6637f))
13+
* fetch correct version of packages for web support ([628df24](https://github.com/callstack/react-native-builder-bob/commit/628df24f3e2f7e21a98fb08a0f7322de326d6b91))
14+
* fix typo in equality check ([23f26f5](https://github.com/callstack/react-native-builder-bob/commit/23f26f5202b72b4ddade485246bce08f786a5ed3))
15+
* fix web support in expo example ([1e31449](https://github.com/callstack/react-native-builder-bob/commit/1e31449679503647221412cdb1c80d4d5a2143f4))
16+
* improve error handling. closes [#336](https://github.com/callstack/react-native-builder-bob/issues/336) ([09f6b48](https://github.com/callstack/react-native-builder-bob/commit/09f6b48105dcffb3688d7eed8b4d718e045e65d1))
17+
18+
19+
### Reverts
20+
21+
* Revert "refactor: remove unnecessary config that's added by codegen" ([d18a866](https://github.com/callstack/react-native-builder-bob/commit/d18a866642d086baab1868469ebc618c5636b419))
22+
23+
24+
25+
26+
627
## [0.27.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.27.1) (2022-11-22)
728

829

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

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

+11
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.20.2](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.20.2) (2022-12-02)
7+
8+
9+
### Bug Fixes
10+
11+
* improve tsc binary detection logic ([a213197](https://github.com/callstack/react-native-builder-bob/commit/a21319703431497d5cff36914cabadf2351e63c1))
12+
13+
14+
15+
16+
617
## [0.20.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.20.1) (2022-11-03)
718

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

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

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

0 commit comments

Comments
 (0)