Skip to content

Commit f82d4ee

Browse files
9.0.1
1 parent 257ee61 commit f82d4ee

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
## 9.0.1 (2021-12-01)
2+
[Compare `@uirouter/angular` versions 9.0.0 and 9.0.1](https://github.com/ui-router/angular/compare/9.0.0...9.0.1)
3+
4+
### Bug Fixes
5+
6+
* bump [@uirouter](https://github.com/uirouter)/core and [@uirouter](https://github.com/uirouter)/rx deps ([257ee61](https://github.com/ui-router/angular/commit/257ee61))
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/rx` from 0.6.0 to 1.0.0
25+
26+
27+
Changelog for `@uirouter/rx`:
28+
29+
30+
[Compare `@uirouter/rx` versions 0.6.0 and 1.0.0](https://github.com/ui-router/rx/compare/0.6.0...1.0.0)
31+
32+
### Bug Fixes
33+
34+
* **publish:** Check in npm ignore file ([f11590b](https://github.com/ui-router/rx/commit/f11590b))
35+
* make RXWAIT custom async policy AOT compatible ([a091c48](https://github.com/ui-router/rx/commit/a091c48))
36+
37+
38+
### Features
39+
40+
* **update_dependencies:** Add a repository_dispatch trigger ([af1f9f8](https://github.com/ui-router/rx/commit/af1f9f8))
41+
142
# 9.0.0 (2021-12-01)
243
[Compare `@uirouter/angular` versions 8.0.1 and 9.0.0](https://github.com/ui-router/angular/compare/8.0.1...9.0.0)
344

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "./node_modules/ng-packagr/package.schema.json",
33
"name": "@uirouter/angular",
44
"description": "State-based routing for Angular",
5-
"version": "9.0.0",
5+
"version": "9.0.1",
66
"scripts": {
77
"clean": "shx rm -rf lib lib-esm _bundles _doc dist",
88
"compile": "npm run clean && ngc",

0 commit comments

Comments
 (0)