Skip to content

Commit 999c72a

Browse files
committed
chore: publish
- [email protected]
1 parent a34d80f commit 999c72a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

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

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.45.4](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.45.4) (2024-12-08)
7+
8+
### Bug Fixes
9+
10+
- don't crash if resolving version fails ([a403f14](https://github.com/callstack/react-native-builder-bob/commit/a403f149d2c578b5dcf524951f29b2aa0baa9619)) - by @satya164
11+
- validate arguments correctly ([#724](https://github.com/callstack/react-native-builder-bob/issues/724)) ([a34d80f](https://github.com/callstack/react-native-builder-bob/commit/a34d80fcf76aff1e3797f1ca1fd586fce7900731)) - by @satya164
12+
613
## [0.45.3](https://github.com/callstack/react-native-builder-bob/compare/[email protected]@0.45.3) (2024-12-06)
714

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

0 commit comments

Comments
 (0)