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.3
 - @expo/dev-tools@0.13.62
 - @expo/electron-adapter@0.0.33
 - expo-cli@4.0.3
 - expo-optimize@0.1.64
 - @expo/image-utils@0.3.9
 - @expo/next-adapter@2.1.47
 - expo-pwa@0.0.52
 - uri-scheme@1.0.49
 - @expo/webpack-config@0.12.46
 - @expo/xdl@59.0.2
  • Loading branch information
brentvatne committed Nov 27, 2020
1 parent 9777c36 commit 7bb61ba
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions 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.2",
"version": "1.0.3",
"description": "A library for Expo config plugins",
"main": "build/index.js",
"scripts": {
Expand Down Expand Up @@ -34,7 +34,7 @@
"dependencies": {
"@expo/config-types": "^40.0.0-beta.1",
"@expo/configure-splash-screen": "0.2.1",
"@expo/image-utils": "0.3.8",
"@expo/image-utils": "0.3.9",
"@expo/json-file": "8.2.25",
"@expo/plist": "0.0.10",
"fs-extra": "9.0.0",
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.61",
"version": "0.13.62",
"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.1",
"@expo/xdl": "59.0.2",
"anser": "^1.4.7",
"apollo-cache-inmemory": "^1.1.12",
"apollo-client": "^2.2.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/electron-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/electron-adapter",
"version": "0.0.32",
"version": "0.0.33",
"description": "Use Electron with Expo",
"main": "build/Electron.js",
"types": "build/Electron.d.ts",
Expand Down Expand Up @@ -44,7 +44,7 @@
],
"devDependencies": {
"@expo/babel-preset-cli": "0.2.18",
"@expo/webpack-config": "0.12.45",
"@expo/webpack-config": "0.12.46",
"rimraf": "^3.0.2"
},
"publishConfig": {
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.2",
"version": "4.0.3",
"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.16",
"@expo/config-plugins": "1.0.2",
"@expo/dev-tools": "0.13.61",
"@expo/config-plugins": "1.0.3",
"@expo/dev-tools": "0.13.62",
"@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.1",
"@expo/xdl": "59.0.2",
"@hapi/joi": "^17.1.1",
"babel-runtime": "6.26.0",
"base32.js": "0.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/expo-optimize/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-optimize",
"version": "0.1.63",
"version": "0.1.64",
"main": "build",
"preferGlobal": true,
"keywords": [
Expand Down Expand Up @@ -35,7 +35,7 @@
"devDependencies": {
"@expo/babel-preset-cli": "0.2.18",
"@expo/config": "3.3.16",
"@expo/image-utils": "0.3.8",
"@expo/image-utils": "0.3.9",
"@expo/json-file": "8.2.25",
"@types/node": "^12.6.8",
"@zeit/ncc": "^0.20.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/image-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/image-utils",
"version": "0.3.8",
"version": "0.3.9",
"description": "A package used by Expo CLI for processing images",
"main": "build/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/next-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/next-adapter",
"version": "2.1.46",
"version": "2.1.47",
"description": "Adapter for using Next.js with Unimodules",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -59,7 +59,7 @@
},
"dependencies": {
"@expo/package-manager": "0.0.34",
"@expo/webpack-config": "0.12.45",
"@expo/webpack-config": "0.12.46",
"@types/next": "^8.0.6",
"chalk": "^4.0.0",
"commander": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/pwa/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "expo-pwa",
"version": "0.0.51",
"version": "0.0.52",
"main": "build",
"preferGlobal": true,
"keywords": [
Expand Down Expand Up @@ -39,7 +39,7 @@
},
"dependencies": {
"@expo/config": "3.3.16",
"@expo/image-utils": "0.3.8",
"@expo/image-utils": "0.3.9",
"@expo/json-file": "8.2.25",
"chalk": "^4.0.0",
"commander": "2.20.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.48",
"version": "1.0.49",
"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.2",
"@expo/config-plugins": "1.0.3",
"@expo/plist": "0.0.10",
"@expo/spawn-async": "1.5.0",
"@types/node": "^12.6.8",
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": "0.12.45",
"version": "0.12.46",
"description": "The default Webpack configuration used to build Expo apps targeting the web.",
"main": "webpack.config.js",
"types": "webpack.config.d.ts",
Expand Down Expand Up @@ -49,7 +49,7 @@
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "~6.0.3",
"css-loader": "~3.6.0",
"expo-pwa": "0.0.51",
"expo-pwa": "0.0.52",
"file-loader": "~6.0.0",
"find-yarn-workspace-root": "~2.0.0",
"getenv": "^0.7.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": "@expo/xdl",
"version": "59.0.1",
"version": "59.0.2",
"description": "The Expo Development Library",
"main": "build/xdl.js",
"files": [
Expand Down Expand Up @@ -40,7 +40,7 @@
"@expo/plist": "0.0.10",
"@expo/schemer": "1.3.22",
"@expo/spawn-async": "1.5.0",
"@expo/webpack-config": "0.12.45",
"@expo/webpack-config": "0.12.46",
"@hapi/joi": "^17.1.1",
"@types/text-table": "^0.2.1",
"analytics-node": "3.3.0",
Expand Down

0 comments on commit 7bb61ba

Please sign in to comment.