Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Sep 19, 2023
1 parent 22aec8e commit 46c24a7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/expo-head/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-head",
"version": "0.0.12",
"version": "0.0.13",
"description": "static page definitions for universal SEO",
"main": "build/index",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/expo-metro-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/metro-runtime",
"version": "2.2.8",
"version": "2.2.9",
"description": "Tools for making experimental Metro bundler features work",
"main": "build",
"homepage": "https://github.com/expo/router/tree/main/packages/expo-metro-runtime",
Expand Down
6 changes: 3 additions & 3 deletions packages/expo-router/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-router",
"version": "2.0.6",
"version": "2.0.7",
"main": "src/index.tsx",
"types": "build/index.d.ts",
"files": [
Expand Down Expand Up @@ -105,12 +105,12 @@
},
"dependencies": {
"@bacons/react-views": "^1.1.3",
"@expo/metro-runtime": "2.2.8",
"@expo/metro-runtime": "2.2.9",
"@radix-ui/react-slot": "1.0.1",
"@react-navigation/bottom-tabs": "~6.5.7",
"@react-navigation/native": "~6.1.6",
"@react-navigation/native-stack": "~6.9.12",
"expo-head": "0.0.12",
"expo-head": "0.0.13",
"expo-splash-screen": "~0.20.2",
"query-string": "7.1.3",
"react-helmet-async": "^1.3.0",
Expand Down

0 comments on commit 46c24a7

Please sign in to comment.