Skip to content

Commit 9e9e1fb

Browse files
committed
1 parent b7a08cd commit 9e9e1fb

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

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

Lines changed: 7 additions & 1 deletion
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.41.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.41.1) (2024-09-08)
7+
8+
### Bug Fixes
9+
10+
- creating library with react-native-test-app example ([#622](https://github.com/callstack/react-native-builder-bob/issues/622)) ([25f9556](https://github.com/callstack/react-native-builder-bob/commit/25f955688fa08d1688d47ab66056e87740a9ae19)) - by @szymonrybczak
11+
612
# [0.41.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.41.0) (2024-08-16)
713

814
### Features
915

10-
* ship codegen-generated specs ([#566](https://github.com/callstack/react-native-builder-bob/issues/566)) ([a90142f](https://github.com/callstack/react-native-builder-bob/commit/a90142f471d3c39bd5f9a98c17a64ff23be9b8af)) - by @atlj
16+
- ship codegen-generated specs ([#566](https://github.com/callstack/react-native-builder-bob/issues/566)) ([a90142f](https://github.com/callstack/react-native-builder-bob/commit/a90142f471d3c39bd5f9a98c17a64ff23be9b8af)) - by @atlj
1117

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

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

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

Lines changed: 7 additions & 1 deletion
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.30.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.30.1) (2024-09-08)
7+
8+
### Bug Fixes
9+
10+
- treat ESM syntax code as CommonJS if esm is not enabled ([b7a08cd](https://github.com/callstack/react-native-builder-bob/commit/b7a08cdd29e796739708f531239eba719f5c8e26)), closes [#621](https://github.com/callstack/react-native-builder-bob/issues/621) [#625](https://github.com/callstack/react-native-builder-bob/issues/625) - by @satya164
11+
612
# [0.30.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.30.0) (2024-08-16)
713

814
### Features
915

10-
* ship codegen-generated specs ([#566](https://github.com/callstack/react-native-builder-bob/issues/566)) ([a90142f](https://github.com/callstack/react-native-builder-bob/commit/a90142f471d3c39bd5f9a98c17a64ff23be9b8af)) - by @atlj
16+
- ship codegen-generated specs ([#566](https://github.com/callstack/react-native-builder-bob/issues/566)) ([a90142f](https://github.com/callstack/react-native-builder-bob/commit/a90142f471d3c39bd5f9a98c17a64ff23be9b8af)) - by @atlj
1117

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

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

0 commit comments

Comments
 (0)