From 6fcb946f7e7bbc3e7ad6605d48ce3d11f1184c70 Mon Sep 17 00:00:00 2001 From: Mike Hardy Date: Wed, 19 Oct 2022 08:28:46 -0500 Subject: [PATCH] release!: fix release version change type resolution Note this is the v16.0.0 breaking change release that v15.7.1 *should* have been, it is identical to 15.7.1 except for the release configuration / changelogs BREAKING CHANGES: deployment target minimums now iOS 11 / macOS 10.13 - storage reference getDownloadURL fails on iOS against firebase emulator (upstream issue) --- lerna.json | 4 ++++ packages/app/CHANGELOG.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lerna.json b/lerna.json index ddefd9d318..ad7b6488c9 100644 --- a/lerna.json +++ b/lerna.json @@ -11,6 +11,10 @@ "message": "chore(release): release packages" } }, + "changelogPreset": { + "name": "conventionalcommits", + "issueUrlFormat": "{{host}}/{{owner}}/{{repository}}/issues/{{id}}" + }, "ignoreChanges": ["**/docs/**", "**/.github/**", "**/e2e/**", "**/tests/**"], "version": "15.7.1" } diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 40816d7ad1..f7083eba6d 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -5,7 +5,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [15.7.1](https://github.com/invertase/react-native-firebase/compare/v15.7.0...v15.7.1) (2022-10-19) -**Note:** Version bump only for package @react-native-firebase/app +**Note:** Inadvertent breaking change. iOS minimum deploy target bumped to 11, macOS to 10.13 # [15.7.0](https://github.com/invertase/react-native-firebase/compare/v15.6.0...v15.7.0) (2022-10-01)