Skip to content

Commit

Permalink
chore(all): prepare release 1.0.0-beta.1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
EisenbergEffect committed Feb 8, 2016
1 parent 4366f0c commit 372ae81
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 6 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-router",
"version": "1.0.0-beta.1.1.0",
"version": "1.0.0-beta.1.1.1",
"description": "A powerful client-side router.",
"keywords": [
"aurelia",
Expand Down
1 change: 1 addition & 0 deletions dist/amd/aurelia-router.js
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ define(['exports', 'core-js', 'aurelia-logging', 'aurelia-dependency-injection',
delaySwaps.forEach(function (x) {
return x.viewPort.swap(x.viewPortInstruction);
});
return null;
}).then(function () {
return prune(_this);
});
Expand Down
1 change: 1 addition & 0 deletions dist/aurelia-router.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ export class NavigationInstruction {

return Promise.all(loads).then(() => {
delaySwaps.forEach(x => x.viewPort.swap(x.viewPortInstruction));
return null;
}).then(() => prune(this));
}

Expand Down
1 change: 1 addition & 0 deletions dist/commonjs/aurelia-router.js
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ var NavigationInstruction = (function () {
delaySwaps.forEach(function (x) {
return x.viewPort.swap(x.viewPortInstruction);
});
return null;
}).then(function () {
return prune(_this);
});
Expand Down
1 change: 1 addition & 0 deletions dist/es6/aurelia-router.js
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ export class NavigationInstruction {

return Promise.all(loads).then(() => {
delaySwaps.forEach(x => x.viewPort.swap(x.viewPortInstruction));
return null;
}).then(() => prune(this));
}

Expand Down
1 change: 1 addition & 0 deletions dist/system/aurelia-router.js
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,7 @@ System.register(['core-js', 'aurelia-logging', 'aurelia-dependency-injection', '
delaySwaps.forEach(function (x) {
return x.viewPort.swap(x.viewPortInstruction);
});
return null;
}).then(function () {
return prune(_this);
});
Expand Down
3 changes: 3 additions & 0 deletions doc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### 1.0.0-beta.1.1.1 (2016-02-08)


### 1.0.0-beta.1.1.0 (2016-01-29)


Expand Down
8 changes: 4 additions & 4 deletions doc/api.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
"type": {
"type": "reference",
"name": "History",
"id": 629,
"id": 883,
"moduleName": "\"aurelia-history\""
}
},
Expand Down Expand Up @@ -248,7 +248,7 @@
"type": {
"type": "reference",
"name": "History",
"id": 629,
"id": 883,
"moduleName": "\"aurelia-history\""
},
"inheritedFrom": {
Expand Down Expand Up @@ -3572,7 +3572,7 @@
"type": {
"type": "reference",
"name": "History",
"id": 629,
"id": 883,
"moduleName": "\"aurelia-history\""
}
}
Expand Down Expand Up @@ -3646,7 +3646,7 @@
"type": {
"type": "reference",
"name": "History",
"id": 629,
"id": 883,
"moduleName": "\"aurelia-history\""
}
},
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-router",
"version": "1.0.0-beta.1.1.0",
"version": "1.0.0-beta.1.1.1",
"description": "A powerful client-side router.",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 372ae81

Please sign in to comment.