Skip to content

Commit 6ad37d9

Browse files
11.0.1
1 parent 9fb89f2 commit 6ad37d9

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
## 11.0.1 (2020-07-21)
2+
[Compare `@uirouter/angular-hybrid` versions 11.0.0 and 11.0.1](https://github.com/ui-router/angular-hybrid/compare/11.0.0...11.0.1)
3+
4+
5+
---
6+
7+
8+
### Updated `@uirouter/core` from 6.0.5 to 6.0.6
9+
10+
11+
Changelog for `@uirouter/core`:
12+
13+
14+
[Compare `@uirouter/core` versions 6.0.5 and 6.0.6](https://github.com/ui-router/core/compare/6.0.5...6.0.6)
15+
16+
### Bug Fixes
17+
18+
* **params:** Bi-directionally en/decode path and search params. ([#618](https://github.com/ui-router/core/issues/618)) ([89e99cd](https://github.com/ui-router/core/commit/89e99cd))
19+
20+
21+
---
22+
23+
24+
### Updated `@uirouter/angularjs` from 1.0.26 to 1.0.27
25+
26+
27+
Changelog for `@uirouter/angularjs`:
28+
29+
30+
[Compare `@uirouter/angularjs` versions 1.0.26 and 1.0.27](https://github.com/angular-ui/ui-router/compare/1.0.26...1.0.27)
31+
32+
### Bug Fixes
33+
34+
* make augmented StateRegistry.register overload better match the signature in core ([db4e63f](https://github.com/angular-ui/ui-router/commit/db4e63f))
35+
36+
137
# 11.0.0 (2020-07-16)
238
[Compare `@uirouter/angular-hybrid` versions 10.0.1 and 11.0.0](https://github.com/ui-router/angular-hybrid/compare/10.0.1...11.0.0)
339

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./node_modules/ng-packagr/package.schema.json",
33
"name": "@uirouter/angular-hybrid",
4-
"version": "11.0.0",
4+
"version": "11.0.1",
55
"scripts": {
66
"example": "cd example && npm i && npm start",
77
"clean": "shx rm -rf lib _bundles dist",

0 commit comments

Comments
 (0)