Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - create-expo-app@1.1.2
 - @expo/dev-tools@0.13.171
 - expo-cli@6.0.6
 - install-expo-modules@0.3.8
 - xdl@59.2.53
  • Loading branch information
brentvatne committed Sep 26, 2022
1 parent 634baf5 commit baa05e1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/create-expo-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-expo-app",
"version": "1.1.1",
"version": "1.1.2",
"main": "build",
"description": "Create universal Expo apps",
"license": "BSD-3-Clause",
Expand Down
4 changes: 2 additions & 2 deletions packages/dev-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/dev-tools",
"version": "0.13.170",
"version": "0.13.171",
"main": "build/server/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development ts-node -T ./server/dev-server",
Expand Down Expand Up @@ -64,7 +64,7 @@
"slugify": "^1.0.2",
"ts-node": "^9.1.1",
"velocity-react": "^1.4.1",
"xdl": "59.2.52"
"xdl": "59.2.53"
},
"license": "MIT",
"repository": {
Expand Down
4 changes: 2 additions & 2 deletions packages/expo-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-cli",
"version": "6.0.5",
"version": "6.0.6",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
Expand Down Expand Up @@ -122,7 +122,7 @@
"url-join": "4.0.0",
"uuid": "^8.0.0",
"wrap-ansi": "^7.0.0",
"xdl": "59.2.52"
"xdl": "59.2.53"
},
"resolutions": {
"hermes-engine": "0.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/install-expo-modules/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "install-expo-modules",
"version": "0.3.7",
"version": "0.3.8",
"description": "Tools to install expo-modules for existing react-native projects",
"main": "build",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/xdl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdl",
"version": "59.2.52",
"version": "59.2.53",
"description": "The Expo Development Library",
"main": "build/index.js",
"files": [
Expand Down

0 comments on commit baa05e1

Please sign in to comment.