@survicate/react-native-survicate 1.1.6 → 1.1.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -57,3 +57,7 @@ Survicate.setUserId("screenName");
57
57
  Survicate.setUserTrait("traitName", "traitValue");
58
58
  Survicate.reset();
59
59
  ```
60
+
61
+ ## Changelog
62
+
63
+ The Survicate Mobile SDK change log can be found [here](https://developers.survicate.com/mobile-sdk/changelog/)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@survicate/react-native-survicate",
3
3
  "title": "React Native Survicate Bindings",
4
- "version": "1.1.6",
4
+ "version": "1.1.7",
5
5
  "description": "React Native bindings for Survicate Mobile SDK",
6
6
  "main": "index.js",
7
7
  "scripts": {
@@ -23,7 +23,7 @@
23
23
  "licenseFilename": "LICENSE",
24
24
  "readmeFilename": "README.md",
25
25
  "peerDependencies": {
26
- "react": "^16.8.1",
26
+ "react": ">=16.8.1",
27
27
  "react-native": ">=0.59.0-rc.0 <1.0.x"
28
28
  },
29
29
  "devDependencies": {