Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Nov 3, 2022
1 parent 48b4b70 commit 805bcb8
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 2 deletions.
23 changes: 23 additions & 0 deletions packages/create-react-native-library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,29 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.26.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.26.0) (2022-11-03)


### Bug Fixes

* don't hardcode mixed template to run with new architecture ([c397b8b](https://github.com/callstack/react-native-builder-bob/commit/c397b8bb38f6d1d05d95c5ae76079f11d1f1d391))
* fix package folder names ([2436293](https://github.com/callstack/react-native-builder-bob/commit/2436293b75a14c944d9f5a57529b1a4760edc246))
* mention CONTRIBUTING.md after generating the project ([36c1367](https://github.com/callstack/react-native-builder-bob/commit/36c1367194bc9cd5dea4098fa10bf2cd17adfe26))
* mention Java & Swift in CONTRIBUTING.md ([9ec8f64](https://github.com/callstack/react-native-builder-bob/commit/9ec8f64b378e81a07f72e3add57fe9e135f412a6))
* update codegenConfig to the new format ([1212367](https://github.com/callstack/react-native-builder-bob/commit/1212367bad68d59a0c559f2add667d7e18526230))


### Features

* add an option to specify react native version ([5f2a183](https://github.com/callstack/react-native-builder-bob/commit/5f2a18315fd711c3f917d33dc5e0d4fba30b83d1))
* add fabric template ([#273](https://github.com/callstack/react-native-builder-bob/issues/273)) ([c43878f](https://github.com/callstack/react-native-builder-bob/commit/c43878f3410c111bbacaff82fb03e1a6aa5a5b61))
* preserve casing and package namespace ([4993bc9](https://github.com/callstack/react-native-builder-bob/commit/4993bc9d200ea235456214f565184d9fd6dcf95f)), closes [#250](https://github.com/callstack/react-native-builder-bob/issues/250)
* support cpp language with turbo modules ([1b1b68b](https://github.com/callstack/react-native-builder-bob/commit/1b1b68b3dfff77f99caeea8dc0eca2086fc0c6e8))





# [0.25.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.25.0) (2022-10-21)


Expand Down
2 changes: 1 addition & 1 deletion packages/create-react-native-library/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-react-native-library",
"version": "0.25.0",
"version": "0.26.0",
"description": "CLI to scaffold React Native libraries",
"keywords": [
"react-native",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-native-builder-bob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.20.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.20.1) (2022-11-03)

**Note:** Version bump only for package react-native-builder-bob





# [0.20.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.20.0) (2022-10-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-builder-bob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-builder-bob",
"version": "0.20.0",
"version": "0.20.1",
"description": "CLI to build JavaScript files for React Native libraries",
"keywords": [
"react-native",
Expand Down

0 comments on commit 805bcb8

Please sign in to comment.