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@2.1.0
 - @expo/dev-tools@0.13.187
 - expo-cli@6.3.12
 - expo-doctor@1.1.3
 - install-expo-modules@0.6.3
 - pod-install@0.1.39
 - expo-pwa@0.0.127
 - @expo/webpack-config@18.1.3
 - xdl@60.0.12
  • Loading branch information
brentvatne committed Sep 11, 2023
1 parent 80c1f0e commit 24eb341
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 13 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",
"version": "2.0.3",
"version": "2.1.0",
"bin": {
"create-expo-app": "./build/index.js"
},
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.186",
"version": "0.13.187",
"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": "60.0.11"
"xdl": "60.0.12"
},
"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.3.11",
"version": "6.3.12",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
Expand Down Expand Up @@ -119,6 +119,6 @@
"url-join": "4.0.0",
"uuid": "^8.0.0",
"wrap-ansi": "^7.0.0",
"xdl": "60.0.11"
"xdl": "60.0.12"
}
}
2 changes: 1 addition & 1 deletion packages/expo-doctor/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "expo-doctor",
"main": "build/index.js",
"version": "1.1.2",
"version": "1.1.3",
"keywords": [
"expo",
"ios",
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.6.2",
"version": "0.6.3",
"description": "Tools to install expo-modules for existing react-native projects",
"main": "build",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/pod-install/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pod-install",
"version": "0.1.38",
"version": "0.1.39",
"main": "build",
"keywords": [
"cocoapods",
Expand Down
2 changes: 1 addition & 1 deletion packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-pwa",
"version": "0.0.126",
"version": "0.0.127",
"main": "build",
"preferGlobal": true,
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/webpack-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/webpack-config",
"version": "18.1.2",
"version": "18.1.3",
"description": "A Webpack configuration used to bundle Expo websites with Expo CLI.",
"main": "webpack.config.js",
"types": "webpack.config.d.ts",
Expand Down Expand Up @@ -47,7 +47,7 @@
"copy-webpack-plugin": "^10.2.0",
"css-loader": "^6.5.1",
"css-minimizer-webpack-plugin": "^3.4.1",
"expo-pwa": "0.0.126",
"expo-pwa": "0.0.127",
"find-up": "^5.0.0",
"find-yarn-workspace-root": "~2.0.0",
"getenv": "^1.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/xdl/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "xdl",
"version": "60.0.11",
"version": "60.0.12",
"description": "The Expo Development Library",
"main": "build/index.js",
"files": [
Expand Down Expand Up @@ -45,7 +45,7 @@
"@expo/schemer": "1.4.5",
"@expo/sdk-runtime-versions": "^1.0.0",
"@expo/spawn-async": "1.5.0",
"@expo/webpack-config": "18.1.2",
"@expo/webpack-config": "18.1.3",
"axios": "0.21.1",
"better-opn": "^3.0.1",
"boxen": "^5.0.1",
Expand Down

0 comments on commit 24eb341

Please sign in to comment.