Skip to content

Commit

Permalink
release(workbench-client): v1.0.0-beta.20
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcarrian authored and danielwiehl committed Oct 31, 2023
1 parent 7a79065 commit 3c90a38
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG_WORKBENCH_CLIENT.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
8 changes: 6 additions & 2 deletions CHANGELOG_WORKBENCH_CLIENT_LATEST.md
Original file line number Diff line number Diff line change
@@ -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))



10 changes: 10 additions & 0 deletions docs/site/changelog-workbench-client/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion projects/scion/workbench-client/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 3c90a38

Please sign in to comment.