expo-blur 12.2.0 → 12.2.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.
package/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
+ ## 12.2.1 — 2023-02-09
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 12.2.0 — 2023-02-03
14
18
 
15
19
  ### 🐛 Bug fixes
package/README.md CHANGED
@@ -1,4 +1,11 @@
1
- # expo-blur
1
+ <p>
2
+ <a href="https://docs.expo.dev/versions/latest/sdk/blur-view/">
3
+ <img
4
+ src="../../.github/resources/expo-blur.svg"
5
+ alt="expo-blur"
6
+ height="64" />
7
+ </a>
8
+ </p>
2
9
 
3
10
  A component that renders a native blur view on iOS and falls back to a semi-transparent view on Android. A common usage of this is for navigation bars, tab bars, and modals.
4
11
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-blur",
3
- "version": "12.2.0",
3
+ "version": "12.2.1",
4
4
  "description": "A component that renders a native blur view on iOS and falls back to a semi-transparent view on Android. A common usage of this is for navigation bars, tab bars, and modals.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -43,5 +43,5 @@
43
43
  "peerDependencies": {
44
44
  "expo": "*"
45
45
  },
46
- "gitHead": "1815e2eaad8c753588c7b1eb74420174a28e01f4"
46
+ "gitHead": "1f8a6a09570fd451378565ca34933018ce48454e"
47
47
  }