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

chore: merge release in master #1050

Merged
merged 5 commits into from
Sep 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
<a name="1.2.0"></a>
# [1.2.0](https://github.com/NativeScript/nativescript-dev-webpack/compare/1.1.1...1.2.0) (2019-09-03)


### Bug Fixes

* register non-relative app.css module ([710acd7](https://github.com/NativeScript/nativescript-dev-webpack/commit/710acd7))


### Features

* support dynamic ES6 import ([4a07932](https://github.com/NativeScript/nativescript-dev-webpack/commit/4a07932))


<a name="1.1.1"></a>
## [1.1.1](https://github.com/NativeScript/nativescript-dev-webpack/compare/1.1.0...1.1.1) (2019-08-22)

Expand Down
1 change: 1 addition & 0 deletions demo/AngularApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"chai-as-promised": "~7.1.1",
"lazy": "1.0.11",
"mocha": "~5.2.0",
"chai": "4.2.0",
"mochawesome": "~3.1.2",
"nativescript-dev-appium": "next",
"nativescript-dev-webpack": "next",
Expand Down
1 change: 1 addition & 0 deletions demo/JavaScriptApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"babel-types": "6.26.0",
"babylon": "6.18.0",
"lazy": "1.0.11",
"chai": "4.2.0",
"mocha": "~5.2.0",
"mochawesome": "~3.1.2",
"nativescript-dev-appium": "next",
Expand Down
1 change: 1 addition & 0 deletions demo/TypeScriptApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
"babylon": "6.18.0",
"lazy": "1.0.11",
"mocha": "~5.2.0",
"chai": "4.2.0",
"mochawesome": "~3.1.2",
"nativescript-dev-appium": "next",
"nativescript-dev-webpack": "next",
Expand Down