diff --git a/CHANGELOG_WORKBENCH_CLIENT.md b/CHANGELOG_WORKBENCH_CLIENT.md index 0f1bf9abf..65ab45851 100644 --- a/CHANGELOG_WORKBENCH_CLIENT.md +++ b/CHANGELOG_WORKBENCH_CLIENT.md @@ -1,3 +1,13 @@ +# [1.0.0-beta.20](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.19...workbench-client-1.0.0-beta.20) (2023-10-31) + + +### Features + +* **workbench-client:** enable microfrontend to display a splash until loaded ([7a79065](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/7a79065543da636b545672fd01cfeceb2fbab323)) +* **workbench-client:** provide workbench color scheme ([ed63b22](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/ed63b225976c23b39446d4095fded734937e030a)) + + + # [1.0.0-beta.19](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.18...workbench-client-1.0.0-beta.19) (2023-10-10) diff --git a/CHANGELOG_WORKBENCH_CLIENT_LATEST.md b/CHANGELOG_WORKBENCH_CLIENT_LATEST.md index eba567001..c3799eac6 100644 --- a/CHANGELOG_WORKBENCH_CLIENT_LATEST.md +++ b/CHANGELOG_WORKBENCH_CLIENT_LATEST.md @@ -1,6 +1,10 @@ -# [1.0.0-beta.19](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.18...workbench-client-1.0.0-beta.19) (2023-10-10) +# [1.0.0-beta.20](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.19...workbench-client-1.0.0-beta.20) (2023-10-31) ### Features -* **workbench-client:** rework tab design and styling of the SCION Workbench ([5cbd354](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/5cbd3544019192f3f01de5faf985b78f0a5ba63b)), closes [#110](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/110) +* **workbench-client:** enable microfrontend to display a splash until loaded ([7a79065](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/7a79065543da636b545672fd01cfeceb2fbab323)) +* **workbench-client:** provide workbench color scheme ([ed63b22](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/ed63b225976c23b39446d4095fded734937e030a)) + + + diff --git a/docs/site/changelog-workbench-client/changelog.md b/docs/site/changelog-workbench-client/changelog.md index 6f331a30b..dff66ecfe 100644 --- a/docs/site/changelog-workbench-client/changelog.md +++ b/docs/site/changelog-workbench-client/changelog.md @@ -6,6 +6,16 @@ ## [Changelog][menu-changelog] > Workbench Client (@scion/workbench-client) +# [1.0.0-beta.20](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.19...workbench-client-1.0.0-beta.20) (2023-10-31) + + +### Features + +* **workbench-client:** enable microfrontend to display a splash until loaded ([7a79065](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/7a79065543da636b545672fd01cfeceb2fbab323)) +* **workbench-client:** provide workbench color scheme ([ed63b22](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/ed63b225976c23b39446d4095fded734937e030a)) + + + # [1.0.0-beta.19](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.18...workbench-client-1.0.0-beta.19) (2023-10-10) diff --git a/projects/scion/workbench-client/package.json b/projects/scion/workbench-client/package.json index 6e8e11e6d..8959df5d1 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.19", + "version": "1.0.0-beta.20", "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,