From c9850e0be99bd2636b1ec9e2d23efe57d5178910 Mon Sep 17 00:00:00 2001 From: Rob Eisenberg Date: Mon, 25 Jul 2016 12:33:21 -0400 Subject: [PATCH] chore(all): prepare release 1.0.0-rc.1.0.9 --- bower.json | 2 +- package.json | 14 +++++++++++--- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/bower.json b/bower.json index a7019df1..b0387cad 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-framework", - "version": "1.0.0-rc.1.0.8", + "version": "1.0.0-rc.1.0.9", "description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.", "keywords": [ "aurelia", diff --git a/package.json b/package.json index 46678a4f..b5d8408c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-framework", - "version": "1.0.0-rc.1.0.8", + "version": "1.0.0-rc.1.0.9", "description": "The aurelia framework brings together all the required core aurelia libraries into a ready-to-go application-building platform.", "keywords": [ "aurelia", @@ -135,11 +135,19 @@ }, { "title": "JSPM Setup", - "href": "doc/article/en-US/jspm-setup.md" + "href": "doc/article/en-US/setup-jspm.md" }, { "title": "JSPM Bundling", - "href": "doc/article/en-US/jspm-bundling.md" + "href": "doc/article/en-US/bundling-jspm.md" + }, + { + "title": "Webpack Setup", + "href": "doc/article/en-US/setup-webpack.md" + }, + { + "title": "Webpack Bundling", + "href": "doc/article/en-US/bundling-webpack.md" }, { "title": "Creating Components",