Skip to content

Commit

Permalink
release: version 0.0.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwiehl committed Dec 11, 2018
1 parent b971447 commit 9d956ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projects/scion/workbench/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scion/workbench",
"version": "0.0.0-beta.5",
"version": "0.0.0-beta.6",
"description": "SCION Workbench helps to build multi-view web applications and integrates separate micro frontends into a consistent rich web application. Views are shown within tabs which can be flexible arranged and dragged around by the user.",
"license": "EPL-2.0",
"homepage": "https://github.com/SchweizerischeBundesbahnen/scion-workbench",
Expand Down
8 changes: 7 additions & 1 deletion resources/site/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,16 @@

# Changelog

<a name="0.0.0-beta.6"></a>
## [0.0.0-beta.6](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/0.0.0-beta.5...0.0.0-beta.6) (2018-07-24)

### Bug Fixes

* Make parameter 'extras' of method 'WorkbenchRouter.navigate(any[], WbNavigationExtras)' optional ([#5](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/5)) ([76544aa](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/76544aa))

<a name="0.0.0-beta.5"></a>
## [0.0.0-beta.5](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/0.0.0-beta.4...0.0.0-beta.5) (2018-07-24)


### Bug Fixes

* Allow to navigate to view/activity routes of lazy loaded modules ([#5](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/5)) ([051891c](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/051891c))
Expand Down

0 comments on commit 9d956ae

Please sign in to comment.