Skip to content

Commit 51fc83e

Browse files
committed
1 parent 0d1b2a9 commit 51fc83e

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

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

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.34.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.34.0) (2023-09-30)
7+
8+
### Bug Fixes
9+
10+
* don't initialize git repo if we're already under a git repo ([2c1c4e7](https://github.com/callstack/react-native-builder-bob/commit/2c1c4e7cacd924ed8d0394c3644ccdc397a0efd5)) - by @satya164
11+
12+
### Features
13+
14+
* add ability to generate a local library ([#469](https://github.com/callstack/react-native-builder-bob/issues/469)) ([bf94f69](https://github.com/callstack/react-native-builder-bob/commit/bf94f692e972968877f0f400e144fb680044b277)) - by @satya164
15+
616
# [0.33.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.33.0) (2023-09-22)
717

818
### Features

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

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

+6
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.23.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.23.0) (2023-09-30)
7+
8+
### Features
9+
10+
* add ability to generate a local library ([#469](https://github.com/callstack/react-native-builder-bob/issues/469)) ([bf94f69](https://github.com/callstack/react-native-builder-bob/commit/bf94f692e972968877f0f400e144fb680044b277)) - by @satya164
11+
612
# [0.22.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.22.0) (2023-09-15)
713

814
### Bug Fixes

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

0 commit comments

Comments
 (0)