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
 - @expo/config-plugins@1.0.7
 - @expo/dev-tools@0.13.66
 - expo-cli@4.0.8
 - uri-scheme@1.0.53
 - @expo/xdl@59.0.6
  • Loading branch information
brentvatne committed Dec 4, 2020
1 parent 61cdd3d commit 65cb9a6
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/config-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/config-plugins",
"version": "1.0.6",
"version": "1.0.7",
"description": "A library for Expo config plugins",
"main": "build/index.js",
"scripts": {
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.65",
"version": "0.13.66",
"main": "build/server/index.js",
"scripts": {
"dev": "cross-env NODE_ENV=development ts-node ./server/dev-server",
Expand Down Expand Up @@ -33,7 +33,7 @@
"devDependencies": {
"@babel/plugin-proposal-decorators": "^7.8.3",
"@expo/babel-preset-cli": "0.2.18",
"@expo/xdl": "59.0.5",
"@expo/xdl": "59.0.6",
"anser": "^1.4.7",
"apollo-cache-inmemory": "^1.1.12",
"apollo-client": "^2.2.8",
Expand Down
8 changes: 4 additions & 4 deletions packages/expo-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-cli",
"version": "4.0.7",
"version": "4.0.8",
"description": "The command-line tool for creating and publishing Expo apps",
"preferGlobal": true,
"main": "build/exp.js",
Expand Down Expand Up @@ -66,16 +66,16 @@
"dependencies": {
"@expo/bunyan": "4.0.0",
"@expo/config": "3.3.18",
"@expo/config-plugins": "1.0.6",
"@expo/dev-tools": "0.13.65",
"@expo/config-plugins": "1.0.7",
"@expo/dev-tools": "0.13.66",
"@expo/eas-build-job": "0.1.2",
"@expo/json-file": "8.2.25",
"@expo/package-manager": "0.0.34",
"@expo/plist": "0.0.10",
"@expo/results": "^1.0.0",
"@expo/simple-spinner": "1.0.2",
"@expo/spawn-async": "1.5.0",
"@expo/xdl": "59.0.5",
"@expo/xdl": "59.0.6",
"@hapi/joi": "^17.1.1",
"babel-runtime": "6.26.0",
"base32.js": "0.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/uri-scheme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uri-scheme",
"version": "1.0.52",
"version": "1.0.53",
"main": "build",
"preferGlobal": true,
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"devDependencies": {
"@expo/babel-preset-cli": "0.2.18",
"@expo/config-plugins": "1.0.6",
"@expo/config-plugins": "1.0.7",
"@expo/plist": "0.0.10",
"@expo/spawn-async": "1.5.0",
"@types/node": "^12.6.8",
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": "@expo/xdl",
"version": "59.0.5",
"version": "59.0.6",
"description": "The Expo Development Library",
"main": "build/xdl.js",
"files": [
Expand Down

0 comments on commit 65cb9a6

Please sign in to comment.