Skip to content

Commit c113f40

Browse files
committed
chore: publish
- docs@0.0.6 - create-react-native-library@0.37.0 - react-native-builder-bob@0.24.0
1 parent a7566b3 commit c113f40

File tree

6 files changed

+29
-3
lines changed

6 files changed

+29
-3
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.6](https://github.com/callstack/react-native-builder-bob/compare/docs@0.0.5...docs@0.0.6) (2024-07-03)
7+
8+
**Note:** Version bump only for package docs
9+
610
## [0.0.5](https://github.com/callstack/react-native-builder-bob/compare/docs@0.0.4...docs@0.0.5) (2024-02-16)
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.5",
3+
"version": "0.0.6",
44
"private": true,
55
"description": "Documentation for react-native-builder-bob",
66
"scripts": {

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

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
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.37.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.36.0...create-react-native-library@0.37.0) (2024-07-03)
7+
8+
### Bug Fixes
9+
10+
- disable jetifier for generated native examples ([#563](https://github.com/callstack/react-native-builder-bob/issues/563)) ([3676c71](https://github.com/callstack/react-native-builder-bob/commit/3676c715c7f3aa809aa969657305ac915e5f4cbf)) - by @atlj
11+
- don't ask about defaults if language or type is passed ([567aaaf](https://github.com/callstack/react-native-builder-bob/commit/567aaafe5070726fda6e8dd5d4a7f2ea6b8398a7)) - by @satya164
12+
- use the corresponding react-native init version ([#581](https://github.com/callstack/react-native-builder-bob/issues/581)) ([1ff7d0c](https://github.com/callstack/react-native-builder-bob/commit/1ff7d0cf559f3eae118c0f6dc0d4533422d515f7)), closes [#580](https://github.com/callstack/react-native-builder-bob/issues/580) - by @TatianaKapos
13+
14+
### Features
15+
16+
- ask to use recommended template ([#564](https://github.com/callstack/react-native-builder-bob/issues/564)) ([71f3874](https://github.com/callstack/react-native-builder-bob/commit/71f3874bd5cfbe0560c444054f09c7f4babbeb81)) - by @atlj
17+
- **crnl:** store metadata with new projects ([#551](https://github.com/callstack/react-native-builder-bob/issues/551)) ([cb8f969](https://github.com/callstack/react-native-builder-bob/commit/cb8f96997ecfea4c0923b4e6a055cc7d0e300696)) - by @atlj
18+
- merge view+module native templates ([#562](https://github.com/callstack/react-native-builder-bob/issues/562)) ([a75cf32](https://github.com/callstack/react-native-builder-bob/commit/a75cf32890804bcfc20819df4fdfe5bd4fafb7f2)) - by @atlj
19+
- use metro for web bundling in js library template ([#574](https://github.com/callstack/react-native-builder-bob/issues/574)) ([6422571](https://github.com/callstack/react-native-builder-bob/commit/64225716553181a84a3da129c01a572ef4e05a06)) - by @satya164
20+
621
# [0.36.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.35.1...create-react-native-library@0.36.0) (2024-05-29)
722

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

packages/react-native-builder-bob/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.24.0](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.23.2...react-native-builder-bob@0.24.0) (2024-07-03)
7+
8+
### Features
9+
10+
- add a babel-plugin to add extensions to imports and handle aliases ([#576](https://github.com/callstack/react-native-builder-bob/issues/576)) ([923435b](https://github.com/callstack/react-native-builder-bob/commit/923435b0c8bd4cf08e6f76952a7c77e2f466d5c9)) - by @satya164
11+
- expose the babel preset at react-native-builder-bob/babel-preset ([48129ea](https://github.com/callstack/react-native-builder-bob/commit/48129ea52c3c2999f409f0e874c7294b30d66bd4)) - by @satya164
12+
613
## [0.23.2](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.23.1...react-native-builder-bob@0.23.2) (2023-11-24)
714

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

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

0 commit comments

Comments
 (0)