expo-gl 13.0.1 → 13.1.0

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,7 +10,7 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
- ## 13.0.1 — 2023-07-04
13
+ ## 13.1.0 — 2023-07-28
14
14
 
15
15
  _This version does not introduce any user-facing changes._
16
16
 
@@ -6,7 +6,7 @@ apply plugin: 'maven-publish'
6
6
  apply plugin: "de.undercouch.download"
7
7
 
8
8
  group = 'host.exp.exponent'
9
- version = '13.0.1'
9
+ version = '13.1.0'
10
10
 
11
11
  def REACT_NATIVE_BUILD_FROM_SOURCE = findProject(":ReactAndroid") != null
12
12
  def REACT_NATIVE_DIR = REACT_NATIVE_BUILD_FROM_SOURCE
@@ -96,7 +96,7 @@ android {
96
96
  minSdkVersion safeExtGet("minSdkVersion", 21)
97
97
  targetSdkVersion safeExtGet("targetSdkVersion", 33)
98
98
  versionCode 31
99
- versionName "13.0.1"
99
+ versionName "13.1.0"
100
100
 
101
101
  externalNativeBuild {
102
102
  cmake {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-gl",
3
- "version": "13.0.1",
3
+ "version": "13.1.0",
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",
@@ -49,5 +49,5 @@
49
49
  "peerDependencies": {
50
50
  "expo": "*"
51
51
  },
52
- "gitHead": "cf90d5c30c2a08a6493ebfa8aa3791aa70666759"
52
+ "gitHead": "663654577a7068c641b5e9474efbc502e3f334ea"
53
53
  }