Skip to content

Commit

Permalink
chore: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
atlj committed Jan 28, 2025
1 parent f22203e commit f06514d
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 2 deletions.
12 changes: 12 additions & 0 deletions packages/create-react-native-library/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.47.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.47.0) (2025-01-28)

### Bug Fixes

* build architectures needed only for cpp projects ([#753](https://github.com/callstack/react-native-builder-bob/issues/753)) ([9509158](https://github.com/callstack/react-native-builder-bob/commit/95091588167d0d4ffd04363030945c654ec60d30)) - by @okwasniewski
* codegen generated headers are public on ios ([#737](https://github.com/callstack/react-native-builder-bob/issues/737)) ([5a68aa7](https://github.com/callstack/react-native-builder-bob/commit/5a68aa7507254704b762f01475d5306ddf2aaec6)), closes [#690](https://github.com/callstack/react-native-builder-bob/issues/690) - by @atlj

### Features

* **android:** upgrade SDK versions and build tools ([#742](https://github.com/callstack/react-native-builder-bob/issues/742)) ([388ad09](https://github.com/callstack/react-native-builder-bob/commit/388ad09ed748fc00c278ade6402fb7e62fa2be64)) - by @szymonrybczak
* update gh actions in template from `v3` to `v4` ([#748](https://github.com/callstack/react-native-builder-bob/issues/748)) ([64a469c](https://github.com/callstack/react-native-builder-bob/commit/64a469c55b3944284d8caa505a8b5e3f3e3a8bfe)) - by @krozniata

# [0.46.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.46.0) (2025-01-28)

### Bug Fixes
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.46.0",
"version": "0.47.0",
"description": "CLI to scaffold React Native libraries",
"keywords": [
"react-native",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-native-builder-bob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [0.36.0](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.36.0) (2025-01-28)

### Bug Fixes

* bob codegen deletes view specs when codegen type is all ([#736](https://github.com/callstack/react-native-builder-bob/issues/736)) ([7f5fbc7](https://github.com/callstack/react-native-builder-bob/commit/7f5fbc7a8ac8c68fedc2e62cff91b2696d74b635)), closes [#728](https://github.com/callstack/react-native-builder-bob/issues/728) - by @atlj

### Features

* update gh actions in template from `v3` to `v4` ([#748](https://github.com/callstack/react-native-builder-bob/issues/748)) ([64a469c](https://github.com/callstack/react-native-builder-bob/commit/64a469c55b3944284d8caa505a8b5e3f3e3a8bfe)) - by @krozniata

## [0.35.3](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.35.3) (2025-01-28)

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

0 comments on commit f06514d

Please sign in to comment.