Skip to content

Commit a509b2a

Browse files
committed
17.1.0
1 parent 693f0e2 commit a509b2a

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# 17.1.0 (2024-04-08)
2+
[Compare `@uirouter/angular-hybrid` versions 16.0.0 and 17.1.0](https://github.com/ui-router/angular-hybrid/compare/16.0.0...17.1.0)
3+
4+
### Features
5+
6+
* Angular 17 support [https://github.com/ui-router/angular-hybrid/issues/594] ([#595](https://github.com/ui-router/angular-hybrid/issues/595)) ([0e4e1da](https://github.com/ui-router/angular-hybrid/commit/0e4e1da))
7+
8+
9+
---
10+
11+
12+
### Updated `@uirouter/angular` from 12.0.0 to 13.0.0
13+
14+
15+
Changelog for `@uirouter/angular`:
16+
17+
18+
[Compare `@uirouter/angular` versions 12.0.0 and 13.0.0](https://github.com/ui-router/angular/compare/12.0.0...13.0.0)
19+
20+
21+
---
22+
23+
24+
### Updated `@uirouter/angularjs` from 1.0.30 to 1.1.0
25+
26+
27+
Changelog for `@uirouter/angularjs`:
28+
29+
30+
[Compare `@uirouter/angularjs` versions 1.0.30 and 1.1.0](https://github.com/angular-ui/ui-router/compare/1.0.30...1.1.0)
31+
32+
### Features
33+
34+
* **package:** move [@uirouter](https://github.com/uirouter)/core to peerDeps as per other uirouter packages ([#3850](https://github.com/angular-ui/ui-router/issues/3850)) ([6dd057c](https://github.com/angular-ui/ui-router/commit/6dd057c))
35+
136
# 16.0.0 (2023-08-18)
237
[Compare `@uirouter/angular-hybrid` versions 15.0.2 and v16.0.0](https://github.com/ui-router/angular-hybrid/compare/15.0.2...v16.0.0)
338

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uirouter/angular-hybrid",
3-
"version": "17.0.0",
3+
"version": "17.1.0",
44
"scripts": {
55
"example": "cd example && npm i && npm start",
66
"clean": "shx rm -rf lib _bundles dist",

0 commit comments

Comments
 (0)