Skip to content

Commit

Permalink
9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Dec 1, 2021
1 parent 257ee61 commit f82d4ee
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
## 9.0.1 (2021-12-01)
[Compare `@uirouter/angular` versions 9.0.0 and 9.0.1](https://github.com/ui-router/angular/compare/9.0.0...9.0.1)

### Bug Fixes

* bump [@uirouter](https://github.com/uirouter)/core and [@uirouter](https://github.com/uirouter)/rx deps ([257ee61](https://github.com/ui-router/angular/commit/257ee61))


---


### Updated `@uirouter/core` from 6.0.7 to 6.0.8


Changelog for `@uirouter/core`:


[Compare `@uirouter/core` versions 6.0.7 and 6.0.8](https://github.com/ui-router/core/compare/6.0.7...6.0.8)


---


### Updated `@uirouter/rx` from 0.6.0 to 1.0.0


Changelog for `@uirouter/rx`:


[Compare `@uirouter/rx` versions 0.6.0 and 1.0.0](https://github.com/ui-router/rx/compare/0.6.0...1.0.0)

### Bug Fixes

* **publish:** Check in npm ignore file ([f11590b](https://github.com/ui-router/rx/commit/f11590b))
* make RXWAIT custom async policy AOT compatible ([a091c48](https://github.com/ui-router/rx/commit/a091c48))


### Features

* **update_dependencies:** Add a repository_dispatch trigger ([af1f9f8](https://github.com/ui-router/rx/commit/af1f9f8))

# 9.0.0 (2021-12-01)
[Compare `@uirouter/angular` versions 8.0.1 and 9.0.0](https://github.com/ui-router/angular/compare/8.0.1...9.0.0)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "./node_modules/ng-packagr/package.schema.json",
"name": "@uirouter/angular",
"description": "State-based routing for Angular",
"version": "9.0.0",
"version": "9.0.1",
"scripts": {
"clean": "shx rm -rf lib lib-esm _bundles _doc dist",
"compile": "npm run clean && ngc",
Expand Down

0 comments on commit f82d4ee

Please sign in to comment.