Skip to content

Commit 08b7d06

Browse files
committed
1.1.1
1 parent 275c595 commit 08b7d06

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
## 1.1.1 (2024-07-15)
2+
[Compare `@uirouter/angularjs` versions 1.1.0 and 1.1.1](https://github.com/angular-ui/ui-router/compare/1.1.0...1.1.1)
3+
4+
### Features
5+
6+
* update uirouter core ([#3859](https://github.com/angular-ui/ui-router/issues/3859)) ([275c595](https://github.com/angular-ui/ui-router/commit/275c595))
7+
8+
9+
---
10+
11+
12+
### Updated `@uirouter/core` from 6.1.0 to 6.1.1
13+
14+
15+
Changelog for `@uirouter/core`:
16+
17+
18+
[Compare `@uirouter/core` versions 6.1.0 and 6.1.1](https://github.com/ui-router/core/compare/6.1.0...6.1.1)
19+
20+
### Bug Fixes
21+
22+
* **stateParams:** $inherit is not affected by enumerable prototype custom methods ([#841](https://github.com/ui-router/core/issues/841)) ([9c94c2a](https://github.com/ui-router/core/commit/9c94c2a))
23+
124
# 1.1.0 (2023-04-16)
225
[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)
326

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uirouter/angularjs",
33
"description": "State-based routing for AngularJS 1.x",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"scripts": {
66
"clean": "shx rm -rf lib lib-esm _doc build release *.log",
77
"compile": "tsc && tsc -m es6 --outDir lib-esm && npm run fixdts",

0 commit comments

Comments
 (0)