We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f345cdf commit 0a6ed6eCopy full SHA for 0a6ed6e
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 3.0.0 (2019-02-04)
2
+[Compare `@uirouter/angular` versions 2.0.4 and 3.0.0](https://github.com/ui-router/angular/compare/2.0.4...3.0.0)
3
+
4
+### Features
5
6
+* **angular:** Updates for Angular 7 ([7f3132a](https://github.com/ui-router/angular/commit/7f3132a))
7
8
## 2.0.4 (2019-01-29)
9
[Compare `@uirouter/angular` versions 2.0.3 and 2.0.4](https://github.com/ui-router/angular/compare/2.0.3...2.0.4)
10
package.json
@@ -1,7 +1,7 @@
{
"name": "@uirouter/angular",
"description": "State-based routing for Angular",
- "version": "2.0.4",
+ "version": "3.0.0",
"scripts": {
"clean": "shx rm -rf lib lib-esm _bundles _doc",
"compile": "npm run clean && ngc",
0 commit comments