Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - create-react-native-library@0.30.0
 - react-native-builder-bob@0.21.1
  • Loading branch information
satya164 committed Jul 4, 2023
1 parent 6facf3b commit 9335b5c
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 2 deletions.
15 changes: 15 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,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.30.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.29.0...create-react-native-library@0.30.0) (2023-07-04)

### Bug Fixes

* 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
* extend @react-native/metro-config for react-native 0.72 ([dcbe447](https://github.com/callstack/react-native-builder-bob/commit/dcbe4476bd1b1f9de79114f89646a2cbc04dfe4e)) - by @satya164
* 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
* update turborepo config to exclude built files ([c69d9b3](https://github.com/callstack/react-native-builder-bob/commit/c69d9b31a8b13159611ad0ebcd4cb477094ccb12)) - by @satya164
* 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

### Features

* **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
* build ios and android example apps on CI ([325b7ca](https://github.com/callstack/react-native-builder-bob/commit/325b7ca6bd476401f8acf54bc688f6155647dd12)) - by @satya164

# [0.29.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.28.0...create-react-native-library@0.29.0) (2023-06-28)

### Bug Fixes
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.29.0",
"version": "0.30.0",
"description": "CLI to scaffold React Native libraries",
"keywords": [
"react-native",
Expand Down
6 changes: 6 additions & 0 deletions packages/react-native-builder-bob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.21.1](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.21.0...react-native-builder-bob@0.21.1) (2023-07-04)

### Bug Fixes

* update generated tsconfig ([c40dc3b](https://github.com/callstack/react-native-builder-bob/commit/c40dc3bed3982ab0ef795d46aa18e35fcd5aeb91)) - by @satya164

# [0.21.0](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.20.4...react-native-builder-bob@0.21.0) (2023-06-28)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-builder-bob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-builder-bob",
"version": "0.21.0",
"version": "0.21.1",
"description": "CLI to build JavaScript files for React Native libraries",
"keywords": [
"react-native",
Expand Down

0 comments on commit 9335b5c

Please sign in to comment.