Skip to content

Commit

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


### Bug Fixes

* **workbench/popup:** attach popup to the DOM even if the view is inactive ([24d7d7c](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/24d7d7c40c8e68ddb8b12fa6421d0d02d7ae772c))
* **workbench/popup:** do not provide popup config for injection ([1656679](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/1656679247bdc435d80055405070ee5bcc430bff))


### Features

* **workbench/host:** enable popup opener to locate popup via CSS class ([73a4ee0](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/73a4ee02cc8a6010956766f1e114a7791346031e)), closes [#358](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/358)


### Dependencies

* **workbench/host:** update `@scion/microfrontend-platform` to version `1.0.0-rc.12` ([1f674fa](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/1f674fa5b727003efdd99d845a401a0326290fb6))


# [14.0.0-beta.7](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/14.0.0-beta.6...14.0.0-beta.7) (2022-12-07)


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


# [14.0.0-beta.8](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/14.0.0-beta.7...14.0.0-beta.8) (2022-12-21)


### Bug Fixes

* **workbench/popup:** attach popup to the DOM even if the view is inactive ([24d7d7c](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/24d7d7c40c8e68ddb8b12fa6421d0d02d7ae772c))
* **workbench/popup:** do not provide popup config for injection ([1656679](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/1656679247bdc435d80055405070ee5bcc430bff))


### Features

* **workbench/host:** enable popup opener to locate popup via CSS class ([73a4ee0](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/73a4ee02cc8a6010956766f1e114a7791346031e)), closes [#358](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/358)


### Dependencies

* **workbench/host:** update `@scion/microfrontend-platform` to version `1.0.0-rc.12` ([1f674fa](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/1f674fa5b727003efdd99d845a401a0326290fb6))


# [14.0.0-beta.7](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/14.0.0-beta.6...14.0.0-beta.7) (2022-12-07)


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.7",
"version": "14.0.0-beta.8",
"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 1b97c24

Please sign in to comment.