diff --git a/CHANGELOG.md b/CHANGELOG.md index bb89b3ce..a9ab79b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,31 @@ +## 3.1.10 (2018-02-12) +[Compare `@uirouter/angular-hybrid` versions 3.1.9 and 3.1.10](https://github.com/ui-router/angular-hybrid/compare/3.1.9...3.1.10) + + +### Updated `@uirouter/core` from 5.0.16 to 5.0.17 +[Compare `@uirouter/core` versions 5.0.16 and 5.0.17](https://github.com/ui-router/core/compare/5.0.16...5.0.17) + +### Bug Fixes + +* **core:** Fix leak of old transitions by mutating pathnode*.resolvables*.data ([0a1f518](https://github.com/ui-router/core/commit/0a1f518)) + + +### Updated `@uirouter/angular` from 1.0.0 to 1.0.1 +[Compare `@uirouter/angular` versions 1.0.0 and 1.0.1](https://github.com/ui-router/ng2/compare/1.0.0...1.0.1) + +### Bug Fixes + +* **package:** update [@uirouter](https://github.com/uirouter)/core to version 5.0.17 ([f018f35](https://github.com/ui-router/ng2/commit/f018f35)) +* **uiSrefActive:** Support multiple active classes ([e086700](https://github.com/ui-router/ng2/commit/e086700)) + + +### Updated `@uirouter/angularjs` from 1.0.14 to 1.0.15 +[Compare `@uirouter/angularjs` versions 1.0.14 and 1.0.15](https://github.com/angular-ui/ui-router/compare/1.0.14...1.0.15) + +### Bug Fixes + +* **package:** update [@uirouter](https://github.com/uirouter)/core to version 5.0.17 ([1b54264](https://github.com/angular-ui/ui-router/commit/1b54264)) + ## 3.1.9 (2018-01-31) [Compare `@uirouter/angular-hybrid` versions 3.1.8 and 3.1.9](https://github.com/ui-router/angular-hybrid/compare/3.1.8...3.1.9) diff --git a/package.json b/package.json index b8aa42dc..e065b2a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@uirouter/angular-hybrid", - "version": "3.1.9", + "version": "3.1.10", "scripts": { "example": "cd example && npm i && npm start", "clean": "shx rm -rf lib _bundles",