Skip to content

Commit

Permalink
chore(all): prepare release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Aug 17, 2016
1 parent 0e8f884 commit f79679d
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.18.0

* feat(dependency-description): enable direct pathing to standard files
* fix(package-analyzer): dependency package location no longer tied to name
* fix(package-analyzer): ensure path splits across potential plat differences
* feat(project): configure all paths as project items

## 0.17.0

* feat(bundle): add an option to use absolute path in requirejs
Expand Down
10 changes: 5 additions & 5 deletions lib/dependencies.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
"use strict";

let versionMap = {
"aurelia-animator-css": "^1.0.0-rc.1.0.0",
"aurelia-bootstrapper": "^1.0.0-rc.1.0.0",
"aurelia-cli": "^0.17.0",
"aurelia-fetch-client": "^1.0.0-rc.1.0.0",
"aurelia-testing": "^1.0.0-beta.1.0.0",
"aurelia-animator-css": "^1.0.0",
"aurelia-bootstrapper": "^1.0.0",
"aurelia-cli": "^0.18.0",
"aurelia-fetch-client": "^1.0.0",
"aurelia-testing": "^1.0.0-beta.2.0.0",
"aurelia-tools": "^0.2.2",
"autoprefixer": "^6.3.6",
"babel-eslint": "^6.0.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-cli",
"version": "0.17.0",
"version": "0.18.0",
"description": "The command line tooling for Aurelia.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit f79679d

Please sign in to comment.