Skip to content

Commit

Permalink
release(workbench): v14.0.0-beta.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwiehl authored and Marcarrian committed Oct 12, 2022
1 parent fe28c46 commit 6f05791
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG_WORKBENCH.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [14.0.0-beta.4](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/14.0.0-beta.3...14.0.0-beta.4) (2022-10-11)


### Bug Fixes

* **workbench/view:** display title/heading of a view as specified in the constructor of the view ([74db341](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/74db3416f3f10e669aa8660853551219e73484d7))


### Features

* **workbench/popup:** add 'referrer' to popup handle to provide information about the calling context ([edf6f53](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/edf6f53244508f77bc6b8db3e32607b5211c4ccd))
* **workbench/popup:** associate `sci-router-outlet` with provider and capability identity ([71176b7](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/71176b723b275056df4bc79b1489b6ebd61f0036))
* **workbench/view:** associate `sci-router-outlet` with provider and capability identity ([47f0f96](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/47f0f96a1151f424df2f0775bdc6feca53932586))



# [14.0.0-beta.3](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/14.0.0-beta.2...14.0.0-beta.3) (2022-10-10)


Expand Down
16 changes: 16 additions & 0 deletions docs/site/changelog-workbench/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@
## [Changelog][menu-changelog] > Workbench (@scion/workbench)


# [14.0.0-beta.4](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/14.0.0-beta.3...14.0.0-beta.4) (2022-10-11)


### Bug Fixes

* **workbench/view:** display title/heading of a view as specified in the constructor of the view ([74db341](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/74db3416f3f10e669aa8660853551219e73484d7))


### Features

* **workbench/popup:** add 'referrer' to popup handle to provide information about the calling context ([edf6f53](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/edf6f53244508f77bc6b8db3e32607b5211c4ccd))
* **workbench/popup:** associate `sci-router-outlet` with provider and capability identity ([71176b7](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/71176b723b275056df4bc79b1489b6ebd61f0036))
* **workbench/view:** associate `sci-router-outlet` with provider and capability identity ([47f0f96](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/47f0f96a1151f424df2f0775bdc6feca53932586))



# [14.0.0-beta.3](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/14.0.0-beta.2...14.0.0-beta.3) (2022-10-10)


Expand Down
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": "14.0.0-beta.3",
"version": "14.0.0-beta.4",
"description": "SCION Workbench provides a workbench layout for Angular applications useful for applications with non-linear workflows where users want to flexibly view and edit content in parallel.",
"license": "EPL-2.0",
"private": false,
Expand Down

0 comments on commit 6f05791

Please sign in to comment.