@knocklabs/expo 0.3.53 → 0.4.1

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/CHANGELOG.md +27 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # @knocklabs/expo
2
2
 
3
+ ## 0.4.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [a56bf70]
8
+ - @knocklabs/client@0.19.4
9
+ - @knocklabs/react-core@0.11.4
10
+ - @knocklabs/react-native@0.7.1
11
+
12
+ ## 0.4.0
13
+
14
+ ### Minor Changes
15
+
16
+ - bac8ced: Migrate push notifications from tokens array to devices array with locale and timezone
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies [571abb1]
21
+ - Updated dependencies [bac8ced]
22
+ - Updated dependencies [f4529cc]
23
+ - Updated dependencies [f278892]
24
+ - Updated dependencies [571abb1]
25
+ - Updated dependencies [571abb1]
26
+ - @knocklabs/react-core@0.11.3
27
+ - @knocklabs/react-native@0.7.0
28
+ - @knocklabs/client@0.19.3
29
+
3
30
  ## 0.3.53
4
31
 
5
32
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@knocklabs/expo",
3
- "version": "0.3.53",
3
+ "version": "0.4.1",
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.2",
55
- "@knocklabs/react-core": "^0.11.2",
56
- "@knocklabs/react-native": "^0.6.50",
54
+ "@knocklabs/client": "^0.19.4",
55
+ "@knocklabs/react-core": "^0.11.4",
56
+ "@knocklabs/react-native": "^0.7.1",
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.0.0",
77
+ "jsdom": "^27.1.0",
78
78
  "react": "^19.0.0",
79
79
  "react-native": "^0.79.2",
80
80
  "rimraf": "^6.0.1",