Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
atlj committed Nov 15, 2024
1 parent f08ab08 commit 99128be
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
12 changes: 12 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,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.44.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.44.0) (2024-11-15)

### Bug Fixes

* correct the paths for codegen generated header files on views ([#680](https://github.com/callstack/react-native-builder-bob/issues/680)) ([6069721](https://github.com/callstack/react-native-builder-bob/commit/606972160c18117d4dc466c87652498119322a87)), closes [#669](https://github.com/callstack/react-native-builder-bob/issues/669) [ios#2](https://github.com/ios/issues/2) - by @atlj
* every created example app is testing app ([#684](https://github.com/callstack/react-native-builder-bob/issues/684)) ([4a3d2a1](https://github.com/callstack/react-native-builder-bob/commit/4a3d2a120466b95058f4fe3d08eed165582c99ad)) - by @atlj
* expo app doesn't have index.js ([#686](https://github.com/callstack/react-native-builder-bob/issues/686)) ([f08ab08](https://github.com/callstack/react-native-builder-bob/commit/f08ab088fdefe33389843e02ae600236746393cd)), closes [#682](https://github.com/callstack/react-native-builder-bob/issues/682) - by @atlj

### Features

* don't add a XCode prebuild action to invoke codegen anymore ([#679](https://github.com/callstack/react-native-builder-bob/issues/679)) ([8fc684a](https://github.com/callstack/react-native-builder-bob/commit/8fc684a4a2c90cfa10e005da112e2836c86cf316)) - by @atlj

# [0.43.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.43.0) (2024-11-08)

### Features
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.43.0",
"version": "0.44.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.32.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.32.0) (2024-11-15)

### Features

* use node to call codegen ([#685](https://github.com/callstack/react-native-builder-bob/issues/685)) ([55eec1c](https://github.com/callstack/react-native-builder-bob/commit/55eec1cf57c234abd6de7c40dcdbb7a6c25251e5)) - by @atlj

# [0.31.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.31.0) (2024-11-08)

### Features
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.31.0",
"version": "0.32.0",
"description": "CLI to build JavaScript files for React Native libraries",
"keywords": [
"react-native",
Expand Down

0 comments on commit 99128be

Please sign in to comment.