Skip to content

Commit 92fad2c

Browse files
committed
1 parent 5bec132 commit 92fad2c

File tree

6 files changed

+29
-5
lines changed

6 files changed

+29
-5
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.6.5](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.6.5) (2025-04-30)
7+
8+
### Bug Fixes
9+
10+
- don't ship generated code with the library ([#819](https://github.com/callstack/react-native-builder-bob/issues/819)) ([d369d18](https://github.com/callstack/react-native-builder-bob/commit/d369d18ed67edcc66cb8da67266e769be3ad271d)) - by @satya164
11+
612
## [0.6.4](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.6.4) (2025-04-08)
713

814
### Bug Fixes

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.6.4",
3+
"version": "0.6.5",
44
"private": true,
55
"description": "Documentation for react-native-builder-bob",
66
"scripts": {

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,22 @@
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.49.9](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.49.9) (2025-04-30)
7+
8+
### Bug Fixes
9+
10+
- don't ship generated code with the library ([#819](https://github.com/callstack/react-native-builder-bob/issues/819)) ([d369d18](https://github.com/callstack/react-native-builder-bob/commit/d369d18ed67edcc66cb8da67266e769be3ad271d)) - by @satya164
11+
- fix typo in podspec ([8ed72ef](https://github.com/callstack/react-native-builder-bob/commit/8ed72efd555db2405a78c5b6ca746c18443ac18b)) - by @satya164
12+
- install nitro modules dependency automatically for local modules ([#828](https://github.com/callstack/react-native-builder-bob/issues/828)) ([9ffb17c](https://github.com/callstack/react-native-builder-bob/commit/9ffb17cb038e9f276d19b87b649e0ec3a6a82e6b)) - by @atlj
13+
- migrate to babel-plugin-syntax-hermes-parser ([#822](https://github.com/callstack/react-native-builder-bob/issues/822)) ([a797db3](https://github.com/callstack/react-native-builder-bob/commit/a797db31ff02072e1f4ecf722b11872113d9d190)), closes [/github.com/facebook/react-native/issues/50683#issuecomment-2804970384](https://github.com//github.com/facebook/react-native/issues/50683/issues/issuecomment-2804970384) - by @huntie
14+
- move Gemfile to the root ([bc1b53e](https://github.com/callstack/react-native-builder-bob/commit/bc1b53e789eda7864b25ea5a4329425a88a84e13)) - by @satya164
15+
- use react native babel config for node_modules ([#823](https://github.com/callstack/react-native-builder-bob/issues/823)) ([a260218](https://github.com/callstack/react-native-builder-bob/commit/a260218a99443cac14106fff76321f32fbde32c7)), closes [#747](https://github.com/callstack/react-native-builder-bob/issues/747) - by @satya164
16+
617
## [0.49.8](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.49.8) (2025-04-11)
718

819
### Bug Fixes
920

10-
* pass source flag to codegen cli when possible ([#815](https://github.com/callstack/react-native-builder-bob/issues/815)) ([7724e47](https://github.com/callstack/react-native-builder-bob/commit/7724e474d0b92d08a3a7b2946946114339acc19e)) - by @atlj
21+
- pass source flag to codegen cli when possible ([#815](https://github.com/callstack/react-native-builder-bob/issues/815)) ([7724e47](https://github.com/callstack/react-native-builder-bob/commit/7724e474d0b92d08a3a7b2946946114339acc19e)) - by @atlj
1122

1223
## [0.49.7](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.49.7) (2025-04-09)
1324

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

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,18 @@
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.40.7](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.40.7) (2025-04-30)
7+
8+
### Bug Fixes
9+
10+
- fix schema for configFile option ([5bec132](https://github.com/callstack/react-native-builder-bob/commit/5bec132fe73fb56b1870c9d357f7af91c9546e79)) - by @
11+
- migrate to babel-plugin-syntax-hermes-parser ([#822](https://github.com/callstack/react-native-builder-bob/issues/822)) ([a797db3](https://github.com/callstack/react-native-builder-bob/commit/a797db31ff02072e1f4ecf722b11872113d9d190)), closes [/github.com/facebook/react-native/issues/50683#issuecomment-2804970384](https://github.com//github.com/facebook/react-native/issues/50683/issues/issuecomment-2804970384) - by @huntie
12+
613
## [0.40.6](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.40.6) (2025-04-11)
714

815
### Bug Fixes
916

10-
* pass source flag to codegen cli when possible ([#815](https://github.com/callstack/react-native-builder-bob/issues/815)) ([7724e47](https://github.com/callstack/react-native-builder-bob/commit/7724e474d0b92d08a3a7b2946946114339acc19e)) - by @atlj
17+
- pass source flag to codegen cli when possible ([#815](https://github.com/callstack/react-native-builder-bob/issues/815)) ([7724e47](https://github.com/callstack/react-native-builder-bob/commit/7724e474d0b92d08a3a7b2946946114339acc19e)) - by @atlj
1118

1219
## [0.40.5](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.40.5) (2025-04-09)
1320

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

0 commit comments

Comments
 (0)