Skip to content

Commit

Permalink
Publish expo-updates
Browse files Browse the repository at this point in the history
expo-updates@0.2.11
  • Loading branch information
esamelson committed Jun 29, 2020
1 parent 72adc02 commit f3e9100
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.11 — 2020-06-29

### 🐛 Bug fixes

- Fixed an issue where the publish workflow was broken on Android. Note that the publish workflow will not be supported in a future version of expo-updates, so we recommend [switching to the no-publish workflow](https://blog.expo.io/over-the-air-updates-from-expo-are-now-even-easier-to-use-376e2213fabf).

## 0.2.10 — 2020-06-23
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.10'
version = '0.2.11'

// 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 20
versionName '0.2.10'
versionCode 21
versionName '0.2.11'
}
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.10",
"version": "0.2.11",
"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.10",
"expo-updates": "~0.2.11",
"@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 f3e9100

Please sign in to comment.