Skip to content

Commit 2d5b583

Browse files
committed
1 parent 1f0b00d commit 2d5b583

File tree

4 files changed

+13
-2
lines changed

4 files changed

+13
-2
lines changed

docs/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.0.5](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.0.5) (2024-02-16)
7+
8+
**Note:** Version bump only for package docs
9+
610
## [0.0.4](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.0.4) (2023-11-24)
711

812
**Note:** Version bump only for package docs

docs/package.json

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

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

+7
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.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.35.1) (2024-02-16)
7+
8+
### Bug Fixes
9+
10+
- jsi no template error ([#516](https://github.com/callstack/react-native-builder-bob/issues/516)) ([836d1a9](https://github.com/callstack/react-native-builder-bob/commit/836d1a9da4f5c7897a184f7361bd64b18161a64d)), closes [/github.com/facebook/react-native/blob/main/packages/react-native/ReactCommon/jsi/jsi/jsi.h#L1122](https://github.com//github.com/facebook/react-native/blob/main/packages/react-native/ReactCommon/jsi/jsi/jsi.h/issues/L1122) [/github.com/facebook/react-native/blob/main/packages/react-native/ReactCommon/jsi/jsi/CMakeLists.txt#L6](https://github.com//github.com/facebook/react-native/blob/main/packages/react-native/ReactCommon/jsi/jsi/CMakeLists.txt/issues/L6) - by @dcangulo
11+
- remove engines from the generated library ([29d446b](https://github.com/callstack/react-native-builder-bob/commit/29d446b5a62afdb527f439a4cc34b2751b2928de)) - by @satya164
12+
613
# [0.35.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.35.0) (2023-12-06)
714

815
### Bug Fixes

packages/create-react-native-library/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-react-native-library",
3-
"version": "0.35.0",
3+
"version": "0.35.1",
44
"description": "CLI to scaffold React Native libraries",
55
"keywords": [
66
"react-native",

0 commit comments

Comments
 (0)