From 581127dc1d4744657617945294daa9fdc8e771ea Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Tue, 30 Nov 2021 20:15:55 -1000 Subject: [PATCH] 13.0.0 --- CHANGELOG.md | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 54 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb72604..b1d3e55 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,56 @@ +# 13.0.0 (2021-12-01) +[Compare `@uirouter/angular-hybrid` versions 12.0.0 and 13.0.0](https://github.com/ui-router/angular-hybrid/compare/12.0.0...13.0.0) + +### Features + +* update to angular 13 and uirouter/angular 9.1.0 ([56539f6](https://github.com/ui-router/angular-hybrid/commit/56539f6)) + + +--- + + +### Updated `@uirouter/core` from 6.0.7 to 6.0.8 + + +Changelog for `@uirouter/core`: + + +[Compare `@uirouter/core` versions 6.0.7 and 6.0.8](https://github.com/ui-router/core/compare/6.0.7...6.0.8) + + +--- + + +### Updated `@uirouter/angular` from 8.0.0 to 9.1.0 + + +Changelog for `@uirouter/angular`: + + +[Compare `@uirouter/angular` versions 8.0.0 and 9.1.0](https://github.com/ui-router/angular/compare/8.0.0...9.1.0) + +### Features + +* support angular 12 and 13 + +### Bug Fixes + +* build package with Angular 13. ([500f2f7](https://github.com/ui-router/angular/commit/500f2f7)) +* bump [@uirouter](https://github.com/uirouter)/core and [@uirouter](https://github.com/uirouter)/rx deps ([257ee61](https://github.com/ui-router/angular/commit/257ee61)) +* **location:** do not add hash to URL twice ([#847](https://github.com/ui-router/angular/issues/847)) ([3794b25](https://github.com/ui-router/angular/commit/3794b25)) + + +--- + + +### Updated `@uirouter/angularjs` from 1.0.29 to 1.0.30 + + +Changelog for `@uirouter/angularjs`: + + +[Compare `@uirouter/angularjs` versions 1.0.29 and 1.0.30](https://github.com/angular-ui/ui-router/compare/1.0.29...1.0.30) + # 12.0.0 (2020-12-21) [Compare `@uirouter/angular-hybrid` versions 11.0.2 and 12.0.0](https://github.com/ui-router/angular-hybrid/compare/11.0.2...12.0.0) diff --git a/package.json b/package.json index 7f6dd8b..44731f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "./node_modules/ng-packagr/package.schema.json", "name": "@uirouter/angular-hybrid", - "version": "12.0.0", + "version": "13.0.0", "scripts": { "example": "cd example && npm i && npm start", "clean": "shx rm -rf lib _bundles dist",