Skip to content

Commit c9af25b

Browse files
committed
1 parent 34af0d3 commit c9af25b

File tree

6 files changed

+31
-3
lines changed

6 files changed

+31
-3
lines changed

docs/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.6.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.6.0) (2025-03-29)
7+
8+
### Features
9+
10+
- update eslint to v9 ([#794](https://github.com/callstack/react-native-builder-bob/issues/794)) ([d056559](https://github.com/callstack/react-native-builder-bob/commit/d056559559ed09d77779d95cb323572971b1dc75)) - by @Serchinastico
11+
612
## [0.5.4](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.5.4) (2025-03-27)
713

814
**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.5.4",
3+
"version": "0.6.0",
44
"private": true,
55
"description": "Documentation for react-native-builder-bob",
66
"scripts": {

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.49.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.49.0) (2025-03-29)
7+
8+
### Bug Fixes
9+
10+
- minimize usage of process.exit(1) ([8f969b2](https://github.com/callstack/react-native-builder-bob/commit/8f969b2737db221d8689600f79bd83b84391d4f9)) - by @satya164
11+
12+
### Features
13+
14+
- update eslint to v9 ([#794](https://github.com/callstack/react-native-builder-bob/issues/794)) ([d056559](https://github.com/callstack/react-native-builder-bob/commit/d056559559ed09d77779d95cb323572971b1dc75)) - by @Serchinastico
15+
616
## [0.48.9](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.48.9) (2025-03-28)
717

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

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

+12
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) (2025-03-29)
7+
8+
### Bug Fixes
9+
10+
- fix typescript error message with missing tsconfig ([34af0d3](https://github.com/callstack/react-native-builder-bob/commit/34af0d3a9c135665197c0bd410266d9a52f58b9e)) - by @satya164
11+
- minimize usage of process.exit(1) ([8f969b2](https://github.com/callstack/react-native-builder-bob/commit/8f969b2737db221d8689600f79bd83b84391d4f9)) - by @satya164
12+
13+
### Features
14+
15+
- run tasks in parallel with workers ([#792](https://github.com/callstack/react-native-builder-bob/issues/792)) ([664525f](https://github.com/callstack/react-native-builder-bob/commit/664525f88ccfca23aff939ab6a8ceb25635f99b5)) - by @satya164
16+
- update eslint to v9 ([#794](https://github.com/callstack/react-native-builder-bob/issues/794)) ([d056559](https://github.com/callstack/react-native-builder-bob/commit/d056559559ed09d77779d95cb323572971b1dc75)) - by @Serchinastico
17+
618
## [0.38.4](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.38.4) (2025-03-27)
719

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

0 commit comments

Comments
 (0)