From be87bb32a23853090c968a337ebeed42eddb8ef7 Mon Sep 17 00:00:00 2001 From: danielwiehl Date: Wed, 21 Dec 2022 23:15:09 +0100 Subject: [PATCH] release(workbench-client): v1.0.0-beta.16 --- CHANGELOG_WORKBENCH_CLIENT.md | 19 +++++++++++++++++++ .../changelog-workbench-client/changelog.md | 19 +++++++++++++++++++ projects/scion/workbench-client/package.json | 2 +- 3 files changed, 39 insertions(+), 1 deletion(-) diff --git a/CHANGELOG_WORKBENCH_CLIENT.md b/CHANGELOG_WORKBENCH_CLIENT.md index e5e54dae7..045dbe3dd 100644 --- a/CHANGELOG_WORKBENCH_CLIENT.md +++ b/CHANGELOG_WORKBENCH_CLIENT.md @@ -1,3 +1,22 @@ +# [1.0.0-beta.16](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.15...workbench-client-1.0.0-beta.16) (2022-12-21) + + +### Features + +* **workbench-client/popup:** 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-client:** update `@scion/microfrontend-platform` to version `1.0.0-rc.12` ([1f674fa](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/1f674fa5b727003efdd99d845a401a0326290fb6)) + + +### BREAKING CHANGES + + +* **workbench-client:** Updating `@scion/microfrontend-platform` to version `1.0.0-rc.12` introduced a breaking change. + + More information on how to migrate can be found in the [changelog](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/blob/master/docs/site/changelog/changelog.md) of the SCION Microfrontend Platform. + # [1.0.0-beta.15](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.14...workbench-client-1.0.0-beta.15) (2022-12-07) diff --git a/docs/site/changelog-workbench-client/changelog.md b/docs/site/changelog-workbench-client/changelog.md index 23bd51dbe..31470b409 100644 --- a/docs/site/changelog-workbench-client/changelog.md +++ b/docs/site/changelog-workbench-client/changelog.md @@ -6,6 +6,25 @@ ## [Changelog][menu-changelog] > Workbench Client (@scion/workbench-client) +# [1.0.0-beta.16](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.15...workbench-client-1.0.0-beta.16) (2022-12-21) + + +### Features + +* **workbench-client/popup:** 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-client:** update `@scion/microfrontend-platform` to version `1.0.0-rc.12` ([1f674fa](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/1f674fa5b727003efdd99d845a401a0326290fb6)) + + +### BREAKING CHANGES + + +* **workbench-client:** Updating `@scion/microfrontend-platform` to version `1.0.0-rc.12` introduced a breaking change. + + More information on how to migrate can be found in the [changelog](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/blob/master/docs/site/changelog/changelog.md) of the SCION Microfrontend Platform. + # [1.0.0-beta.15](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.14...workbench-client-1.0.0-beta.15) (2022-12-07) diff --git a/projects/scion/workbench-client/package.json b/projects/scion/workbench-client/package.json index 156db8165..47c0a9f26 100644 --- a/projects/scion/workbench-client/package.json +++ b/projects/scion/workbench-client/package.json @@ -1,6 +1,6 @@ { "name": "@scion/workbench-client", - "version": "1.0.0-beta.15", + "version": "1.0.0-beta.16", "description": "SCION Workbench Client provides core API for a web app to interact with SCION Workbench and other microfrontends. It is a pure TypeScript library based on the framework-agnostic `@scion/microfrontend-platform` library and can be used with any web stack.", "license": "EPL-2.0", "private": false,