feat: independently version packages (#3513)

* feat: remove core version lock

* chore: v6.4.1

* chore: v6.4.1

* chore: configure lerna for independent versions

* chore: configure lerna for independent versions

* chore: only check docs folder

skipping elsewhere due to generated files such as changelogs
This commit is contained in:
Mike Diarmid
2020-04-22 15:48:13 +01:00
committed by GitHub
parent a800cdbc81
commit e2c2d64d22
47 changed files with 1370 additions and 136 deletions

View File

@@ -0,0 +1,53 @@
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# 6.5.0 (2020-04-22)
### Bug Fixes
* **android,build:** conditionally check `app` dependency, fixes… ([#3215](https://github.com/invertase/react-native-firebase/tree/master/packages/config/issues/3215)) ([b4eaa39](https://github.com/invertase/react-native-firebase/tree/master/packages/config/commit/b4eaa39ea8022535696d28e6eacb5c3e3ce9578f))
* **android,build:** use correct plugin & BoM versions ([fb763eb](https://github.com/invertase/react-native-firebase/tree/master/packages/config/commit/fb763ebde216d8c789b08bd0d77c078089776627))
### Features
* **ios:** allow static_framework usage via Podfile global ([#3388](https://github.com/invertase/react-native-firebase/tree/master/packages/config/issues/3388)) ([530f8bb](https://github.com/invertase/react-native-firebase/tree/master/packages/config/commit/530f8bbb51f89f106854dbf1df5ec80211e2cf8b)), closes [#3253](https://github.com/invertase/react-native-firebase/tree/master/packages/config/issues/3253)
* **messaging:** ios & android messaging updates & fixes ([#3339](https://github.com/invertase/react-native-firebase/tree/master/packages/config/issues/3339)) ([d66a611](https://github.com/invertase/react-native-firebase/tree/master/packages/config/commit/d66a6118f82005087f53b86571990fc071402153))
# 6.3.0 (2020-02-04)
# 6.2.0 (2019-12-08)
# 6.1.0 (2019-11-26)
### Features
* **firestore:** array-contains, array-contains-any & in filters ([#2868](https://github.com/invertase/react-native-firebase/tree/master/packages/config/issues/2868)) ([42e034c](https://github.com/invertase/react-native-firebase/tree/master/packages/config/commit/42e034c4807da54441d2baeab9f57bbf1a137a4a))
* **ios:** upgrade Firebase iOS SDK version to 6.13.0 ([547d0a2](https://github.com/invertase/react-native-firebase/tree/master/packages/config/commit/547d0a2d74a68808b29063f9b3aa3e1ac38551fc))
* **remote-config:** support minimumFetchInterval config setting ([#2789](https://github.com/invertase/react-native-firebase/tree/master/packages/config/issues/2789)) ([57965e7](https://github.com/invertase/react-native-firebase/tree/master/packages/config/commit/57965e73a7e1089335c5446fb91cd44c1b19725d)), closes [/github.com/firebase/firebase-ios-sdk/blob/master/FirebaseRemoteConfig/Sources/Public/FIRRemoteConfig.h#L148-L149](https://github.com/invertase/react-native-firebase/tree/master/packages/config/issues/L148-L149)
## 6.0.4 (2019-11-17)
## 6.0.3 (2019-10-25)
## 6.0.2 (2019-10-18)
## 6.0.1 (2019-10-07)

View File

@@ -1,6 +1,6 @@
{
"name": "@react-native-firebase/remote-config",
"version": "6.4.0",
"version": "6.5.0",
"author": "Invertase <oss@invertase.io> (http://invertase.io)",
"description": "React Native Firebase - React Native Firebase provides native integration with Remote Config, allowing you to change the appearance and/or functionality of your app without requiring an app update.",
"main": "lib/index.js",
@@ -26,7 +26,7 @@
"peerDependencies": {
"@react-native-firebase/app": "*"
},
"gitHead": "aa127b844418db58d33d00b7ba08872273e6f658",
"gitHead": "b5bbbef8f0e46a7b979f4e884b9e9b98aaf810f4",
"publishConfig": {
"access": "public"
}