Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 committed Sep 8, 2024
1 parent b7a08cd commit 9e9e1fb
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
8 changes: 7 additions & 1 deletion packages/create-react-native-library/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.41.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.41.1) (2024-09-08)

### Bug Fixes

- creating library with react-native-test-app example ([#622](https://github.com/callstack/react-native-builder-bob/issues/622)) ([25f9556](https://github.com/callstack/react-native-builder-bob/commit/25f955688fa08d1688d47ab66056e87740a9ae19)) - by @szymonrybczak

# [0.41.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.41.0) (2024-08-16)

### Features

* ship codegen-generated specs ([#566](https://github.com/callstack/react-native-builder-bob/issues/566)) ([a90142f](https://github.com/callstack/react-native-builder-bob/commit/a90142f471d3c39bd5f9a98c17a64ff23be9b8af)) - by @atlj
- ship codegen-generated specs ([#566](https://github.com/callstack/react-native-builder-bob/issues/566)) ([a90142f](https://github.com/callstack/react-native-builder-bob/commit/a90142f471d3c39bd5f9a98c17a64ff23be9b8af)) - by @atlj

# [0.40.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.40.0) (2024-08-01)

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.41.0",
"version": "0.41.1",
"description": "CLI to scaffold React Native libraries",
"keywords": [
"react-native",
Expand Down
8 changes: 7 additions & 1 deletion packages/react-native-builder-bob/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.30.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.30.1) (2024-09-08)

### Bug Fixes

- treat ESM syntax code as CommonJS if esm is not enabled ([b7a08cd](https://github.com/callstack/react-native-builder-bob/commit/b7a08cdd29e796739708f531239eba719f5c8e26)), closes [#621](https://github.com/callstack/react-native-builder-bob/issues/621) [#625](https://github.com/callstack/react-native-builder-bob/issues/625) - by @satya164

# [0.30.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.30.0) (2024-08-16)

### Features

* ship codegen-generated specs ([#566](https://github.com/callstack/react-native-builder-bob/issues/566)) ([a90142f](https://github.com/callstack/react-native-builder-bob/commit/a90142f471d3c39bd5f9a98c17a64ff23be9b8af)) - by @atlj
- ship codegen-generated specs ([#566](https://github.com/callstack/react-native-builder-bob/issues/566)) ([a90142f](https://github.com/callstack/react-native-builder-bob/commit/a90142f471d3c39bd5f9a98c17a64ff23be9b8af)) - by @atlj

## [0.29.1](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.29.1) (2024-08-12)

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

0 comments on commit 9e9e1fb

Please sign in to comment.