expo-tracking-transparency 3.0.1 → 3.0.2

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 CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 3.0.2 — 2023-02-03
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 3.0.1 — 2022-10-28
14
18
 
15
19
  _This version does not introduce any user-facing changes._
package/README.md CHANGED
@@ -6,7 +6,7 @@ For more information on Apple's new App Tracking Transparency framework, please
6
6
 
7
7
  ## API documentation
8
8
 
9
- - [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/tracking-transparency.md)
9
+ - [Documentation for the main branch](https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/tracking-transparency.mdx)
10
10
  - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/tracking-transparency/)
11
11
 
12
12
  ## Installation in managed Expo projects
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-tracking-transparency",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "An Expo library for requesting permission to track the users on devices using iOS 14.5 and higher.",
5
5
  "main": "build/TrackingTransparency.js",
6
6
  "types": "build/TrackingTransparency.d.ts",
@@ -38,5 +38,5 @@
38
38
  "jest": {
39
39
  "preset": "expo-module-scripts"
40
40
  },
41
- "gitHead": "59081bb17e727b10f2a00cd07bb45cd283a6f6a5"
41
+ "gitHead": "1815e2eaad8c753588c7b1eb74420174a28e01f4"
42
42
  }