Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 10 deletions.
2 changes: 1 addition & 1 deletion apps/native-component-list/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"expo-2d-context": "^0.0.2",
"expo-apple-authentication": "~6.1.0",
"expo-application": "^5.0.0",
"expo-asset": "~8.9.0",
"expo-asset": "~8.10.0",
"expo-auth-session": "~4.1.0",
"expo-av": "~13.3.0",
"expo-background-fetch": "~11.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/test-suite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"async-retry": "^1.1.4",
"expo": "~49.0.0-alpha.1",
"expo-application": "~5.3.0",
"expo-asset": "~8.9.0",
"expo-asset": "~8.10.0",
"expo-av": "~13.3.0",
"expo-background-fetch": "~11.2.0",
"expo-barcode-scanner": "~12.5.0",
Expand Down
2 changes: 1 addition & 1 deletion home/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dedent": "^0.7.0",
"es6-error": "^4.1.1",
"expo": "~49.0.0-alpha.1",
"expo-asset": "~8.9.0",
"expo-asset": "~8.10.0",
"expo-barcode-scanner": "~12.5.0",
"expo-blur": "~12.3.0",
"expo-camera": "~13.4.0",
Expand Down
8 changes: 6 additions & 2 deletions packages/@expo/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@

### 🐛 Bug fixes

- Fix metro types. ([#22867](https://github.com/expo/expo/pull/22867) by [@EvanBacon](https://github.com/EvanBacon))

### 💡 Others

## 0.9.1 — 2023-06-13

### 🐛 Bug fixes

- Fix metro types. ([#22867](https://github.com/expo/expo/pull/22867) by [@EvanBacon](https://github.com/EvanBacon))

## 0.9.0 — 2023-06-13

- Exclude dependencies from check/fix operations in `expo install` when set in package.json `expo.install.exclude`. ([#22736](https://github.com/expo/expo/pull/22736) by [@keith-kurak](https://github.com/keith-kurak))
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.9.0",
"version": "0.9.1",
"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.0 — 2023-06-13

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

## 8.9.2 — 2023-05-08

### 🐛 Bug fixes
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.9.2",
"version": "8.10.0",
"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
2 changes: 1 addition & 1 deletion packages/expo/bundledNativeModules.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"expo-app-loader-provider": "~8.0.0",
"expo-apple-authentication": "~6.1.0",
"expo-application": "~5.3.0",
"expo-asset": "~8.9.2",
"expo-asset": "~8.10.0",
"expo-auth-session": "~4.1.0",
"expo-av": "~13.3.0",
"expo-background-fetch": "~11.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/expo/package.json
Original file line number Diff line number Diff line change
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.9.0",
"@expo/cli": "0.9.1",
"@expo/vector-icons": "^13.0.0",
"@expo/config-plugins": "7.1.0",
"@expo/config": "8.0.4",
"babel-preset-expo": "~9.4.1",
"expo-application": "~5.3.0",
"expo-asset": "~8.9.2",
"expo-asset": "~8.10.0",
"expo-constants": "~14.4.0",
"expo-file-system": "~15.4.0",
"expo-font": "~11.3.0",
Expand Down

0 comments on commit 3ccd2ed

Please sign in to comment.