From a0ca7d2626d730080fb7f5b6f9291244b0cd711d Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Mon, 9 Dec 2024 16:41:26 +0100 Subject: [PATCH] chore: publish - create-react-native-library@0.45.5 --- packages/create-react-native-library/CHANGELOG.md | 9 +++++++++ packages/create-react-native-library/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/create-react-native-library/CHANGELOG.md b/packages/create-react-native-library/CHANGELOG.md index 4fa53975..27340671 100644 --- a/packages/create-react-native-library/CHANGELOG.md +++ b/packages/create-react-native-library/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.45.5](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.45.3...create-react-native-library@0.45.5) (2024-12-09) + +### Bug Fixes + +- don't crash if resolving version fails ([a403f14](https://github.com/callstack/react-native-builder-bob/commit/a403f149d2c578b5dcf524951f29b2aa0baa9619)) - by @satya164 +- don't create example app for local library ([4f64b22](https://github.com/callstack/react-native-builder-bob/commit/4f64b22d19fee8a28f4c6541b7413b6de14eba1a)) - by @satya164 +- improve example app descriptions ([b8c3293](https://github.com/callstack/react-native-builder-bob/commit/b8c32937b1a7dd98d6322c5b0377ad9fa2ed44d4)) - by @satya164 +- 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 + ## [0.45.4](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.45.3...create-react-native-library@0.45.4) (2024-12-08) ### Bug Fixes diff --git a/packages/create-react-native-library/package.json b/packages/create-react-native-library/package.json index 4e1d1237..16d5dda4 100644 --- a/packages/create-react-native-library/package.json +++ b/packages/create-react-native-library/package.json @@ -1,6 +1,6 @@ { "name": "create-react-native-library", - "version": "0.45.4", + "version": "0.45.5", "description": "CLI to scaffold React Native libraries", "keywords": [ "react-native",