Skip to content

Commit fe2bebe

Browse files
committed
chore(release): release packages
1 parent 6fcb946 commit fe2bebe

38 files changed

+204
-55
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [16.0.0](https://github.com/invertase/react-native-firebase/compare/v15.7.1...v16.0.0) (2022-10-19)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- fix release version change type resolution
11+
12+
### release
13+
14+
- fix release version change type resolution ([6fcb946](https://github.com/invertase/react-native-firebase/commit/6fcb946f7e7bbc3e7ad6605d48ce3d11f1184c70))
15+
616
## [15.7.1](https://github.com/invertase/react-native-firebase/compare/v15.7.0...v15.7.1) (2022-10-19)
717

818
**Note:** This version (15.7.1) was released in error, the contents of this release should have been versioned as 16.0.0 by our release process.

lerna.json

Lines changed: 63 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,69 @@
1313
},
1414
"changelogPreset": {
1515
"name": "conventionalcommits",
16-
"issueUrlFormat": "{{host}}/{{owner}}/{{repository}}/issues/{{id}}"
16+
"issueUrlFormat": "{{host}}/{{owner}}/{{repository}}/issues/{{id}}",
17+
"issuePrefixes": ["#"],
18+
"types": [
19+
{
20+
"type": "feat",
21+
"section": "Features"
22+
},
23+
{
24+
"type": "feature",
25+
"section": "Features"
26+
},
27+
{
28+
"type": "fix",
29+
"section": "Bug Fixes"
30+
},
31+
{
32+
"type": "perf",
33+
"section": "Performance Improvements"
34+
},
35+
{
36+
"type": "revert",
37+
"section": "Reverts"
38+
},
39+
{
40+
"type": "docs",
41+
"section": "Documentation",
42+
"hidden": true
43+
},
44+
{
45+
"type": "style",
46+
"section": "Styles",
47+
"hidden": true
48+
},
49+
{
50+
"type": "chore",
51+
"section": "Miscellaneous Chores",
52+
"hidden": true
53+
},
54+
{
55+
"type": "refactor",
56+
"section": "Code Refactoring",
57+
"hidden": true
58+
},
59+
{
60+
"type": "test",
61+
"section": "Tests",
62+
"hidden": true
63+
},
64+
{
65+
"type": "build",
66+
"section": "Build System",
67+
"hidden": true
68+
},
69+
{
70+
"type": "ci",
71+
"section": "Continuous Integration",
72+
"hidden": true
73+
}
74+
],
75+
"commitUrlFormat": "{{host}}/{{owner}}/{{repository}}/commit/{{hash}}",
76+
"compareUrlFormat": "{{host}}/{{owner}}/{{repository}}/compare/{{previousTag}}...{{currentTag}}",
77+
"userUrlFormat": "{{host}}/{{user}}"
1778
},
1879
"ignoreChanges": ["**/docs/**", "**/.github/**", "**/e2e/**", "**/tests/**"],
19-
"version": "15.7.1"
80+
"version": "16.0.0"
2081
}

packages/analytics/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [16.0.0](https://github.com/invertase/react-native-firebase/compare/v15.7.1...v16.0.0) (2022-10-19)
7+
8+
**Note:** Version bump only for package @react-native-firebase/analytics
9+
610
## [15.7.1](https://github.com/invertase/react-native-firebase/compare/v15.7.0...v15.7.1) (2022-10-19)
711

812
**Note:** Version bump only for package @react-native-firebase/analytics

packages/analytics/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-firebase/analytics",
3-
"version": "15.7.1",
3+
"version": "16.0.0",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
55
"description": "React Native Firebase - The analytics module provides out of the box support with Google Analytics for Firebase. Integration with the Android & iOS allows for in-depth analytical insight reporting, such as device information, location, user actions and more.",
66
"main": "lib/index.js",
@@ -22,7 +22,7 @@
2222
"analytics"
2323
],
2424
"peerDependencies": {
25-
"@react-native-firebase/app": "15.7.1"
25+
"@react-native-firebase/app": "16.0.0"
2626
},
2727
"publishConfig": {
2828
"access": "public"

packages/app-check/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [16.0.0](https://github.com/invertase/react-native-firebase/compare/v15.7.1...v16.0.0) (2022-10-19)
7+
8+
**Note:** Version bump only for package @react-native-firebase/app-check
9+
610
## [15.7.1](https://github.com/invertase/react-native-firebase/compare/v15.7.0...v15.7.1) (2022-10-19)
711

812
**Note:** Version bump only for package @react-native-firebase/app-check

packages/app-check/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-firebase/app-check",
3-
"version": "15.7.1",
3+
"version": "16.0.0",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
55
"description": "React Native Firebase - App Check",
66
"main": "lib/index.js",
@@ -23,7 +23,7 @@
2323
"appCheck"
2424
],
2525
"peerDependencies": {
26-
"@react-native-firebase/app": "15.7.1"
26+
"@react-native-firebase/app": "16.0.0"
2727
},
2828
"publishConfig": {
2929
"access": "public"

packages/app-distribution/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [16.0.0](https://github.com/invertase/react-native-firebase/compare/v15.7.1...v16.0.0) (2022-10-19)
7+
8+
**Note:** Version bump only for package @react-native-firebase/app-distribution
9+
610
## [15.7.1](https://github.com/invertase/react-native-firebase/compare/v15.7.0...v15.7.1) (2022-10-19)
711

812
**Note:** Version bump only for package @react-native-firebase/app-distribution

packages/app-distribution/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-firebase/app-distribution",
3-
"version": "15.7.1",
3+
"version": "16.0.0",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
55
"description": "React Native Firebase - App Distribution",
66
"main": "lib/index.js",
@@ -22,7 +22,7 @@
2222
"app-distribution"
2323
],
2424
"peerDependencies": {
25-
"@react-native-firebase/app": "15.7.1"
25+
"@react-native-firebase/app": "16.0.0"
2626
},
2727
"publishConfig": {
2828
"access": "public"

packages/app/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [16.0.0](https://github.com/invertase/react-native-firebase/compare/v15.7.1...v16.0.0) (2022-10-19)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- fix release version change type resolution
11+
12+
### release
13+
14+
- fix release version change type resolution ([6fcb946](https://github.com/invertase/react-native-firebase/commit/6fcb946f7e7bbc3e7ad6605d48ce3d11f1184c70))
15+
616
## [15.7.1](https://github.com/invertase/react-native-firebase/compare/v15.7.0...v15.7.1) (2022-10-19)
717

818
**Note:** Inadvertent breaking change. iOS minimum deploy target bumped to 11, macOS to 10.13

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-firebase/app",
3-
"version": "15.7.1",
3+
"version": "16.0.0",
44
"author": "Invertase <[email protected]> (http://invertase.io)",
55
"description": "A well tested, feature rich Firebase implementation for React Native, supporting iOS & Android. Individual module support for Admob, Analytics, Auth, Crash Reporting, Cloud Firestore, Database, Dynamic Links, Functions, Messaging (FCM), Remote Config, Storage and more.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)