expo-modules-core 0.4.5 → 0.4.6

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
+ ## 0.4.6 — 2021-10-27
14
+
15
+ _This version does not introduce any user-facing changes._
16
+
13
17
  ## 0.4.5 — 2021-10-25
14
18
 
15
19
  _This version does not introduce any user-facing changes._
@@ -3,7 +3,7 @@ apply plugin: 'kotlin-android'
3
3
  apply plugin: 'maven'
4
4
 
5
5
  group = 'host.exp.exponent'
6
- version = '0.4.5'
6
+ version = '0.4.6'
7
7
 
8
8
  buildscript {
9
9
  // Simple helper that allows the root project to override versions declared by this library.
@@ -56,8 +56,9 @@ android {
56
56
  defaultConfig {
57
57
  minSdkVersion safeExtGet("minSdkVersion", 21)
58
58
  targetSdkVersion safeExtGet("targetSdkVersion", 30)
59
+ consumerProguardFiles 'proguard-rules.pro'
59
60
  versionCode 1
60
- versionName "0.4.5"
61
+ versionName "0.4.6"
61
62
  }
62
63
  lintOptions {
63
64
  abortOnError false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-modules-core",
3
- "version": "0.4.5",
3
+ "version": "0.4.6",
4
4
  "description": "The core of Expo Modules architecture",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -42,5 +42,5 @@
42
42
  "@testing-library/react-hooks": "^7.0.1",
43
43
  "expo-module-scripts": "^2.0.0"
44
44
  },
45
- "gitHead": "1f87d30c179d6dca2c5f8a56fe14324595d13a7d"
45
+ "gitHead": "59adc892501ce855c3c758fc984e06a766d00f76"
46
46
  }