Skip to content

Commit 50bfbb8

Browse files
committed
chore: publish
- docs@0.4.1 - create-react-native-library@0.45.0 - react-native-builder-bob@0.34.0
1 parent 219055b commit 50bfbb8

File tree

6 files changed

+44
-13
lines changed

6 files changed

+44
-13
lines changed

docs/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.4.1](https://github.com/callstack/react-native-builder-bob/compare/docs@0.4.0...docs@0.4.1) (2024-12-04)
7+
8+
### Bug Fixes
9+
10+
- update tsconfig to align how metro resolves package exports ([#701](https://github.com/callstack/react-native-builder-bob/issues/701)) ([e52ba57](https://github.com/callstack/react-native-builder-bob/commit/e52ba57a6c629e5a2e867d9925064e7c1653eb84)) - by @satya164
11+
612
# [0.4.0](https://github.com/callstack/react-native-builder-bob/compare/docs@0.3.0...docs@0.4.0) (2024-11-21)
713

814
### Features

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"private": true,
55
"description": "Documentation for react-native-builder-bob",
66
"scripts": {

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

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,41 +3,56 @@
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.45.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.44.3...create-react-native-library@0.45.0) (2024-12-04)
7+
8+
### Bug Fixes
9+
10+
- ensure 'invokeLibraryCodegen' task executes 'npx' correctly on windows ([#707](https://github.com/callstack/react-native-builder-bob/issues/707)) ([2553e24](https://github.com/callstack/react-native-builder-bob/commit/2553e24942c9c021d7e3db2c3e1eec1bacf8063f)) - by @ddiazFG
11+
- fix incorrect check for --react-native-version ([#709](https://github.com/callstack/react-native-builder-bob/issues/709)) ([6628b2a](https://github.com/callstack/react-native-builder-bob/commit/6628b2a3bdbd3f02b111c6500fc83d94bc123d80)) - by @satya164
12+
- move from TurboReactPackage to BaseReactPackage ([#708](https://github.com/callstack/react-native-builder-bob/issues/708)) ([bcccda5](https://github.com/callstack/react-native-builder-bob/commit/bcccda5257415785da6442aafa4edd7ae767307b)) - by @satya164
13+
- remove experimental from new arch ([#705](https://github.com/callstack/react-native-builder-bob/issues/705)) ([62352f8](https://github.com/callstack/react-native-builder-bob/commit/62352f81293298af529c2537c833304714e351de)) - by @okwasniewski
14+
- update tsconfig to align how metro resolves package exports ([#701](https://github.com/callstack/react-native-builder-bob/issues/701)) ([e52ba57](https://github.com/callstack/react-native-builder-bob/commit/e52ba57a6c629e5a2e867d9925064e7c1653eb84)) - by @satya164
15+
- use 'all' for fabric components codegen config ([#715](https://github.com/callstack/react-native-builder-bob/issues/715)) ([219055b](https://github.com/callstack/react-native-builder-bob/commit/219055b3902a848dab7012672438d001cfe66834)), closes [#661](https://github.com/callstack/react-native-builder-bob/issues/661) - by @satya164
16+
17+
### Features
18+
19+
- pass options to babel-preset using callers ([#704](https://github.com/callstack/react-native-builder-bob/issues/704)) ([a9f2ede](https://github.com/callstack/react-native-builder-bob/commit/a9f2edea4d478ee176034fa7970114876130e76c)) - by @satya164
20+
621
## [0.44.3](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.44.2...create-react-native-library@0.44.3) (2024-11-29)
722

823
### Bug Fixes
924

10-
* use proper codegen types ([#697](https://github.com/callstack/react-native-builder-bob/issues/697)) ([c143bab](https://github.com/callstack/react-native-builder-bob/commit/c143babf27f08bc2d82cc2cb632e6f537961901c)), closes [/github.com/facebook/react-native/issues/46208#issuecomment-2491424662](https://github.com//github.com/facebook/react-native/issues/46208/issues/issuecomment-2491424662) - by @atlj
25+
- use proper codegen types ([#697](https://github.com/callstack/react-native-builder-bob/issues/697)) ([c143bab](https://github.com/callstack/react-native-builder-bob/commit/c143babf27f08bc2d82cc2cb632e6f537961901c)), closes [/github.com/facebook/react-native/issues/46208#issuecomment-2491424662](https://github.com//github.com/facebook/react-native/issues/46208/issues/issuecomment-2491424662) - by @atlj
1126

1227
## [0.44.2](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.44.1...create-react-native-library@0.44.2) (2024-11-20)
1328

1429
### Bug Fixes
1530

16-
* add react-native.config.js to the published file list ([#659](https://github.com/callstack/react-native-builder-bob/issues/659)) ([625236b](https://github.com/callstack/react-native-builder-bob/commit/625236bd5c096ace55c7ac63849ed807896a083b)) - by @johnf
31+
- add react-native.config.js to the published file list ([#659](https://github.com/callstack/react-native-builder-bob/issues/659)) ([625236b](https://github.com/callstack/react-native-builder-bob/commit/625236bd5c096ace55c7ac63849ed807896a083b)) - by @johnf
1732

1833
## [0.44.1](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.44.0...create-react-native-library@0.44.1) (2024-11-15)
1934

2035
### Bug Fixes
2136

22-
* single answer questions dont get stored with metadata ([#633](https://github.com/callstack/react-native-builder-bob/issues/633)) ([c1d8ab1](https://github.com/callstack/react-native-builder-bob/commit/c1d8ab11f31552720c2f4b735842e83b17bb804d)) - by @atlj
37+
- single answer questions dont get stored with metadata ([#633](https://github.com/callstack/react-native-builder-bob/issues/633)) ([c1d8ab1](https://github.com/callstack/react-native-builder-bob/commit/c1d8ab11f31552720c2f4b735842e83b17bb804d)) - by @atlj
2338

2439
# [0.44.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.43.0...create-react-native-library@0.44.0) (2024-11-15)
2540

2641
### Bug Fixes
2742

28-
* 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
29-
* 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
30-
* 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
43+
- 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
44+
- 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
45+
- 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
3146

3247
### Features
3348

34-
* 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
49+
- 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
3550

3651
# [0.43.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.42.3...create-react-native-library@0.43.0) (2024-11-08)
3752

3853
### Features
3954

40-
* disable RNTA temporarily ([#658](https://github.com/callstack/react-native-builder-bob/issues/658)) ([aa400f6](https://github.com/callstack/react-native-builder-bob/commit/aa400f622d6953ff949bd749d7bc4c9af397f486)), closes [#637](https://github.com/callstack/react-native-builder-bob/issues/637) - by @atlj
55+
- disable RNTA temporarily ([#658](https://github.com/callstack/react-native-builder-bob/issues/658)) ([aa400f6](https://github.com/callstack/react-native-builder-bob/commit/aa400f622d6953ff949bd749d7bc4c9af397f486)), closes [#637](https://github.com/callstack/react-native-builder-bob/issues/637) - by @atlj
4156

4257
## [0.42.3](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.42.2...create-react-native-library@0.42.3) (2024-11-08)
4358

@@ -47,7 +62,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
4762

4863
### Bug Fixes
4964

50-
* vanilla example codegen fails ([#665](https://github.com/callstack/react-native-builder-bob/issues/665)) ([a9546fb](https://github.com/callstack/react-native-builder-bob/commit/a9546fbf33b6cc96af64c553311d0ce02e9f9de3)), closes [#662](https://github.com/callstack/react-native-builder-bob/issues/662) - by @atlj
65+
- vanilla example codegen fails ([#665](https://github.com/callstack/react-native-builder-bob/issues/665)) ([a9546fb](https://github.com/callstack/react-native-builder-bob/commit/a9546fbf33b6cc96af64c553311d0ce02e9f9de3)), closes [#662](https://github.com/callstack/react-native-builder-bob/issues/662) - by @atlj
5166

5267
## [0.42.1](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.42.0...create-react-native-library@0.42.1) (2024-10-24)
5368

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

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +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.34.0](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.33.3...react-native-builder-bob@0.34.0) (2024-12-04)
7+
8+
### Bug Fixes
9+
10+
- correctly log error output when building ([#698](https://github.com/callstack/react-native-builder-bob/issues/698)) ([78f16fc](https://github.com/callstack/react-native-builder-bob/commit/78f16fcc9183743c19f564e421051c17e71c86d8)) - by @gronxb
11+
12+
### Features
13+
14+
- pass options to babel-preset using callers ([#704](https://github.com/callstack/react-native-builder-bob/issues/704)) ([a9f2ede](https://github.com/callstack/react-native-builder-bob/commit/a9f2edea4d478ee176034fa7970114876130e76c)) - by @satya164
15+
616
## [0.33.3](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.33.2...react-native-builder-bob@0.33.3) (2024-11-29)
717

818
### Bug Fixes
919

10-
* use proper codegen types ([#697](https://github.com/callstack/react-native-builder-bob/issues/697)) ([c143bab](https://github.com/callstack/react-native-builder-bob/commit/c143babf27f08bc2d82cc2cb632e6f537961901c)), closes [/github.com/facebook/react-native/issues/46208#issuecomment-2491424662](https://github.com//github.com/facebook/react-native/issues/46208/issues/issuecomment-2491424662) - by @atlj
20+
- use proper codegen types ([#697](https://github.com/callstack/react-native-builder-bob/issues/697)) ([c143bab](https://github.com/callstack/react-native-builder-bob/commit/c143babf27f08bc2d82cc2cb632e6f537961901c)), closes [/github.com/facebook/react-native/issues/46208#issuecomment-2491424662](https://github.com//github.com/facebook/react-native/issues/46208/issues/issuecomment-2491424662) - by @atlj
1121

1222
## [0.33.2](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.33.1...react-native-builder-bob@0.33.2) (2024-11-27)
1323

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

0 commit comments

Comments
 (0)