expo-keep-awake 12.8.1 → 12.8.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
+ ## 12.8.2 — 2024-01-18
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 12.8.1 — 2024-01-10
14
18
 
15
19
  ### 🎉 New features
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
3
3
  apply plugin: 'maven-publish'
4
4
 
5
5
  group = 'host.exp.exponent'
6
- version = '12.8.1'
6
+ version = '12.8.2'
7
7
 
8
8
  def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
9
9
  if (expoModulesCorePlugin.exists()) {
@@ -94,7 +94,7 @@ android {
94
94
  namespace "expo.modules.keepawake"
95
95
  defaultConfig {
96
96
  versionCode 16
97
- versionName "12.8.1"
97
+ versionName "12.8.2"
98
98
  }
99
99
  }
100
100
 
@@ -1,6 +1,6 @@
1
1
  {
2
- "platforms": ["ios", "android", "macos", "tvos"],
3
- "ios": {
2
+ "platforms": ["apple", "android"],
3
+ "apple": {
4
4
  "modules": ["KeepAwakeModule"]
5
5
  },
6
6
  "android": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-keep-awake",
3
- "version": "12.8.1",
3
+ "version": "12.8.2",
4
4
  "description": "Provides a React component that prevents the screen sleeping when rendered. It also exposes static methods to control the behavior imperatively.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -42,5 +42,5 @@
42
42
  "jest": {
43
43
  "preset": "expo-module-scripts"
44
44
  },
45
- "gitHead": "ca014bf2516c7644ef303f4c21fdd68de4d99f76"
45
+ "gitHead": "102899632731658eecba006c0d1c79b98ba8f5f7"
46
46
  }