Skip to content

Commit

Permalink
Publish expo-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
esamelson committed Jun 23, 2020
1 parent 084f390 commit 1b61af2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions packages/expo-updates/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

### 🐛 Bug fixes

## 0.2.10 — 2020-06-23

### 🐛 Bug fixes

- Fixed reading the `expo.modules.updates.ENABLED` setting from AndroidManifest.xml.
- Improved the error message logged when an embedded manifest cannot be found.

Expand Down
6 changes: 3 additions & 3 deletions packages/expo-updates/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'maven'

group = 'host.exp.exponent'
version = '0.2.9'
version = '0.2.10'

// Simple helper that allows the root project to override versions declared by this library.
def safeExtGet(prop, fallback) {
Expand Down Expand Up @@ -40,8 +40,8 @@ android {
defaultConfig {
minSdkVersion safeExtGet("minSdkVersion", 21)
targetSdkVersion safeExtGet("targetSdkVersion", 28)
versionCode 19
versionName '0.2.9'
versionCode 20
versionName '0.2.10'
}
lintOptions {
abortOnError false
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-updates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-updates",
"version": "0.2.9",
"version": "0.2.10",
"description": "Fetches and manages remotely-hosted assets and updates to your app's JS bundle.",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/bundledNativeModules.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"expo-device": "~2.2.1",
"expo-network": "~2.2.1",
"expo-store-review": "~2.1.2",
"expo-updates": "~0.2.9",
"expo-updates": "~0.2.10",
"@react-native-community/datetimepicker": "2.4.0",
"@react-native-community/masked-view": "0.1.10",
"@react-native-community/viewpager": "3.3.0",
Expand Down

0 comments on commit 1b61af2

Please sign in to comment.