Skip to content

Commit 6af5e8f

Browse files
committed
Publish react-native-scripts 1.12.1
1 parent f7b510f commit 6af5e8f

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.12.1 (March 29, 2018)
2+
3+
Update XDL to version 48.1.2.
4+
15
## 1.12.0 (March 29, 2018)
26

37
* Add command to send the app URL to your phone via email or SMS.

react-native-scripts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-scripts",
3-
"version": "1.12.0",
3+
"version": "1.12.1",
44
"description": "Configuration and scripts for Create React Native App.",
55
"license": "BSD-3-Clause",
66
"keywords": [
@@ -39,7 +39,7 @@
3939
"progress": "^2.0.0",
4040
"qrcode-terminal": "^0.11.0",
4141
"rimraf": "^2.6.1",
42-
"xdl": "48.1.0"
42+
"xdl": "48.1.2"
4343
},
4444
"devDependencies": {
4545
"@taskr/babel": "^1.0.6",

react-native-scripts/yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4036,9 +4036,9 @@ wrappy@1:
40364036
version "1.0.2"
40374037
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
40384038

4039-
4040-
version "48.1.0"
4041-
resolved "https://registry.yarnpkg.com/xdl/-/xdl-48.1.0.tgz#eeb03d6938cfb168524a0fe0191db861669fce11"
4039+
4040+
version "48.1.2"
4041+
resolved "https://registry.npmjs.org/xdl/-/xdl-48.1.2.tgz#775382d0347393cbb3f6a8fc8e23ad359a401300"
40424042
dependencies:
40434043
"@expo/bunyan" "^1.8.10"
40444044
"@expo/json-file" "^5.3.0"

0 commit comments

Comments
 (0)