From 11a137a3f23cf860bee199f2237977a9b4e5584a Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Wed, 9 Jan 2019 19:35:21 -0800 Subject: [PATCH] 2.0.3 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd90b9397..6f0202e91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +## 2.0.3 (2019-01-10) +[Compare `@uirouter/angular` versions 2.0.2 and 2.0.3](https://github.com/ui-router/angular/compare/2.0.2...2.0.3) + + +### Updated `@uirouter/core` from 5.0.21 to 5.0.22 +[Compare `@uirouter/core` versions 5.0.21 and 5.0.22](https://github.com/ui-router/core/compare/5.0.21...5.0.22) + +### Bug Fixes + +* **lazyLoad:** StateBuilder should not mutate the state declaration ([1478a3c](https://github.com/ui-router/core/commit/1478a3c)), closes [/github.com/ui-router/core/commit/3cd5a2a#r31260154](https://github.com//github.com/ui-router/core/commit/3cd5a2a/issues/r31260154) +* **state:** Update URL in response to ignored transition due to redirect ([c64c252](https://github.com/ui-router/core/commit/c64c252)) + + +### Features + +* **TransitionHook:** Pass in transition to HookMatchCriteria ([#255](https://github.com/ui-router/core/issues/255)) ([926705e](https://github.com/ui-router/core/commit/926705e)) + ## 2.0.2 (2018-08-11) [Compare `@uirouter/angular` versions 2.0.1 and 2.0.2](https://github.com/ui-router/angular/compare/2.0.1...2.0.2) diff --git a/package.json b/package.json index 9a12f5f2c..afc5a1c68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@uirouter/angular", "description": "State-based routing for Angular", - "version": "2.0.2", + "version": "2.0.3", "scripts": { "clean": "shx rm -rf lib lib-esm _bundles _doc", "compile": "npm run clean && ngc",