Skip to content

Commit 70d5f96

Browse files
1.0.5
1 parent c6a2fbc commit 70d5f96

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
## 1.0.5 (2022-02-28)
2+
[Compare `@uirouter/react-hybrid` versions 1.0.4 and 1.0.5](https://github.com/ui-router/react-hybrid/compare/1.0.4...1.0.5)
3+
4+
5+
---
6+
7+
8+
### Updated `@uirouter/react` from 1.0.6 to 1.0.7
9+
10+
11+
Changelog for `@uirouter/react`:
12+
13+
14+
[Compare `@uirouter/react` versions 1.0.6 and 1.0.7](https://github.com/ui-router/react/compare/1.0.6...1.0.7)
15+
16+
### Bug Fixes
17+
18+
* update classnames library which has default export type ([#939](https://github.com/ui-router/react/issues/939)) ([c771405](https://github.com/ui-router/react/commit/c771405))
19+
120
## 1.0.4 (2021-05-02)
221
[Compare `@uirouter/react-hybrid` versions 1.0.3 and 1.0.4](https://github.com/ui-router/react-hybrid/compare/1.0.3...1.0.4)
322

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uirouter/react-hybrid",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"scripts": {
55
"clean": "shx rm -rf lib lib-esm _bundles",
66
"compile": "npm run clean && tsc && tsc --module es6 --outDir lib-esm",

0 commit comments

Comments
 (0)