From b8f199e16e20ceef26c2f647155c0cbd5a0d5000 Mon Sep 17 00:00:00 2001 From: mofogasy Date: Fri, 9 Jul 2021 11:26:17 +0200 Subject: [PATCH] release(workbench-client): v1.0.0-beta.7 --- CHANGELOG_WORKBENCH_CLIENT.md | 9 +++++++++ docs/site/changelog-workbench-client/changelog.md | 9 +++++++++ projects/scion/workbench-client/package.json | 6 +++--- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG_WORKBENCH_CLIENT.md b/CHANGELOG_WORKBENCH_CLIENT.md index 24c09bb88..949e1247a 100644 --- a/CHANGELOG_WORKBENCH_CLIENT.md +++ b/CHANGELOG_WORKBENCH_CLIENT.md @@ -1,3 +1,12 @@ +# [1.0.0-beta.7](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.6...workbench-client-1.0.0-beta.7) (2021-07-09) + + +### chore + +* compile with TypeScript strict checks enabled ([2f26260](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/2f26260b0f6e93eda8a6a6c71f102c0e60960e5f)), closes [#246](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/246) + + + # [1.0.0-beta.6](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.5...workbench-client-1.0.0-beta.6) (2021-04-13) diff --git a/docs/site/changelog-workbench-client/changelog.md b/docs/site/changelog-workbench-client/changelog.md index 4a51cc79a..6192a4f12 100644 --- a/docs/site/changelog-workbench-client/changelog.md +++ b/docs/site/changelog-workbench-client/changelog.md @@ -6,6 +6,15 @@ ## [Changelog][menu-changelog] > Workbench Client (@scion/workbench-client) +# [1.0.0-beta.7](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.6...workbench-client-1.0.0-beta.7) (2021-07-09) + + +### chore + +* compile with TypeScript strict checks enabled ([2f26260](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/2f26260b0f6e93eda8a6a6c71f102c0e60960e5f)), closes [#246](https://github.com/SchweizerischeBundesbahnen/scion-workbench/issues/246) + + + # [1.0.0-beta.6](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/workbench-client-1.0.0-beta.5...workbench-client-1.0.0-beta.6) (2021-04-13) diff --git a/projects/scion/workbench-client/package.json b/projects/scion/workbench-client/package.json index acf0c7620..d35fb5a18 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.6", + "version": "1.0.0-beta.7", "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, @@ -19,8 +19,8 @@ }, "peerDependencies": { "rxjs": "^6.0.0", - "@scion/toolkit": ">=11.0.0-beta.10", - "@scion/microfrontend-platform": ">=1.0.0-beta.13" + "@scion/toolkit": ">=11.0.0-beta.11", + "@scion/microfrontend-platform": ">=1.0.0-beta.15" }, "keywords": [ "scion",