Skip to content

Commit

Permalink
Publish expo-splash-screen
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Jul 30, 2020
1 parent 503b34e commit 5d1121f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions packages/expo-splash-screen/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@

### 🐛 Bug fixes

## 0.5.0 — 2020-07-30

### 🐛 Bug fixes

- Bump dependency on @expo/configure-splash-screen to transitively bump logkitty version pulled in through @react-native-community/cli-platform-android.
- Fixed crash adding `splashScreenView` to parent when it was already added on Android. ([#9451](https://github.com/expo/expo/pull/9451) by [@RodolfoGS](https://github.com/RodolfoGS))

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

group = 'host.exp.exponent'
version = '0.4.0'
version = '0.5.0'

buildscript {
// Simple helper that allows the root project to override versions declared by this library.
Expand Down Expand Up @@ -51,8 +51,8 @@ android {
defaultConfig {
minSdkVersion safeExtGet('minSdkVersion', 21)
targetSdkVersion safeExtGet('targetSdkVersion', 28)
versionCode 10
versionName '0.4.0'
versionCode 11
versionName '0.5.0'
}
lintOptions {
abortOnError false
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-splash-screen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-splash-screen",
"version": "0.4.0",
"version": "0.5.0",
"description": "Provides a module to allow keeping the native Splash Screen visible until you choose to hide it.",
"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 @@ -98,7 +98,7 @@
"expo-screen-orientation": "~1.1.1",
"unimodules-app-loader": "~1.2.0",
"expo-notifications": "~0.6.0",
"expo-splash-screen": "~0.4.0",
"expo-splash-screen": "~0.5.0",
"firebase": "7.9.0",
"@react-native-community/picker": "1.6.0",
"@react-native-community/slider": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"expo-linking": "~1.0.3",
"expo-location": "~8.3.0",
"expo-permissions": "~9.1.0",
"expo-splash-screen": "^0.4.0",
"expo-splash-screen": "^0.5.0",
"expo-sqlite": "~8.3.0",
"fbemitter": "^2.1.1",
"invariant": "^2.2.2",
Expand Down

0 comments on commit 5d1121f

Please sign in to comment.