Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit c9bd11d

Browse files
Merge pull request #1050 from NativeScript/merge-release-in-master
chore: merge release in master
2 parents cf65ac1 + 974c53a commit c9bd11d

File tree

4 files changed

+17
-0
lines changed

4 files changed

+17
-0
lines changed

Diff for: CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="1.2.0"></a>
2+
# [1.2.0](https://github.com/NativeScript/nativescript-dev-webpack/compare/1.1.1...1.2.0) (2019-09-03)
3+
4+
5+
### Bug Fixes
6+
7+
* register non-relative app.css module ([710acd7](https://github.com/NativeScript/nativescript-dev-webpack/commit/710acd7))
8+
9+
10+
### Features
11+
12+
* support dynamic ES6 import ([4a07932](https://github.com/NativeScript/nativescript-dev-webpack/commit/4a07932))
13+
14+
115
<a name="1.1.1"></a>
216
## [1.1.1](https://github.com/NativeScript/nativescript-dev-webpack/compare/1.1.0...1.1.1) (2019-08-22)
317

Diff for: demo/AngularApp/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
"chai-as-promised": "~7.1.1",
4040
"lazy": "1.0.11",
4141
"mocha": "~5.2.0",
42+
"chai": "4.2.0",
4243
"mochawesome": "~3.1.2",
4344
"nativescript-dev-appium": "next",
4445
"nativescript-dev-webpack": "next",

Diff for: demo/JavaScriptApp/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"babel-types": "6.26.0",
2525
"babylon": "6.18.0",
2626
"lazy": "1.0.11",
27+
"chai": "4.2.0",
2728
"mocha": "~5.2.0",
2829
"mochawesome": "~3.1.2",
2930
"nativescript-dev-appium": "next",

Diff for: demo/TypeScriptApp/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"babylon": "6.18.0",
2626
"lazy": "1.0.11",
2727
"mocha": "~5.2.0",
28+
"chai": "4.2.0",
2829
"mochawesome": "~3.1.2",
2930
"nativescript-dev-appium": "next",
3031
"nativescript-dev-webpack": "next",

0 commit comments

Comments
 (0)