Skip to content

Commit

Permalink
Publish expo
Browse files Browse the repository at this point in the history
expo@51.0.4
  • Loading branch information
brentvatne committed May 13, 2024
1 parent 07499b5 commit 95d5b30
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
4 changes: 2 additions & 2 deletions apps/bare-expo/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ PODS:
- ExpoModulesTestCore
- EXNotifications (0.28.1):
- ExpoModulesCore
- Expo (51.0.3):
- Expo (51.0.4):
- ExpoModulesCore
- expo-dev-client (4.0.13):
- EXManifests
Expand Down Expand Up @@ -2533,7 +2533,7 @@ SPEC CHECKSUMS:
EXLocation: 43e9b582ca63a23c6f0a18d8cbe2145b3a388b55
EXManifests: 866d0c365eb46835d48be2c7a0e00418312992b4
EXNotifications: e99df3245625defab97f05b8cf333cdcbda2045d
Expo: 355c270dc37b2c432fa9232a1d07064869f05c24
Expo: ce2265cc694f9f71c2eb572c8fe05edbc75137a8
expo-dev-client: a4fbaa4a68a09abc4dabf25038b77f8f845b8433
expo-dev-launcher: 3ac0313ccef6edf71ae24a22dbee1e2a0eedcf25
expo-dev-menu: 8559d77f4037c6105b21a424dec68f235496c391
Expand Down
4 changes: 2 additions & 2 deletions apps/expo-go/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ PODS:
- ExpoModulesTestCore
- EXNotifications (0.28.1):
- ExpoModulesCore
- Expo (51.0.3):
- Expo (51.0.4):
- ExpoModulesCore
- ExpoAppleAuthentication (6.4.1):
- ExpoModulesCore
Expand Down Expand Up @@ -2353,7 +2353,7 @@ SPEC CHECKSUMS:
EXLocation: 43e9b582ca63a23c6f0a18d8cbe2145b3a388b55
EXManifests: 866d0c365eb46835d48be2c7a0e00418312992b4
EXNotifications: e99df3245625defab97f05b8cf333cdcbda2045d
Expo: 355c270dc37b2c432fa9232a1d07064869f05c24
Expo: ce2265cc694f9f71c2eb572c8fe05edbc75137a8
ExpoAppleAuthentication: 7af0b493e820dc0b22150cb9531fc1c31dc4fbfd
ExpoAsset: 9b7433ecc5f1b608ccbb823492e062bde944abd2
ExpoAudio: 5e7d15c9b6901eb32913a220b0e99590739f4db3
Expand Down
4 changes: 4 additions & 0 deletions packages/expo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

### 💡 Others

## 51.0.4 — 2024-05-13

_This version does not introduce any user-facing changes._

## 51.0.3 — 2024-05-10

_This version does not introduce any user-facing changes._
Expand Down
4 changes: 2 additions & 2 deletions packages/expo/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def getRNVersion() {
ensureDependeciesWereEvaluated(project)

group = 'host.exp.exponent'
version = '51.0.3'
version = '51.0.4'

buildscript {
// Simple helper that allows the root project to override versions declared by this library.
Expand All @@ -46,7 +46,7 @@ android {
namespace "expo.core"
defaultConfig {
versionCode 1
versionName "51.0.3"
versionName "51.0.4"
consumerProguardFiles("proguard-rules.pro")
}
testOptions {
Expand Down
2 changes: 1 addition & 1 deletion packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo",
"version": "51.0.3",
"version": "51.0.4",
"description": "The Expo SDK",
"main": "build/Expo.js",
"module": "build/Expo.js",
Expand Down

0 comments on commit 95d5b30

Please sign in to comment.