Skip to content

Commit

Permalink
chore(all): prepare release 0.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Jan 24, 2015
1 parent fb6ad86 commit fbfec94
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-bootstrapper",
"version": "0.9.1",
"version": "0.9.2",
"description": "Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.",
"keywords": [
"aurelia",
Expand Down
1 change: 1 addition & 0 deletions dist/amd/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ define(["exports", "aurelia-loader-default", "aurelia-framework", "aurelia-loggi
}));

toLoad.push(System.normalize("aurelia-templating-resources", bName).then(function (name) {
System.map["aurelia-templating-resources"] = name;
aurelia.use.defaultResources = function () {
aurelia.use.plugin(name);
return this;
Expand Down
1 change: 1 addition & 0 deletions dist/commonjs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ function configureAurelia(aurelia) {
}));

toLoad.push(System.normalize("aurelia-templating-resources", bName).then(function (name) {
System.map["aurelia-templating-resources"] = name;
aurelia.use.defaultResources = function () {
aurelia.use.plugin(name);
return this;
Expand Down
1 change: 1 addition & 0 deletions dist/es6/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ function configureAurelia(aurelia){
}));

toLoad.push(System.normalize('aurelia-templating-resources', bName).then(name => {
System.map['aurelia-templating-resources'] = name;
aurelia.use.defaultResources = function(){
aurelia.use.plugin(name);
return this;
Expand Down
1 change: 1 addition & 0 deletions dist/system/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ System.register(["aurelia-loader-default", "aurelia-framework", "aurelia-logging
}));

toLoad.push(System.normalize("aurelia-templating-resources", bName).then(function (name) {
System.map["aurelia-templating-resources"] = name;
aurelia.use.defaultResources = function () {
aurelia.use.plugin(name);
return this;
Expand Down
8 changes: 8 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 0.9.2 (2015-01-24)


#### Bug Fixes

* **bootstrapped:** ensure that templating resources are in System.map ([fb6ad861](http://github.com/aurelia/bootstrapper/commit/fb6ad8615483c7f9dedb017599c4f04bb6135c61))


### 0.9.1 (2015-01-24)


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-bootstrapper",
"version": "0.9.1",
"version": "0.9.2",
"description": "Sets up the default configuration for the aurelia framework and gets you up and running quick and easy.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit fbfec94

Please sign in to comment.