Skip to content

Commit 0bacd58

Browse files
committed
1 parent d17ce35 commit 0bacd58

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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.46.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.46.0) (2025-01-28)
7+
8+
### Bug Fixes
9+
10+
* js-only libraries have codegen config ([#758](https://github.com/callstack/react-native-builder-bob/issues/758)) ([d17ce35](https://github.com/callstack/react-native-builder-bob/commit/d17ce35fab6361f6ef8a6540929f75badb39af92)), closes [#754](https://github.com/callstack/react-native-builder-bob/issues/754) - by @atlj
11+
* remove deprecated hasConstants parameter ([#729](https://github.com/callstack/react-native-builder-bob/issues/729)) ([4bb5d9d](https://github.com/callstack/react-native-builder-bob/commit/4bb5d9dc31e8a6d016de1ba20860ab3ff5fb6a6b)), closes [/github.com/facebook/react-native/blob/5c789c3d3a91f4e4ee06e97cdeec7dcb64a5cf44/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/module/model/ReactModuleInfo.kt#L25](https://github.com//github.com/facebook/react-native/blob/5c789c3d3a91f4e4ee06e97cdeec7dcb64a5cf44/packages/react-native/ReactAndroid/src/main/java/com/facebook/react/module/model/ReactModuleInfo.kt/issues/L25) - by @satya164
12+
13+
### Features
14+
15+
* add issue templates ([#696](https://github.com/callstack/react-native-builder-bob/issues/696)) ([4c046a2](https://github.com/callstack/react-native-builder-bob/commit/4c046a227061e67c256d5af33e5be4fc13d84433)) - by @okwasniewski
16+
617
## [0.45.5](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.45.5) (2024-12-09)
718

819
### Bug Fixes

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

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.35.3](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.35.3) (2025-01-28)
7+
8+
### Bug Fixes
9+
10+
* don't crash if codegenConfig is not defined in package.json ([#716](https://github.com/callstack/react-native-builder-bob/issues/716)) ([3f537f1](https://github.com/callstack/react-native-builder-bob/commit/3f537f1daf4cf01269ea00e665ed4dd0be550e27)) - by @riteshshukla04
11+
* ios example app has duplicated symbols due to codegen ([#757](https://github.com/callstack/react-native-builder-bob/issues/757)) ([c1b508a](https://github.com/callstack/react-native-builder-bob/commit/c1b508a8fdc65775076e376568443a0bdef675c6)), closes [#755](https://github.com/callstack/react-native-builder-bob/issues/755) - by @atlj
12+
613
## [0.35.2](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.35.2) (2024-12-06)
714

815
### Bug Fixes

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

0 commit comments

Comments
 (0)