expo-gl 15.0.2 → 15.0.3

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
+ ## 15.0.3 — 2025-01-10
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 15.0.2 — 2024-11-14
14
18
 
15
19
  _This version does not introduce any user-facing changes._
@@ -1,7 +1,7 @@
1
1
  apply plugin: 'com.android.library'
2
2
 
3
3
  group = 'host.exp.exponent'
4
- version = '15.0.2'
4
+ version = '15.0.3'
5
5
 
6
6
  def reactNativeArchitectures() {
7
7
  def value = project.getProperties().get("reactNativeArchitectures")
@@ -26,7 +26,7 @@ android {
26
26
  namespace "expo.modules.gl"
27
27
  defaultConfig {
28
28
  versionCode 31
29
- versionName "15.0.2"
29
+ versionName "15.0.3"
30
30
 
31
31
  externalNativeBuild {
32
32
  cmake {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-gl",
3
- "version": "15.0.2",
3
+ "version": "15.0.3",
4
4
  "description": "Provides GLView that acts as OpenGL ES render target and gives GL context object implementing WebGL 2.0 specification.",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -43,7 +43,7 @@
43
43
  "@types/invariant": "^2.2.33",
44
44
  "@types/offscreencanvas": "2019.6.4",
45
45
  "@types/webgl2": "^0.0.6",
46
- "expo-module-scripts": "^4.0.0",
46
+ "expo-module-scripts": "^4.0.3",
47
47
  "react-test-renderer": "18.3.1"
48
48
  },
49
49
  "peerDependencies": {
@@ -57,5 +57,5 @@
57
57
  "optional": true
58
58
  }
59
59
  },
60
- "gitHead": "b7b95a93855cb4863b626c4524fc6e8b3a2305eb"
60
+ "gitHead": "986a4689b91f3efc527f7178a320b987c0005842"
61
61
  }