Skip to content

Commit

Permalink
Publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
brentvatne committed Jun 24, 2023
1 parent 0b06ccb commit a4537e1
Show file tree
Hide file tree
Showing 18 changed files with 50 additions and 26 deletions.
8 changes: 4 additions & 4 deletions apps/bare-expo/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,11 @@ PODS:
- ExpoModulesCore
- RCT-Folly (= 2021.07.22.00)
- React-Core
- EXNotifications (0.20.0):
- EXNotifications (0.20.1):
- ExpoModulesCore
- EXPermissions (14.2.0):
- ExpoModulesCore
- Expo (49.0.0-alpha.8):
- Expo (49.0.0-alpha.9):
- ExpoModulesCore
- expo-dev-client (2.4.1):
- EXManifests
Expand Down Expand Up @@ -1384,9 +1384,9 @@ SPEC CHECKSUMS:
EXLocation: 231f4a3683fabfed254c9498b226f7f40a40f9d8
EXManifests: 083496dbda4035c42608ae76970f463b4611b767
EXMediaLibrary: dd08edb824ee92519a989211720956cfd381f212
EXNotifications: 88e6d5fe30d3c6be68f0756f39a16c917ffecf4c
EXNotifications: 09394cbd7165f9a4a00a53328aa09bf874bae717
EXPermissions: 336b5b8409f4e1368a8b0636f04282e7f04ced3b
Expo: 4c1b9101eba58afb2aaa820f708d572b363e3d1a
Expo: 6b689537ea5c16b928f715d77ad9d0f2c5f3e711
expo-dev-client: c43de51e5d794d2834e7d20ed96b010adcea3a67
expo-dev-launcher: c0e6975e5dc43a2b79c6cb48fddfcfd58949e19f
expo-dev-menu: f4866934c1e8c67485c9fe19bd6ea9fc056bf142
Expand Down
8 changes: 4 additions & 4 deletions ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1449,11 +1449,11 @@ PODS:
- ExpoModulesCore
- RCT-Folly (= 2021.07.22.00)
- React-Core
- EXNotifications (0.20.0):
- EXNotifications (0.20.1):
- ExpoModulesCore
- EXPermissions (14.2.0):
- ExpoModulesCore
- Expo (49.0.0-alpha.8):
- Expo (49.0.0-alpha.9):
- ExpoModulesCore
- ExpoAppleAuthentication (6.1.0):
- ExpoModulesCore
Expand Down Expand Up @@ -3658,9 +3658,9 @@ SPEC CHECKSUMS:
EXLocation: 231f4a3683fabfed254c9498b226f7f40a40f9d8
EXManifests: 083496dbda4035c42608ae76970f463b4611b767
EXMediaLibrary: dd08edb824ee92519a989211720956cfd381f212
EXNotifications: 88e6d5fe30d3c6be68f0756f39a16c917ffecf4c
EXNotifications: 09394cbd7165f9a4a00a53328aa09bf874bae717
EXPermissions: 336b5b8409f4e1368a8b0636f04282e7f04ced3b
Expo: 4c1b9101eba58afb2aaa820f708d572b363e3d1a
Expo: 6b689537ea5c16b928f715d77ad9d0f2c5f3e711
ExpoAppleAuthentication: 7bdf1a2962ebfe9b00eb4183a17b78d736e57185
ExpoBattery: e9d7a71960cbc40733d956a29f8ba240173feb08
ExpoBlur: a2c90bdfa4ff9f459cdb0f83191bddf020e3e2db
Expand Down
4 changes: 4 additions & 0 deletions packages/@expo/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

### 💡 Others

## 0.10.2 — 2023-06-24

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

## 0.10.1 — 2023-06-23

