From c233fed21e9a67e20207eedb84c85e9e2c0f985c Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Fri, 24 Nov 2023 13:48:50 +0100 Subject: [PATCH] chore: publish - docs@0.0.4 - create-react-native-library@0.34.3 - react-native-builder-bob@0.23.2 --- docs/CHANGELOG.md | 4 ++++ docs/package.json | 2 +- packages/create-react-native-library/CHANGELOG.md | 7 +++++++ packages/create-react-native-library/package.json | 2 +- packages/react-native-builder-bob/CHANGELOG.md | 4 ++++ packages/react-native-builder-bob/package.json | 2 +- 6 files changed, 18 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index ca425b0a1..7228d254a 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.0.4](https://github.com/callstack/react-native-builder-bob/compare/docs@0.0.3...docs@0.0.4) (2023-11-24) + +**Note:** Version bump only for package docs + ## [0.0.3](https://github.com/callstack/react-native-builder-bob/compare/docs@0.0.2...docs@0.0.3) (2023-10-19) **Note:** Version bump only for package docs diff --git a/docs/package.json b/docs/package.json index c396b8988..50c726837 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.0.3", + "version": "0.0.4", "private": true, "description": "Documentation for react-native-builder-bob", "scripts": { diff --git a/packages/create-react-native-library/CHANGELOG.md b/packages/create-react-native-library/CHANGELOG.md index 77e2a06c0..74fc56796 100644 --- a/packages/create-react-native-library/CHANGELOG.md +++ b/packages/create-react-native-library/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.34.3](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.34.2...create-react-native-library@0.34.3) (2023-11-24) + +### Bug Fixes + +- adjust lefthook config ([62b7e77](https://github.com/callstack/react-native-builder-bob/commit/62b7e77c43a99c32c27266921355765a1e33c42b)) - by @satya164 +- remove unused cmake abiFilters ([#486](https://github.com/callstack/react-native-builder-bob/issues/486)) ([7582485](https://github.com/callstack/react-native-builder-bob/commit/75824857f52ccad094831bea55fd72a007b829df)) - by @Sunbreak + ## [0.34.2](https://github.com/callstack/react-native-builder-bob/compare/create-react-native-library@0.34.1...create-react-native-library@0.34.2) (2023-10-19) **Note:** Version bump only for package create-react-native-library diff --git a/packages/create-react-native-library/package.json b/packages/create-react-native-library/package.json index a436f3288..b5d706558 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.34.2", + "version": "0.34.3", "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 298dc8f5f..9e0ec770c 100644 --- a/packages/react-native-builder-bob/CHANGELOG.md +++ b/packages/react-native-builder-bob/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.23.2](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.23.1...react-native-builder-bob@0.23.2) (2023-11-24) + +**Note:** Version bump only for package react-native-builder-bob + ## [0.23.1](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.23.0...react-native-builder-bob@0.23.1) (2023-10-04) ### Bug Fixes diff --git a/packages/react-native-builder-bob/package.json b/packages/react-native-builder-bob/package.json index 70d3a83e2..9f4d1c5dd 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.23.1", + "version": "0.23.2", "description": "CLI to build JavaScript files for React Native libraries", "keywords": [ "react-native",