From 8df704445ef514dc1e995738bcc382cfacd52dda Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Tue, 29 Jan 2019 11:52:59 -0800 Subject: [PATCH] 0.8.9 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 05dcb3b1..c5eebaa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 0.8.9 (2019-01-29) +[Compare `@uirouter/react` versions 0.8.8 and 0.8.9](https://github.com/ui-router/react/compare/0.8.8...0.8.9) + + +### Updated `@uirouter/core` from 5.0.22 to 5.0.23 +[Compare `@uirouter/core` versions 5.0.22 and 5.0.23](https://github.com/ui-router/core/compare/5.0.22...5.0.23) + +### Bug Fixes + +* **test_downstream_projects:** don't double build core while testing downstreams ([148b16b](https://github.com/ui-router/core/commit/148b16b)) +* **typescript:** Fix typing of onChange callback in UrlService ([961ed0f](https://github.com/ui-router/core/commit/961ed0f)), closes [#229](https://github.com/ui-router/core/issues/229) +* **typescript:** Mark `params` as optional in StateService.href ([614bfb4](https://github.com/ui-router/core/commit/614bfb4)), closes [#287](https://github.com/ui-router/core/issues/287) +* **vanilla:** Fix baseHref parsing with chrome-extension:// urls ([f11be4d](https://github.com/ui-router/core/commit/f11be4d)), closes [#304](https://github.com/ui-router/core/issues/304) + ## 0.8.8 (2019-01-10) [Compare `@uirouter/react` versions 0.8.7 and 0.8.8](https://github.com/ui-router/react/compare/0.8.7...0.8.8) diff --git a/package.json b/package.json index 8bab56f9..0c99986e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uirouter/react", - "version": "0.8.8", + "version": "0.8.9", "description": "State based routing for React", "main": "lib/index.js", "typings": "lib/index.d.ts",