From 1d85e8535bf3caf708922dc6e157765bd25be8a7 Mon Sep 17 00:00:00 2001 From: AureliaEffect Date: Fri, 3 May 2019 05:59:50 +0000 Subject: [PATCH 1/2] chore(all): merge latest release --- bower.json | 2 +- doc/CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index e862391c..940e0457 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-router", - "version": "1.7.0", + "version": "1.7.1", "description": "A powerful client-side router.", "keywords": [ "aurelia", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 85aa179f..4d5a78d6 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.7.1](https://github.com/aurelia/router/compare/1.7.0...1.7.1) (2019-05-03) + + +### Bug Fixes + +* **router:** await viewModel configureRouter ([aed5f53](https://github.com/aurelia/router/commit/aed5f53)) + + + ## [1.6.4](https://github.com/aurelia/router/compare/1.6.3...1.6.4) (2019-04-17) diff --git a/package-lock.json b/package-lock.json index 7eae7fdf..804455ae 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aurelia-router", - "version": "1.6.4", + "version": "1.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 91eca3af..93b9d447 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-router", - "version": "1.7.0", + "version": "1.7.1", "description": "A powerful client-side router.", "keywords": [ "aurelia", From cdc3bd12d2b5347387279b508cd294def0ef0ed9 Mon Sep 17 00:00:00 2001 From: AureliaEffect Date: Fri, 3 May 2019 06:03:25 +0000 Subject: [PATCH 2/2] chore(release): 1.7.2 --- bower.json | 2 +- doc/CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/bower.json b/bower.json index 940e0457..d1f4169d 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "aurelia-router", - "version": "1.7.1", + "version": "1.7.2", "description": "A powerful client-side router.", "keywords": [ "aurelia", diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md index 4d5a78d6..e11cc4cb 100644 --- a/doc/CHANGELOG.md +++ b/doc/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.7.2](https://github.com/aurelia/router/compare/1.7.0...1.7.2) (2019-05-03) + + +### Bug Fixes + +* **router:** await viewModel configureRouter ([aed5f53](https://github.com/aurelia/router/commit/aed5f53)) + + + ## [1.7.1](https://github.com/aurelia/router/compare/1.7.0...1.7.1) (2019-05-03) diff --git a/package-lock.json b/package-lock.json index 804455ae..53ef7605 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "aurelia-router", - "version": "1.7.1", + "version": "1.7.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 93b9d447..25e93e9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aurelia-router", - "version": "1.7.1", + "version": "1.7.2", "description": "A powerful client-side router.", "keywords": [ "aurelia",