_This version does not introduce any user-facing changes._
Expand Down
2 changes: 1 addition & 1 deletion packages/@expo/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/cli",
"version": "0.10.1",
"version": "0.10.2",
"description": "The Expo CLI",
"main": "build/bin/cli",
"bin": {
Expand Down
4 changes: 4 additions & 0 deletions packages/expo-asset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

### 💡 Others

## 8.10.1 — 2023-06-24

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

## 8.10.0 — 2023-06-13

_This version does not introduce any user-facing changes._
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-asset/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-asset",
"version": "8.10.0",
"version": "8.10.1",
"description": "An Expo universal module to download assets and pass them into other APIs",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/expo-auth-session/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

### 💡 Others

## 5.0.1 — 2023-06-24

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

## 5.0.0 — 2023-06-21

### 💡 Others
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-auth-session/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-auth-session",
"version": "5.0.0",
"version": "5.0.1",
"description": "Expo module for browser-based authentication",
"main": "build/AuthSession.js",
"types": "build/AuthSession.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/expo-linking/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

### 💡 Others

## 5.0.2 — 2023-06-24

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

## 5.0.1 — 2023-06-22

_This version does not introduce any user-facing changes._
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-linking/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-linking",
"version": "5.0.1",
"version": "5.0.2",
"description": "Create and open deep links universally",
"main": "build/Linking.js",
"types": "build/Linking.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-module-template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-module-template",
"version": "10.9.1",
"version": "10.9.2",
"description": "ExpoModuleTemplate standalone module",
"scripts": {},
"keywords": [
Expand Down
4 changes: 4 additions & 0 deletions packages/expo-notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

### 💡 Others

## 0.20.1 — 2023-06-24

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

## 0.20.0 — 2023-06-21

### 🐛 Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/expo-notifications/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-publish'

group = 'host.exp.exponent'
version = '0.20.0'
version = '0.20.1'

buildscript {
def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
Expand Down Expand Up @@ -67,7 +67,7 @@ android {
minSdkVersion safeExtGet("minSdkVersion", 21)
targetSdkVersion safeExtGet("targetSdkVersion", 33)
versionCode 21
versionName '0.20.0'
versionName '0.20.1'
}

lintOptions {
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-notifications/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-notifications",
"version": "0.20.0",
"version": "0.20.1",
"description": "Notifications module",
"main": "build/index.js",
"types": "build/index.d.ts",
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

## 49.0.0-alpha.9 — 2023-06-24

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

## 49.0.0-alpha.8 — 2023-06-24

_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 = '49.0.0-alpha.8'
version = '49.0.0-alpha.9'

buildscript {
def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
Expand Down Expand Up @@ -97,7 +97,7 @@ android {
minSdkVersion safeExtGet("minSdkVersion", 21)
targetSdkVersion safeExtGet("targetSdkVersion", 33)
versionCode 1
versionName "49.0.0-alpha.8"
versionName "49.0.0-alpha.9"
consumerProguardFiles("proguard-rules.pro")
}
lintOptions {
Expand Down
10 changes: 5 additions & 5 deletions packages/expo/bundledNativeModules.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"expo-app-loader-provider": "~8.0.0",
"expo-apple-authentication": "~6.1.0",
"expo-application": "~5.3.0",
"expo-asset": "~8.10.0",
"expo-auth-session": "~5.0.0",
"expo-asset": "~8.10.1",
"expo-auth-session": "~5.0.1",
"expo-av": "~13.4.0",
"expo-background-fetch": "~11.3.0",
"expo-barcode-scanner": "~12.5.0",
Expand Down Expand Up @@ -48,17 +48,17 @@
"expo-intent-launcher": "~10.7.0",
"expo-keep-awake": "~12.3.0",
"expo-linear-gradient": "~12.3.0",
"expo-linking": "~5.0.1",
"expo-linking": "~5.0.2",
"expo-local-authentication": "~13.4.1",
"expo-localization": "~14.3.0",
"expo-location": "~16.0.0",
"expo-mail-composer": "~12.3.0",
"expo-media-library": "~15.4.0",
"expo-module-template": "~10.9.1",
"expo-module-template": "~10.9.2",
"expo-modules-core": "~1.5.3",
"expo-navigation-bar": "~2.3.0",
"expo-network": "~5.4.0",
"expo-notifications": "~0.20.0",
"expo-notifications": "~0.20.1",
"expo-permissions": "~14.2.0",
"expo-print": "~12.4.0",
"expo-random": "~13.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo",
"version": "49.0.0-alpha.8",
"version": "49.0.0-alpha.9",
"description": "The Expo SDK",
"main": "build/Expo.js",
"module": "build/Expo.js",
Expand Down Expand Up @@ -58,13 +58,13 @@
"homepage": "https://github.com/expo/expo/tree/main/packages/expo",
"dependencies": {
"@babel/runtime": "^7.20.0",
"@expo/cli": "0.10.1",
"@expo/cli": "0.10.2",
"@expo/vector-icons": "^13.0.0",
"@expo/config-plugins": "7.2.1",
"@expo/config": "8.1.0",
"babel-preset-expo": "~9.5.0",
"expo-application": "~5.3.0",
"expo-asset": "~8.10.0",
"expo-asset": "~8.10.1",
"expo-constants": "~14.4.2",
"expo-file-system": "~15.4.0",
"expo-font": "~11.4.0",
Expand Down

0 comments on commit a4537e1

Please sign in to comment.