Skip to content

Commit

Permalink
release!: fix release version change type resolution
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
mikehardy committed Oct 19, 2022
1 parent 501582b commit 6fcb946
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

1 comment on commit 6fcb946

@vercel
Copy link

@vercel vercel bot commented on 6fcb946 Oct 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.