diff --git a/CHANGELOG_WORKBENCH.md b/CHANGELOG_WORKBENCH.md index b27357227..49a515ddc 100644 --- a/CHANGELOG_WORKBENCH.md +++ b/CHANGELOG_WORKBENCH.md @@ -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) diff --git a/docs/site/changelog-workbench/changelog.md b/docs/site/changelog-workbench/changelog.md index 5e32b95e7..81461197b 100644 --- a/docs/site/changelog-workbench/changelog.md +++ b/docs/site/changelog-workbench/changelog.md @@ -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) diff --git a/projects/scion/workbench/package.json b/projects/scion/workbench/package.json index 99d280952..48db1e99f 100644 --- a/projects/scion/workbench/package.json +++ b/projects/scion/workbench/package.json @@ -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,