From a37a86db58af63a4024a60ba261b7bc5179eb05e Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Wed, 28 Jun 2023 13:19:25 +0200 Subject: [PATCH] chore: publish - create-react-native-library@0.29.0 - react-native-builder-bob@0.21.0 --- packages/create-react-native-library/CHANGELOG.md | 14 ++++++++++++++ packages/create-react-native-library/package.json | 2 +- packages/react-native-builder-bob/CHANGELOG.md | 10 ++++++++++ packages/react-native-builder-bob/package.json | 2 +- 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/packages/create-react-native-library/CHANGELOG.md b/packages/create-react-native-library/CHANGELOG.md index 83242470d..5d72880c9 100644 --- a/packages/create-react-native-library/CHANGELOG.md +++ b/packages/create-react-native-library/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.29.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.28.0...create-react-native-library@0.29.0) (2023-06-28) + +### Bug Fixes + +* android build.gradle typo ([#364](https://github.com/callstack/react-native-builder-bob/issues/364)) ([6582785](https://github.com/callstack/react-native-builder-bob/commit/658278527d7fb121010bb83d6413e9241c990763)) - by @Sunbreak +* don't skip install on ci if package.json files changed ([4f47b38](https://github.com/callstack/react-native-builder-bob/commit/4f47b38d762d385b46a2d49f4eeedc169f9f3c27)) - by @satya164 +* Error when creating a package. Error in step `Copying template` … ([#383](https://github.com/callstack/react-native-builder-bob/issues/383)) ([74a70bf](https://github.com/callstack/react-native-builder-bob/commit/74a70bf9ad5705be98ac425022804ba75967626c)), closes [#382](https://github.com/callstack/react-native-builder-bob/issues/382) [#382](https://github.com/callstack/react-native-builder-bob/issues/382) [#382](https://github.com/callstack/react-native-builder-bob/issues/382) - by @dvlkv +* fix package description not being used. closes [#396](https://github.com/callstack/react-native-builder-bob/issues/396) ([47d1370](https://github.com/callstack/react-native-builder-bob/commit/47d1370cf901913fbe4518c7004d170080440b23)) - by @satya164 +* typescript 5 compatibility ([#374](https://github.com/callstack/react-native-builder-bob/issues/374)) ([e369644](https://github.com/callstack/react-native-builder-bob/commit/e3696441357ba199557db0289b970e018ca3c5de)), closes [#373](https://github.com/callstack/react-native-builder-bob/issues/373) - by @dcangulo + +### Features + +* add C files linking to .podspec file template ([#377](https://github.com/callstack/react-native-builder-bob/issues/377)) ([62a762a](https://github.com/callstack/react-native-builder-bob/commit/62a762ad49f29a020a6bd20c3b43da645f9ea466)) - by @krozniata + # [0.28.0](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.27.3...create-react-native-library@0.28.0) (2023-02-26) ### Bug Fixes diff --git a/packages/create-react-native-library/package.json b/packages/create-react-native-library/package.json index 34506a078..5486e3adb 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.28.0", + "version": "0.29.0", "description": "CLI to scaffold React Native libraries", "keywords": [ "react-native", diff --git a/packages/react-native-builder-bob/CHANGELOG.md b/packages/react-native-builder-bob/CHANGELOG.md index d3fdef99a..b076b7987 100644 --- a/packages/react-native-builder-bob/CHANGELOG.md +++ b/packages/react-native-builder-bob/CHANGELOG.md @@ -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.21.0](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.20.4...react-native-builder-bob@0.21.0) (2023-06-28) + +### Bug Fixes + +* typescript 5 compatibility ([#374](https://github.com/callstack/react-native-builder-bob/issues/374)) ([e369644](https://github.com/callstack/react-native-builder-bob/commit/e3696441357ba199557db0289b970e018ca3c5de)), closes [#373](https://github.com/callstack/react-native-builder-bob/issues/373) - by @dcangulo + +### Features + +* verify that the package.json fields point to correct path ([#401](https://github.com/callstack/react-native-builder-bob/issues/401)) ([49ef758](https://github.com/callstack/react-native-builder-bob/commit/49ef7585c7ca77f28a85b033dc4193df08a748f0)) - by @satya164 + ## [0.20.4](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.20.3...react-native-builder-bob@0.20.4) (2023-02-26) ### Bug Fixes diff --git a/packages/react-native-builder-bob/package.json b/packages/react-native-builder-bob/package.json index 59b79c807..4ee0f1c47 100644 --- a/packages/react-native-builder-bob/package.json +++ b/packages/react-native-builder-bob/package.json @@ -1,6 +1,6 @@ { "name": "react-native-builder-bob", - "version": "0.20.4", + "version": "0.21.0", "description": "CLI to build JavaScript files for React Native libraries", "keywords": [ "react-native",