Skip to content

Commit d25ca41

Browse files
5.1.1
1 parent 9863eda commit d25ca41

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 5.1.1 (2018-01-03)
2+
[Compare `@uirouter/visualizer` versions 5.1.0 and 5.1.1](https://github.com/ui-router/visualizer/compare/5.1.0...5.1.1)
3+
4+
### Bug Fixes
5+
6+
* **transitionvis:** Fix style on arrow so it takes up entire vertical space of its state block ([9863eda](https://github.com/ui-router/visualizer/commit/9863eda))
7+
8+
9+
10+
111
# 5.1.0 (2018-01-03)
212
[Compare `@uirouter/visualizer` versions 5.0.6 and 5.1.0](https://github.com/ui-router/visualizer/compare/5.0.6...5.1.0)
313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@uirouter/visualizer",
33
"description": "UI-Router State Visualizer and Transition Visualizer",
4-
"version": "5.1.0",
4+
"version": "5.1.1",
55
"scripts": {
66
"start": "webpack-dev-server --port 4039 --content-base example",
77
"clean": "shx rm -rf lib lib-esm _bundles",

0 commit comments

Comments
 (0)