Skip to content

Commit 1795920

Browse files
committed
10.0.0
1 parent b6c3428 commit 1795920

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 10.0.0 (2022-09-16)
2+
[Compare `@uirouter/angular` versions 9.1.0 and 10.0.0](https://github.com/ui-router/angular/compare/9.1.0...10.0.0)
3+
4+
### Features
5+
6+
* Support Angular 14
7+
8+
* 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))
9+
110
# 9.1.0 (2021-12-01)
211
[Compare `@uirouter/angular` versions 9.0.1 and 9.1.0](https://github.com/ui-router/angular/compare/9.0.1...9.1.0)
312

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uirouter/angular",
33
"description": "State-based routing for Angular",
4-
"version": "9.1.0",
4+
"version": "10.0.0",
55
"scripts": {
66
"clean": "shx rm -rf lib lib-esm _bundles _doc dist",
77
"compile": "npm run clean && ngc",
@@ -84,7 +84,9 @@
8484
]
8585
},
8686
"checkPeerDependencies": {
87-
"ignore": ["ajv"]
87+
"ignore": [
88+
"ajv"
89+
]
8890
},
8991
"husky": {
9092
"hooks": {

0 commit comments

Comments
 (0)