From 6464532d8ff9acf51789386323036a1e8648b85a Mon Sep 17 00:00:00 2001 From: EisenbergEffect Date: Thu, 17 Aug 2017 21:37:42 -0700 Subject: [PATCH] chore(all): prepare release 0.31.0 --- doc/CHANGELOG.md | 22 ++++++++++++++++++++++ lib/dependencies.json | 6 +++--- package.json | 2 +- 3 files changed, 26 insertions(+), 4 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index bfb1f4cf0..35c6b9228 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,25 @@ + +# [0.31.0](https://github.com/aurelia/cli/compare/0.30.1...0.31.0) (2017-08-18) + + +### Bug Fixes + +* **bundle:** support both Uglify v3 and v2. ([7b606ab](https://github.com/aurelia/cli/commit/7b606ab)), closes [#636](https://github.com/aurelia/cli/issues/636) +* **bundle:** support quoteless script src attribute ([ffafbc9](https://github.com/aurelia/cli/commit/ffafbc9)), closes [#639](https://github.com/aurelia/cli/issues/639) +* **bundler:** don't trace dependencies which have no main file ([a2cf32b](https://github.com/aurelia/cli/commit/a2cf32b)), closes [/github.com/aurelia/cli/issues/435#issuecomment-293850306](https://github.com//github.com/aurelia/cli/issues/435/issues/issuecomment-293850306) +* **dependencies:** update gulp-sass version ([75d331e](https://github.com/aurelia/cli/commit/75d331e)) +* **dependencies:** update karma-chrome-launcher ([6719a2d](https://github.com/aurelia/cli/commit/6719a2d)) +* **importer:** prevent duplicate dist ([a22dc3d](https://github.com/aurelia/cli/commit/a22dc3d)) +* **systemjs-bundling:** include dependency name in bundle config ([d36f2ae](https://github.com/aurelia/cli/commit/d36f2ae)), closes [aurelia/cli#676](https://github.com/aurelia/cli/issues/676) + + +### Features + +* **all:** add webpack ([2c08625](https://github.com/aurelia/cli/commit/2c08625)) +* **sourcemaps:** inlcude sourcemaps in karma configuration ([ebd79e8](https://github.com/aurelia/cli/commit/ebd79e8)), closes [aurelia/cli#420](https://github.com/aurelia/cli/issues/420) + + + ## [0.30.1](https://github.com/aurelia/cli/compare/0.30.0...v0.30.1) (2017-06-28) diff --git a/lib/dependencies.json b/lib/dependencies.json index 6f86b4a0d..41bc7e478 100644 --- a/lib/dependencies.json +++ b/lib/dependencies.json @@ -7,13 +7,13 @@ "aspnet-webpack": "^2.0.1", "aurelia-animator-css": "^1.0.2", "aurelia-bootstrapper": "^2.1.1", - "aurelia-cli": "^0.30.1", + "aurelia-cli": "^0.31.0", "aurelia-loader-nodejs": "^1.0.1", "aurelia-pal-nodejs": "^1.0.0-beta.1.0.0", - "aurelia-protractor-plugin": "^1.0.3", + "aurelia-protractor-plugin": "^1.0.5", "aurelia-testing": "^1.0.0-beta.3.0.1", "aurelia-tools": "^1.0.0", - "aurelia-webpack-plugin": "^2.0.0-rc.2", + "aurelia-webpack-plugin": "^2.0.0-rc.3", "autoprefixer": "^6.3.6", "awesome-typescript-loader": "^3.2.1", "babel-core": "^6.25.0", diff --git a/package.json b/package.json index 965bfb4d9..c17572b91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "0.30.1", + "version": "0.31.0", "description": "The command line tooling for Aurelia.", "keywords": [ "aurelia",