Skip to content

Commit

Permalink
5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherthielen committed Dec 2, 2017
1 parent 39c641d commit 7f04eb4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 5.0.2 (2017-12-02)
[Compare `@uirouter/visualizer` versions 5.0.1 and 5.0.2](https://github.com/ui-router/visualizer/compare/5.0.1...5.0.2)

### Bug Fixes

* **bundle:** externalize uirouter/core ([7732b81](https://github.com/ui-router/visualizer/commit/7732b81))
* **bundle:** fix bundling of css for lib-esm (stackblitz) ([39c641d](https://github.com/ui-router/visualizer/commit/39c641d))
* **example:** fix 'npm start' bundle reference ([0a798a9](https://github.com/ui-router/visualizer/commit/0a798a9))




## 5.0.1 (2017-12-02)
[Compare `@uirouter/visualizer` versions 5.0.0 and 5.0.1](https://github.com/ui-router/visualizer/compare/5.0.0...5.0.1)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@uirouter/visualizer",
"description": "UI-Router State Visualizer and Transition Visualizer",
"version": "5.0.1",
"version": "5.0.2",
"scripts": {
"start": "webpack-dev-server --port 4039 --content-base example",
"clean": "shx rm -rf lib lib-esm _bundles",
Expand Down

0 comments on commit 7f04eb4

Please sign in to comment.