From 3780ba9b479ac1dd3b321b4c42e5c3e11aab11ae Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Thu, 4 Jul 2024 14:42:02 +0200 Subject: [PATCH] chore: publish - react-native-builder-bob@0.25.0-next.1 --- packages/react-native-builder-bob/CHANGELOG.md | 6 ++++++ packages/react-native-builder-bob/package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/packages/react-native-builder-bob/CHANGELOG.md b/packages/react-native-builder-bob/CHANGELOG.md index c7b0d2495..123c0a7e7 100644 --- a/packages/react-native-builder-bob/CHANGELOG.md +++ b/packages/react-native-builder-bob/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.25.0-next.1](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.25.0-next.0...react-native-builder-bob@0.25.0-next.1) (2024-07-04) + +### Bug Fixes + +- don't add extensions if .native.ts etc. exist ([135f681](https://github.com/callstack/react-native-builder-bob/commit/135f6812c3430bf46303703bc090081fe6a758f3)) - by @satya164 + # [0.25.0-next.0](https://github.com/callstack/react-native-builder-bob/compare/react-native-builder-bob@0.24.0...react-native-builder-bob@0.25.0-next.0) (2024-07-04) ### Features diff --git a/packages/react-native-builder-bob/package.json b/packages/react-native-builder-bob/package.json index 42b1c7240..7192e4987 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.25.0-next.0", + "version": "0.25.0-next.1", "description": "CLI to build JavaScript files for React Native libraries", "keywords": [ "react-native",