Skip to content

Commit 9335b5c

Browse files
committed
1 parent 6facf3b commit 9335b5c

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.30.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.30.0) (2023-07-04)
7+
8+
### Bug Fixes
9+
10+
* add missing method for new arch for backward compatible turbo module ([99e990a](https://github.com/callstack/react-native-builder-bob/commit/99e990a787c98b0c4b6854301257cf726c046eff)), closes [#386](https://github.com/callstack/react-native-builder-bob/issues/386) - by @satya164
11+
* extend @react-native/metro-config for react-native 0.72 ([dcbe447](https://github.com/callstack/react-native-builder-bob/commit/dcbe4476bd1b1f9de79114f89646a2cbc04dfe4e)) - by @satya164
12+
* fix incorrect references in pbxproj. closes [#398](https://github.com/callstack/react-native-builder-bob/issues/398) ([03e8121](https://github.com/callstack/react-native-builder-bob/commit/03e812167c0e006efa333e0af8ec91809ea9c093)) - by @satya164
13+
* update turborepo config to exclude built files ([c69d9b3](https://github.com/callstack/react-native-builder-bob/commit/c69d9b31a8b13159611ad0ebcd4cb477094ccb12)) - by @satya164
14+
* use correct return type for cpp project. closes [#343](https://github.com/callstack/react-native-builder-bob/issues/343) ([6835400](https://github.com/callstack/react-native-builder-bob/commit/6835400a1743f8021e00868807d2e979e0015cce)) - by @satya164
15+
16+
### Features
17+
18+
* **android:** gradle namespace support for AGP versions >7.3 ([#399](https://github.com/callstack/react-native-builder-bob/issues/399)) ([c5cb6c7](https://github.com/callstack/react-native-builder-bob/commit/c5cb6c72e720b016df1ff5205da69431f660b9c2)) - by @atlj
19+
* build ios and android example apps on CI ([325b7ca](https://github.com/callstack/react-native-builder-bob/commit/325b7ca6bd476401f8acf54bc688f6155647dd12)) - by @satya164
20+
621
# [0.29.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.29.0) (2023-06-28)
722

823
### Bug Fixes

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

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.21.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.21.1) (2023-07-04)
7+
8+
### Bug Fixes
9+
10+
* update generated tsconfig ([c40dc3b](https://github.com/callstack/react-native-builder-bob/commit/c40dc3bed3982ab0ef795d46aa18e35fcd5aeb91)) - by @satya164
11+
612
# [0.21.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.21.0) (2023-06-28)
713

814
### Bug Fixes

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.21.0",
3+
"version": "0.21.1",
44
"description": "CLI to build JavaScript files for React Native libraries",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)