Skip to content

Commit f6eecb1

Browse files
committed
14.0.0
1 parent bf5ea56 commit f6eecb1

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# 14.0.0 (2022-09-17)
2+
[Compare `@uirouter/angular-hybrid` versions 13.0.0 and 14.0.0](https://github.com/ui-router/angular-hybrid/compare/13.0.0...14.0.0)
3+
4+
### Features
5+
6+
* support angular 14 and update to uirouter/angular 10
7+
8+
---
9+
10+
11+
### Updated `@uirouter/angular` from 9.1.0 to 10.0.0
12+
13+
14+
Changelog for `@uirouter/angular`:
15+
16+
17+
[Compare `@uirouter/angular` versions 9.1.0 and 10.0.0](https://github.com/ui-router/angular/compare/9.1.0...10.0.0)
18+
19+
### Features
20+
21+
* Update uiSref input type from string to StateOrName ([#943](https://github.com/ui-router/angular/issues/943)) ([fe26fe0](https://github.com/ui-router/angular/commit/fe26fe0))
22+
123
# 13.0.0 (2021-12-01)
224
[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)
325

package.json

+1-1
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": "13.0.0",
4+
"version": "14.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)