diff --git a/package-lock.json b/package-lock.json index 0b39d18bf..c578bbc8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scion", - "version": "0.0.0-beta.13", + "version": "0.0.0-beta.14", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a5bdefaea..c86b2dac4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scion", - "version": "0.0.0-beta.13", + "version": "0.0.0-beta.14", "description": "SCION Workbench helps to build multi-view web applications and integrates separate micro frontends into a consistent rich web application.", "license": "EPL-2.0", "homepage": "https://github.com/SchweizerischeBundesbahnen/scion-workbench", diff --git a/projects/app/workbench-application-platform/common/package.json b/projects/app/workbench-application-platform/common/package.json index 0f3b30154..650ec5c0e 100644 --- a/projects/app/workbench-application-platform/common/package.json +++ b/projects/app/workbench-application-platform/common/package.json @@ -1,6 +1,6 @@ { "name": "@scion/app/common", - "version": "0.0.0-beta.13", + "version": "0.0.0-beta.14", "description": "Contains a collection of UI components, styles and services used by E2E application.", "license": "EPL-2.0", "private": true, @@ -21,9 +21,9 @@ "@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", "@angular/core": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", "@angular/cdk": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", - "@scion/viewport": "0.0.0-beta.13", - "@scion/dimension": "0.0.0-beta.13", - "@scion/workbench-application-platform.api": "0.0.0-beta.13", + "@scion/viewport": "0.0.0-beta.14", + "@scion/dimension": "0.0.0-beta.14", + "@scion/workbench-application-platform.api": "0.0.0-beta.14", "rxjs": "^6.0.0" }, "keywords": [ diff --git a/projects/scion/dimension/package.json b/projects/scion/dimension/package.json index 1fdc54c9b..217e266f3 100644 --- a/projects/scion/dimension/package.json +++ b/projects/scion/dimension/package.json @@ -1,6 +1,6 @@ { "name": "@scion/dimension", - "version": "0.0.0-beta.13", + "version": "0.0.0-beta.14", "description": "Allows observing changes to host element's size.", "license": "EPL-2.0", "private": false, diff --git a/projects/scion/mouse-dispatcher/package.json b/projects/scion/mouse-dispatcher/package.json index 316963d98..b52c5002a 100644 --- a/projects/scion/mouse-dispatcher/package.json +++ b/projects/scion/mouse-dispatcher/package.json @@ -1,6 +1,6 @@ { "name": "@scion/mouse-dispatcher", - "version": "0.0.0-beta.13", + "version": "0.0.0-beta.14", "description": "Dispatches mouse events between the application window and another cross-origin window.", "license": "EPL-2.0", "private": false, diff --git a/projects/scion/viewport/package.json b/projects/scion/viewport/package.json index 6536477a6..953106c18 100644 --- a/projects/scion/viewport/package.json +++ b/projects/scion/viewport/package.json @@ -1,6 +1,6 @@ { "name": "@scion/viewport", - "version": "0.0.0-beta.13", + "version": "0.0.0-beta.14", "description": "Provides a viewport component with scrollbars that sit on top of the viewport client.", "license": "EPL-2.0", "private": false, @@ -21,7 +21,7 @@ "@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", "@angular/core": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", "@angular/cdk": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", - "@scion/dimension": "0.0.0-beta.13", + "@scion/dimension": "0.0.0-beta.14", "rxjs": "^6.0.0" }, "keywords": [ diff --git a/projects/scion/workbench-application-platform.api/package.json b/projects/scion/workbench-application-platform.api/package.json index d5ec8b4d7..a2b11af8b 100644 --- a/projects/scion/workbench-application-platform.api/package.json +++ b/projects/scion/workbench-application-platform.api/package.json @@ -1,6 +1,6 @@ { "name": "@scion/workbench-application-platform.api", - "version": "0.0.0-beta.13", + "version": "0.0.0-beta.14", "description": "SCION Workbench Application Platform is an extension of SCION Workbench to integrate content from multiple web applications in a coherent way, thus enabling a micro frontend architecture for allowing different front-end frameworks to co-exist and independent delivery.\n\nThe platform provides the mechanics for client-side web application integration. Any web application can be integrated. If the site does not interact with the platform, there is no need for adaptation. For a deeper integration, the platform provides a framework-agnostic guest API.\n\nThis package contains data transfer objects to pass data between the platform and the application.", "license": "EPL-2.0", "private": false, diff --git a/projects/scion/workbench-application-platform/package.json b/projects/scion/workbench-application-platform/package.json index 92ea28567..93bcd8bd7 100644 --- a/projects/scion/workbench-application-platform/package.json +++ b/projects/scion/workbench-application-platform/package.json @@ -1,6 +1,6 @@ { "name": "@scion/workbench-application-platform", - "version": "0.0.0-beta.13", + "version": "0.0.0-beta.14", "description": "SCION Workbench Application Platform is an extension of SCION Workbench to integrate content from multiple web applications in a coherent way, thus enabling a micro frontend architecture for allowing different front-end frameworks to co-exist and independent delivery.\n\nThe platform provides the mechanics for client-side web application integration. Any web application can be integrated. If the site does not interact with the platform, there is no need for adaptation. For a deeper integration, the platform provides a framework-agnostic guest API.", "license": "EPL-2.0", "private": false, @@ -17,7 +17,7 @@ }, "dependencies": { "js-sha256": "0.9.0", - "@scion/workbench-application-platform.api": "0.0.0-beta.13" + "@scion/workbench-application-platform.api": "0.0.0-beta.14" }, "peerDependencies": { "@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", @@ -25,7 +25,7 @@ "@angular/cdk": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", "@angular/router": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", "@angular/http": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", - "@scion/workbench": "0.0.0-beta.13", + "@scion/workbench": "0.0.0-beta.14", "rxjs": "^6.0.0" }, "keywords": [ diff --git a/projects/scion/workbench-application.angular/package.json b/projects/scion/workbench-application.angular/package.json index 56dbf34cc..971d44c63 100644 --- a/projects/scion/workbench-application.angular/package.json +++ b/projects/scion/workbench-application.angular/package.json @@ -1,6 +1,6 @@ { "name": "@scion/workbench-application.angular", - "version": "0.0.0-beta.13", + "version": "0.0.0-beta.14", "description": "SCION Workbench Application Platform is an extension of SCION Workbench to integrate content from multiple web applications in a coherent way, thus enabling a micro frontend architecture for allowing different front-end frameworks to co-exist and independent delivery.\n\nThe platform provides the mechanics for client-side web application integration. Any web application can be integrated. If the site does not interact with the platform, there is no need for adaptation. For a deeper integration, the platform provides a framework-agnostic guest API.\n\nThis package allows an Angular application to interact with SCION Workbench Application Platform.", "license": "EPL-2.0", "private": false, @@ -16,7 +16,7 @@ "url": "https://github.com/SchweizerischeBundesbahnen/scion-workbench" }, "dependencies": { - "@scion/workbench-application.core": "0.0.0-beta.13" + "@scion/workbench-application.core": "0.0.0-beta.14" }, "peerDependencies": { "@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", diff --git a/projects/scion/workbench-application.core/package.json b/projects/scion/workbench-application.core/package.json index 9524846ea..bf3e26580 100644 --- a/projects/scion/workbench-application.core/package.json +++ b/projects/scion/workbench-application.core/package.json @@ -1,6 +1,6 @@ { "name": "@scion/workbench-application.core", - "version": "0.0.0-beta.13", + "version": "0.0.0-beta.14", "description": "SCION Workbench Application Platform is an extension of SCION Workbench to integrate content from multiple web applications in a coherent way, thus enabling a micro frontend architecture for allowing different front-end frameworks to co-exist and independent delivery.\n\nThe platform provides the mechanics for client-side web application integration. Any web application can be integrated. If the site does not interact with the platform, there is no need for adaptation. For a deeper integration, the platform provides a framework-agnostic guest API.\n\nThis package allows an application to interact with SCION Workbench Application Platform. It is written in pure TypeScript.", "license": "EPL-2.0", "private": false, @@ -16,8 +16,8 @@ "url": "https://github.com/SchweizerischeBundesbahnen/scion-workbench" }, "dependencies": { - "@scion/mouse-dispatcher": "0.0.0-beta.13", - "@scion/workbench-application-platform.api": "0.0.0-beta.13" + "@scion/mouse-dispatcher": "0.0.0-beta.14", + "@scion/workbench-application-platform.api": "0.0.0-beta.14" }, "peerDependencies": { "rxjs": "^6.0.0" diff --git a/projects/scion/workbench/package.json b/projects/scion/workbench/package.json index ad151026c..6868b55e1 100644 --- a/projects/scion/workbench/package.json +++ b/projects/scion/workbench/package.json @@ -1,6 +1,6 @@ { "name": "@scion/workbench", - "version": "0.0.0-beta.13", + "version": "0.0.0-beta.14", "description": "SCION Workbench provides a lightweight application frame and helps to build multi-view web applications. Views are shown within tabs which can be flexibly arranged and dragged around by the user.", "license": "EPL-2.0", "private": false, @@ -16,7 +16,7 @@ "url": "https://github.com/SchweizerischeBundesbahnen/scion-workbench" }, "dependencies": { - "@scion/mouse-dispatcher": "0.0.0-beta.13" + "@scion/mouse-dispatcher": "0.0.0-beta.14" }, "peerDependencies": { "@angular/common": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", @@ -25,8 +25,8 @@ "@angular/animations": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", "@angular/forms": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", "@angular/router": "^6.0.0-rc.0 || ^6.0.0 || ^7.0.0-rc.0 || ^7.0.0", - "@scion/dimension": "0.0.0-beta.13", - "@scion/viewport": "0.0.0-beta.13", + "@scion/dimension": "0.0.0-beta.14", + "@scion/viewport": "0.0.0-beta.14", "rxjs": "^6.0.0" }, "keywords": [ diff --git a/resources/site/changelog.md b/resources/site/changelog.md index 7a4c21ca2..9e51f6ee3 100644 --- a/resources/site/changelog.md +++ b/resources/site/changelog.md @@ -5,6 +5,13 @@ # Changelog +# [0.0.0-beta.14](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/0.0.0-beta.13...0.0.0-beta.14) (2019-01-31) + + +### Bug Fixes + +* declare `workbench-application.core` as regular dependency of `workbench-application.angular` ([9855241](https://github.com/SchweizerischeBundesbahnen/scion-workbench/commit/9855241)) + # [0.0.0-beta.13](https://github.com/SchweizerischeBundesbahnen/scion-workbench/compare/0.0.0-beta.12...0.0.0-beta.13) (2019-01-30)