Skip to content

Commit be426bb

Browse files
committed
1 parent 3a67f50 commit be426bb

File tree

6 files changed

+32
-3
lines changed

6 files changed

+32
-3
lines changed

docs/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.1.2](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.1.2) (2024-07-26)
7+
8+
### Bug Fixes
9+
10+
- always create package.json with type regardless of esm option ([#598](https://github.com/callstack/react-native-builder-bob/issues/598)) ([5b45554](https://github.com/callstack/react-native-builder-bob/commit/5b455542fec82fa9edfb41c0da0ddceb4e72c485)) - by @satya164
11+
612
## [0.1.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.1.1) (2024-07-11)
713

814
### Bug Fixes

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"description": "Documentation for react-native-builder-bob",
66
"scripts": {

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.39.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.39.0) (2024-07-26)
7+
8+
### Bug Fixes
9+
10+
- prefetch bob version in advance to reduce timeouts ([3a67f50](https://github.com/callstack/react-native-builder-bob/commit/3a67f50e29fee3352a7f83943e1384a37e5b9122)) - by @satya164
11+
- sort dependencies in example package.json ([6bcb6c8](https://github.com/callstack/react-native-builder-bob/commit/6bcb6c86ce3fe77cda644aeb9de99023473caeef)) - by @satya164
12+
13+
### Features
14+
15+
- export babel and metro configs to reduce boilerplate ([#600](https://github.com/callstack/react-native-builder-bob/issues/600)) ([d6cb1ce](https://github.com/callstack/react-native-builder-bob/commit/d6cb1ce6c9ea15fe0c1e5623c84370bffb25878f)) - by @satya164
16+
- use the bob preset for the library during dev ([#599](https://github.com/callstack/react-native-builder-bob/issues/599)) ([3a4e724](https://github.com/callstack/react-native-builder-bob/commit/3a4e7240e9cabcdf76f45724485dbffa79daa011)) - by @satya164
17+
618
## [0.38.4](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.38.4) (2024-07-23)
719

820
### Bug Fixes

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

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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.28.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.28.0) (2024-07-26)
7+
8+
### Bug Fixes
9+
10+
- always create package.json with type regardless of esm option ([#598](https://github.com/callstack/react-native-builder-bob/issues/598)) ([5b45554](https://github.com/callstack/react-native-builder-bob/commit/5b455542fec82fa9edfb41c0da0ddceb4e72c485)) - by @satya164
11+
12+
### Features
13+
14+
- export babel and metro configs to reduce boilerplate ([#600](https://github.com/callstack/react-native-builder-bob/issues/600)) ([d6cb1ce](https://github.com/callstack/react-native-builder-bob/commit/d6cb1ce6c9ea15fe0c1e5623c84370bffb25878f)) - by @satya164
15+
- use the bob preset for the library during dev ([#599](https://github.com/callstack/react-native-builder-bob/issues/599)) ([3a4e724](https://github.com/callstack/react-native-builder-bob/commit/3a4e7240e9cabcdf76f45724485dbffa79daa011)) - by @satya164
16+
617
# [0.27.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.27.0) (2024-07-23)
718

819
### Features

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

0 commit comments

Comments
 (0)