Skip to content

Commit cac236d

Browse files
committed
1 parent f296a24 commit cac236d

File tree

4 files changed

+19
-7
lines changed

4 files changed

+19
-7
lines changed

docs/CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -3,11 +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.4.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.4.0) (2024-11-21)
7+
8+
### Features
9+
10+
- allow to specify JSX Runtime for @babel/preset-react` ([#695](https://github.com/callstack/react-native-builder-bob/issues/695)) ([f296a24](https://github.com/callstack/react-native-builder-bob/commit/f296a249edc47bf06c6fc99eb303ab40e28c85be)), closes [#678](https://github.com/callstack/react-native-builder-bob/issues/678) - by @tjzel
11+
612
# [0.3.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.3.0) (2024-11-08)
713

814
### Features
915

10-
* 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
16+
- 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
1117

1218
## [0.2.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.2.1) (2024-08-12)
1319

docs/package.json

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

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

+10-4
Original file line numberDiff line numberDiff line change
@@ -3,29 +3,35 @@
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.33.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.33.0) (2024-11-21)
7+
8+
### Features
9+
10+
- allow to specify JSX Runtime for @babel/preset-react` ([#695](https://github.com/callstack/react-native-builder-bob/issues/695)) ([f296a24](https://github.com/callstack/react-native-builder-bob/commit/f296a249edc47bf06c6fc99eb303ab40e28c85be)), closes [#678](https://github.com/callstack/react-native-builder-bob/issues/678) - by @tjzel
11+
612
## [0.32.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.32.1) (2024-11-17)
713

814
### Bug Fixes
915

10-
* spawn CLI directly without using Node ([#689](https://github.com/callstack/react-native-builder-bob/issues/689)) ([a299f14](https://github.com/callstack/react-native-builder-bob/commit/a299f145a70f58a74b07c3643365aa7c11fdd356)) - by @gronxb
16+
- spawn CLI directly without using Node ([#689](https://github.com/callstack/react-native-builder-bob/issues/689)) ([a299f14](https://github.com/callstack/react-native-builder-bob/commit/a299f145a70f58a74b07c3643365aa7c11fdd356)) - by @gronxb
1117

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

1420
### Features
1521

16-
* 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
22+
- 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
1723

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

2026
### Features
2127

22-
* 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
28+
- 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
2329

2430
## [0.30.3](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.30.3) (2024-10-26)
2531

2632
### Bug Fixes
2733

28-
* 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
34+
- 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
2935

3036
## [0.30.2](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.30.2) (2024-09-08)
3137

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

0 commit comments

Comments
 (0)