From e1fa21da0fbe7c44c29b56b110f345f9e5a3c81e Mon Sep 17 00:00:00 2001 From: danielwiehl Date: Tue, 14 Jul 2020 15:02:54 +0200 Subject: [PATCH] release: v1.0.0-beta.4 --- CHANGELOG.md | 14 ++++++++++++++ docs/site/changelog/changelog.md | 14 ++++++++++++++ package-lock.json | 2 +- package.json | 2 +- projects/scion/microfrontend-platform/package.json | 2 +- 5 files changed, 31 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1dcd646..83a6d292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [1.0.0-beta.4](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/compare/1.0.0-beta.3...1.0.0-beta.4) (2020-07-14) + + +### Bug Fixes + +* **testapp:** do not render the application shell in activator microfrontends ([2180257](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/commit/2180257deecfe4bbf67862049ecc1e3e5e443151)) + + +### Features + +* **platform:** enable activators to signal their readiness ([5beb278](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/commit/5beb278b26e1850fa21e0dbf05677e635a63c4e4)), closes [#6](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/issues/6) + + + # [1.0.0-beta.3](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/compare/1.0.0-beta.2...1.0.0-beta.3) (2020-06-30) diff --git a/docs/site/changelog/changelog.md b/docs/site/changelog/changelog.md index f471911c..cf185e16 100644 --- a/docs/site/changelog/changelog.md +++ b/docs/site/changelog/changelog.md @@ -5,6 +5,20 @@ ## Changelog +# [1.0.0-beta.4](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/compare/1.0.0-beta.3...1.0.0-beta.4) (2020-07-14) + + +### Bug Fixes + +* **testapp:** do not render the application shell in activator microfrontends ([2180257](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/commit/2180257deecfe4bbf67862049ecc1e3e5e443151)) + + +### Features + +* **platform:** enable activators to signal their readiness ([5beb278](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/commit/5beb278b26e1850fa21e0dbf05677e635a63c4e4)), closes [#6](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/issues/6) + + + # [1.0.0-beta.3](https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform/compare/1.0.0-beta.2...1.0.0-beta.3) (2020-06-30) diff --git a/package-lock.json b/package-lock.json index 62493291..bf76ec2f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scion-microfrontend-platform", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 81afd353..ccd34aed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scion-microfrontend-platform", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "description": "SCION Microfrontend Platform enables you to successfully implement a framework-agnostic microfrontend architecture using iframes. It provides you fundamental APIs for microfrontends to communicate with each other across origin, allows embedding microfrontends using a web component and enables routing between microfrontends. SCION Microfrontend Platform is a lightweight, web stack agnostic library that has no user-facing components and does not dictate any form of application structure.", "license": "EPL-2.0", "homepage": "https://github.com/SchweizerischeBundesbahnen/scion-microfrontend-platform", diff --git a/projects/scion/microfrontend-platform/package.json b/projects/scion/microfrontend-platform/package.json index ea2abea1..51a23b9f 100644 --- a/projects/scion/microfrontend-platform/package.json +++ b/projects/scion/microfrontend-platform/package.json @@ -1,6 +1,6 @@ { "name": "@scion/microfrontend-platform", - "version": "1.0.0-beta.3", + "version": "1.0.0-beta.4", "description": "SCION Microfrontend Platform enables you to successfully implement a framework-agnostic microfrontend architecture using iframes. It provides you fundamental APIs for microfrontends to communicate with each other across origin, allows embedding microfrontends using a web component and enables routing between microfrontends. SCION Microfrontend Platform is a lightweight, web stack agnostic library that has no user-facing components and does not dictate any form of application structure.", "license": "EPL-2.0", "private": false,