Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
 - docs@0.4.0
 - react-native-builder-bob@0.33.0
  • Loading branch information
satya164 committed Nov 21, 2024
1 parent f296a24 commit cac236d
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 7 deletions.
8 changes: 7 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.4.0](https://github.com/callstack/react-native-builder-bob/compare/docs@0.3.0...docs@0.4.0) (2024-11-21)

### Features

- allow to specify JSX Runtime for @babel/preset-react` ([#695](https://github.com/callstack/react-native-builder-bob/issues/695)) ([f296a24](https://github.com/callstack/react-native-builder-bob/commit/f296a249edc47bf06c6fc99eb303ab40e28c85be)), closes [#678](https://github.com/callstack/react-native-builder-bob/issues/678) - by @tjzel

# [0.3.0](https://github.com/callstack/react-native-builder-bob/compare/docs@0.2.1...docs@0.3.0) (2024-11-08)

### Features

* disable RNTA temporarily ([#658](https://github.com/callstack/react-native-builder-bob/issues/658)) ([aa400f6](https://github.com/callstack/react-native-builder-bob/commit/aa400f622d6953ff949bd749d7bc4c9af397f486)), closes [#637](https://github.com/callstack/react-native-builder-bob/issues/637) - by @atlj
- disable RNTA temporarily ([#658](https://github.com/callstack/react-native-builder-bob/issues/658)) ([aa400f6](https://github.com/callstack/react-native-builder-bob/commit/aa400f622d6953ff949bd749d7bc4c9af397f486)), closes [#637](https://github.com/callstack/react-native-builder-bob/issues/637) - by @atlj

## [0.2.1](https://github.com/callstack/react-native-builder-bob/compare/docs@0.2.0...docs@0.2.1) (2024-08-12)

Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.3.0",
"version": "0.4.0",
"private": true,
"description": "Documentation for react-native-builder-bob",
"scripts": {
Expand Down
14 changes: 10 additions & 4 deletions packages/react-native-builder-bob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,29 +3,35 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.33.0](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.32.1...react-native-builder-bob@0.33.0) (2024-11-21)

### Features

- allow to specify JSX Runtime for @babel/preset-react` ([#695](https://github.com/callstack/react-native-builder-bob/issues/695)) ([f296a24](https://github.com/callstack/react-native-builder-bob/commit/f296a249edc47bf06c6fc99eb303ab40e28c85be)), closes [#678](https://github.com/callstack/react-native-builder-bob/issues/678) - by @tjzel

## [0.32.1](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.32.0...react-native-builder-bob@0.32.1) (2024-11-17)

### Bug Fixes

* spawn CLI directly without using Node ([#689](https://github.com/callstack/react-native-builder-bob/issues/689)) ([a299f14](https://github.com/callstack/react-native-builder-bob/commit/a299f145a70f58a74b07c3643365aa7c11fdd356)) - by @gronxb
- spawn CLI directly without using Node ([#689](https://github.com/callstack/react-native-builder-bob/issues/689)) ([a299f14](https://github.com/callstack/react-native-builder-bob/commit/a299f145a70f58a74b07c3643365aa7c11fdd356)) - by @gronxb

# [0.32.0](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.31.0...react-native-builder-bob@0.32.0) (2024-11-15)

### Features

* use node to call codegen ([#685](https://github.com/callstack/react-native-builder-bob/issues/685)) ([55eec1c](https://github.com/callstack/react-native-builder-bob/commit/55eec1cf57c234abd6de7c40dcdbb7a6c25251e5)) - by @atlj
- use node to call codegen ([#685](https://github.com/callstack/react-native-builder-bob/issues/685)) ([55eec1c](https://github.com/callstack/react-native-builder-bob/commit/55eec1cf57c234abd6de7c40dcdbb7a6c25251e5)) - by @atlj

# [0.31.0](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.30.3...react-native-builder-bob@0.31.0) (2024-11-08)

### Features

* disable RNTA temporarily ([#658](https://github.com/callstack/react-native-builder-bob/issues/658)) ([aa400f6](https://github.com/callstack/react-native-builder-bob/commit/aa400f622d6953ff949bd749d7bc4c9af397f486)), closes [#637](https://github.com/callstack/react-native-builder-bob/issues/637) - by @atlj
- disable RNTA temporarily ([#658](https://github.com/callstack/react-native-builder-bob/issues/658)) ([aa400f6](https://github.com/callstack/react-native-builder-bob/commit/aa400f622d6953ff949bd749d7bc4c9af397f486)), closes [#637](https://github.com/callstack/react-native-builder-bob/issues/637) - by @atlj

## [0.30.3](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.30.2...react-native-builder-bob@0.30.3) (2024-10-26)

### Bug Fixes

* vanilla example codegen fails ([#665](https://github.com/callstack/react-native-builder-bob/issues/665)) ([a9546fb](https://github.com/callstack/react-native-builder-bob/commit/a9546fbf33b6cc96af64c553311d0ce02e9f9de3)), closes [#662](https://github.com/callstack/react-native-builder-bob/issues/662) - by @atlj
- vanilla example codegen fails ([#665](https://github.com/callstack/react-native-builder-bob/issues/665)) ([a9546fb](https://github.com/callstack/react-native-builder-bob/commit/a9546fbf33b6cc96af64c553311d0ce02e9f9de3)), closes [#662](https://github.com/callstack/react-native-builder-bob/issues/662) - by @atlj

## [0.30.2](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.30.1...react-native-builder-bob@0.30.2) (2024-09-08)

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.32.1",
"version": "0.33.0",
"description": "CLI to build JavaScript files for React Native libraries",
"keywords": [
"react-native",
Expand Down

0 comments on commit cac236d

Please sign in to comment.