@knocklabs/expo 0.3.53 → 0.4.0
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.
- package/CHANGELOG.md +18 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# @knocklabs/expo
|
|
2
2
|
|
|
3
|
+
## 0.4.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- bac8ced: Migrate push notifications from tokens array to devices array with locale and timezone
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies [571abb1]
|
|
12
|
+
- Updated dependencies [bac8ced]
|
|
13
|
+
- Updated dependencies [f4529cc]
|
|
14
|
+
- Updated dependencies [f278892]
|
|
15
|
+
- Updated dependencies [571abb1]
|
|
16
|
+
- Updated dependencies [571abb1]
|
|
17
|
+
- @knocklabs/react-core@0.11.3
|
|
18
|
+
- @knocklabs/react-native@0.7.0
|
|
19
|
+
- @knocklabs/client@0.19.3
|
|
20
|
+
|
|
3
21
|
## 0.3.53
|
|
4
22
|
|
|
5
23
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@knocklabs/expo",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.0",
|
|
4
4
|
"author": "@knocklabs",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/cjs/index.js",
|
|
@@ -51,9 +51,9 @@
|
|
|
51
51
|
"react-native": "*"
|
|
52
52
|
},
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@knocklabs/client": "^0.19.
|
|
55
|
-
"@knocklabs/react-core": "^0.11.
|
|
56
|
-
"@knocklabs/react-native": "^0.
|
|
54
|
+
"@knocklabs/client": "^0.19.3",
|
|
55
|
+
"@knocklabs/react-core": "^0.11.3",
|
|
56
|
+
"@knocklabs/react-native": "^0.7.0",
|
|
57
57
|
"react-native-gesture-handler": "^2.27.1",
|
|
58
58
|
"react-native-render-html": "^6.3.4",
|
|
59
59
|
"react-native-svg": "^15.12.0"
|
|
@@ -74,7 +74,7 @@
|
|
|
74
74
|
"expo-constants": "~17.1.7",
|
|
75
75
|
"expo-device": "^7.1.4",
|
|
76
76
|
"expo-notifications": "^0.31.4",
|
|
77
|
-
"jsdom": "^27.
|
|
77
|
+
"jsdom": "^27.1.0",
|
|
78
78
|
"react": "^19.0.0",
|
|
79
79
|
"react-native": "^0.79.2",
|
|
80
80
|
"rimraf": "^6.0.1",
|