Skip to content

Commit ed56041

Browse files
committed
chore(*): update changelog
1 parent ec4aa12 commit ed56041

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 15.0.0 (2023-03-21)
2+
[Compare `@uirouter/angular-hybrid` versions 13.0.0 and 15.0.0](https://github.com/ui-router/angular-hybrid/compare/13.0.0...15.0.0)
3+
4+
### Features
5+
6+
* support angular 15 ([ec4aa12](https://github.com/ui-router/angular-hybrid/commit/ec4aa12))
7+
18
# 14.0.0 (2022-09-17)
29
[Compare `@uirouter/angular-hybrid` versions 13.0.0 and 14.0.0](https://github.com/ui-router/angular-hybrid/compare/13.0.0...14.0.0)
310

downstream_projects.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"example": "./example",
3-
"sample-app-angular-hybrid": "https://github.com/ui-router/sample-app-angular-hybrid.git@upgrade-to-angular-15"
3+
"sample-app-angular-hybrid": "https://github.com/ui-router/sample-app-angular-hybrid.git"
44
}

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": "14.0.0",
3+
"version": "15.0.0",
44
"scripts": {
55
"example": "cd example && npm i && npm start",
66
"clean": "shx rm -rf lib _bundles dist",

0 commit comments

Comments
 (0)