From cc65ec9e2eb6af20adb52e686d6f21e921be57f0 Mon Sep 17 00:00:00 2001 From: EisenbergEffect Date: Mon, 12 Jun 2017 21:37:19 -0700 Subject: [PATCH] chore(all): prepare release 0.30.0 --- doc/CHANGELOG.md | 19 +++++++++++++++++++ lib/dependencies.json | 8 ++++---- package.json | 2 +- 3 files changed, 24 insertions(+), 5 deletions(-) diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 781d26adc..b019bcc96 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -1,3 +1,22 @@ + +# [0.30.0](https://github.com/aurelia/cli/compare/0.29.0...v0.30.0) (2017-06-13) + + +### Bug Fixes + +* **generators:** create elements/attributes in correct location ([7400e71](https://github.com/aurelia/cli/commit/7400e71)) +* **html-minify:** ignore interpolation expressions ([803c904](https://github.com/aurelia/cli/commit/803c904)) +* **package-analyzer:** infer index.js as main ([f5c0ed1](https://github.com/aurelia/cli/commit/f5c0ed1)) +* **project:** only transpile aurelia_project in project root ([6fd3f7f](https://github.com/aurelia/cli/commit/6fd3f7f)) + + +### Features + +* **all:** systemjs support ([36fa685](https://github.com/aurelia/cli/commit/36fa685)), closes [aurelia/cli#198](https://github.com/aurelia/cli/issues/198) +* **build:** allow minify options to be supplied ([177b0c7](https://github.com/aurelia/cli/commit/177b0c7)) + + + # [0.29.0](https://github.com/aurelia/cli/compare/0.28.0...v0.29.0) (2017-04-27) diff --git a/lib/dependencies.json b/lib/dependencies.json index 163c7efa7..34265b276 100644 --- a/lib/dependencies.json +++ b/lib/dependencies.json @@ -1,8 +1,8 @@ { - "aurelia-animator-css": "^1.0.1", - "aurelia-bootstrapper": "^2.1.0", - "aurelia-cli": "^0.27.0", - "aurelia-testing": "^1.0.0-beta.2.0.1", + "aurelia-animator-css": "^1.0.2", + "aurelia-bootstrapper": "^2.1.1", + "aurelia-cli": "^0.30.0", + "aurelia-testing": "^1.0.0-beta.3.0.1", "aurelia-tools": "^1.0.0", "autoprefixer": "^6.3.6", "babel-eslint": "^6.0.4", diff --git a/package.json b/package.json index 02b259d1e..040919f64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-cli", - "version": "0.29.0", + "version": "0.30.0", "description": "The command line tooling for Aurelia.", "keywords": [ "aurelia",