Skip to content

Commit

Permalink
10.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wawyed committed Sep 16, 2022
1 parent b6c3428 commit 1795920
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 10.0.0 (2022-09-16)
[Compare `@uirouter/angular` versions 9.1.0 and 10.0.0](https://github.com/ui-router/angular/compare/9.1.0...10.0.0)

### Features

* Support Angular 14

* 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.1.0 (2021-12-01)
[Compare `@uirouter/angular` versions 9.0.1 and 9.1.0](https://github.com/ui-router/angular/compare/9.0.1...9.1.0)

Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uirouter/angular",
"description": "State-based routing for Angular",
"version": "9.1.0",
"version": "10.0.0",
"scripts": {
"clean": "shx rm -rf lib lib-esm _bundles _doc dist",
"compile": "npm run clean && ngc",
Expand Down Expand Up @@ -84,7 +84,9 @@
]
},
"checkPeerDependencies": {
"ignore": ["ajv"]
"ignore": [
"ajv"
]
},
"husky": {
"hooks": {
Expand Down

0 comments on commit 1795920

Please sign in to comment.