expo-build-properties 0.2.0 → 0.3.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -5
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -10,12 +10,8 @@
10
10
 
11
11
  ### 💡 Others
12
12
 
13
- ## 0.2.0 — 2022-05-26
13
+ ## 0.3.0 — 2022-07-07
14
14
 
15
15
  ### 🎉 New features
16
16
 
17
17
  - Add `android.minSdkVersion` to override the minimum required Android SDK version. ([#17647](https://github.com/expo/expo/pull/17647) by [@Kudo](https://github.com/Kudo))
18
-
19
- ## 0.1.0 — 2022-05-05
20
-
21
- _This version does not introduce any user-facing changes._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-build-properties",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Config plugin to customize native build properties on prebuild",
5
5
  "main": "build/withBuildProperties.js",
6
6
  "types": "build/withBuildProperties.d.ts",
@@ -31,7 +31,7 @@
31
31
  "license": "MIT",
32
32
  "homepage": "https://docs.expo.dev/versions/latest/sdk/build-properties",
33
33
  "dependencies": {
34
- "@expo/config-plugins": "~4.1.4",
34
+ "@expo/config-plugins": "~5.0.0",
35
35
  "ajv": "^8.11.0",
36
36
  "semver": "^7.3.5"
37
37
  },
@@ -44,5 +44,5 @@
44
44
  "peerDependencies": {
45
45
  "expo": "*"
46
46
  },
47
- "gitHead": "cdfc705fe3de71baaabc42d80e35a3012bb90168"
47
+ "gitHead": "e893ff2b01e108cf246cec02318c0df9d6bc603c"
48
48
  }