Skip to content

Commit 581127d

Browse files
13.0.0
1 parent 56539f6 commit 581127d

File tree

2 files changed

+54
-1
lines changed

2 files changed

+54
-1
lines changed

CHANGELOG.md

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
# 13.0.0 (2021-12-01)
2+
[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)
3+
4+
### Features
5+
6+
* update to angular 13 and uirouter/angular 9.1.0 ([56539f6](https://github.com/ui-router/angular-hybrid/commit/56539f6))
7+
8+
9+
---
10+
11+
12+
### Updated `@uirouter/core` from 6.0.7 to 6.0.8
13+
14+
15+
Changelog for `@uirouter/core`:
16+
17+
18+
[Compare `@uirouter/core` versions 6.0.7 and 6.0.8](https://github.com/ui-router/core/compare/6.0.7...6.0.8)
19+
20+
21+
---
22+
23+
24+
### Updated `@uirouter/angular` from 8.0.0 to 9.1.0
25+
26+
27+
Changelog for `@uirouter/angular`:
28+
29+
30+
[Compare `@uirouter/angular` versions 8.0.0 and 9.1.0](https://github.com/ui-router/angular/compare/8.0.0...9.1.0)
31+
32+
### Features
33+
34+
* support angular 12 and 13
35+
36+
### Bug Fixes
37+
38+
* build package with Angular 13. ([500f2f7](https://github.com/ui-router/angular/commit/500f2f7))
39+
* bump [@uirouter](https://github.com/uirouter)/core and [@uirouter](https://github.com/uirouter)/rx deps ([257ee61](https://github.com/ui-router/angular/commit/257ee61))
40+
* **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))
41+
42+
43+
---
44+
45+
46+
### Updated `@uirouter/angularjs` from 1.0.29 to 1.0.30
47+
48+
49+
Changelog for `@uirouter/angularjs`:
50+
51+
52+
[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)
53+
154
# 12.0.0 (2020-12-21)
255
[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)
356

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/ng-packagr/package.schema.json",
33
"name": "@uirouter/angular-hybrid",
4-
"version": "12.0.0",
4+
"version": "13.0.0",
55
"scripts": {
66
"example": "cd example && npm i && npm start",
77
"clean": "shx rm -rf lib _bundles dist",

0 commit comments

Comments
 (0)