From 600cb38990ad1dc3809ff2fff39c98ccb1df6df5 Mon Sep 17 00:00:00 2001 From: Marcarrian Date: Thu, 16 Jul 2020 18:48:03 +0200 Subject: [PATCH] release: v10.0.0-beta.1 --- CHANGELOG.md | 22 ++++++++++++++++++++ docs/site/changelog/changelog.md | 22 ++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- projects/scion/toolkit.internal/package.json | 2 +- projects/scion/toolkit/package.json | 2 +- 6 files changed, 48 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 243cf8f8..630235ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# [10.0.0-beta.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/9.0.0-beta.3...10.0.0-beta.1) (2020-07-17) + + +### Bug Fixes + +* **ɵtoolkit:** prefix the version in the URL of the testing application ([885700b](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/885700b899a8432896bdc8d32149c151574df683)) + + +### chore + +* update toolkit to Angular 10 ([da15919](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/da15919ecd2e70737a8d4c1ef562690b01245288)), closes [#11](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/issues/11) + + +### BREAKING CHANGES + +* Added support for Angular 10. + +To migrate: +- if using Angular agnostic tools, migrate your app to Angular 10 by running `ng update @angular/cli @angular/core @angular/cdk`. + + + # [9.0.0-beta.3](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/9.0.0-beta.2...9.0.0-beta.3) (2020-06-12) diff --git a/docs/site/changelog/changelog.md b/docs/site/changelog/changelog.md index 4b7e0b6a..78f591e4 100644 --- a/docs/site/changelog/changelog.md +++ b/docs/site/changelog/changelog.md @@ -5,6 +5,28 @@ ## Changelog +# [10.0.0-beta.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/9.0.0-beta.3...10.0.0-beta.1) (2020-07-17) + + +### Bug Fixes + +* **ɵtoolkit:** prefix the version in the URL of the testing application ([885700b](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/885700b899a8432896bdc8d32149c151574df683)) + + +### chore + +* update toolkit to Angular 10 ([da15919](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/da15919ecd2e70737a8d4c1ef562690b01245288)), closes [#11](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/issues/11) + + +### BREAKING CHANGES + +* Added support for Angular 10. + +To migrate: +- if using Angular agnostic tools, migrate your app to Angular 10 by running `ng update @angular/cli @angular/core @angular/cdk`. + + + # [9.0.0-beta.3](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/9.0.0-beta.2...9.0.0-beta.3) (2020-06-12) diff --git a/package-lock.json b/package-lock.json index b30053a3..047b9c84 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scion-toolkit", - "version": "9.0.0-beta.3", + "version": "10.0.0-beta.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fd8d59dd..51eede3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scion-toolkit", - "version": "9.0.0-beta.3", + "version": "10.0.0-beta.1", "description": "SCION Toolkit is a collection of UI components and utilities designed primarily for use in SCION libraries and their demo and test applications.", "license": "EPL-2.0", "homepage": "https://github.com/SchweizerischeBundesbahnen/scion-toolkit", diff --git a/projects/scion/toolkit.internal/package.json b/projects/scion/toolkit.internal/package.json index 0283406f..2a7b6fd5 100644 --- a/projects/scion/toolkit.internal/package.json +++ b/projects/scion/toolkit.internal/package.json @@ -1,6 +1,6 @@ { "name": "@scion/toolkit.internal", - "version": "9.0.0-beta.3", + "version": "10.0.0-beta.1", "description": "SCION Toolkit INTERNAL is a collection of UI components and utilities designed exclusively for use in SCION applications. DO NOT USE THIS MODULE IN YOUR PROJECT AS IT IS NOT GUARANTEED TO BE STABLE AND MAY CHANGE WITHOUT NOTICE.", "license": "EPL-2.0", "private": false, diff --git a/projects/scion/toolkit/package.json b/projects/scion/toolkit/package.json index dbb2b648..8679909d 100644 --- a/projects/scion/toolkit/package.json +++ b/projects/scion/toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@scion/toolkit", - "version": "9.0.0-beta.3", + "version": "10.0.0-beta.1", "description": "SCION Toolkit is a collection of UI components and utilities designed primarily for use in SCION libraries and their demo and test applications.", "license": "EPL-2.0", "private": false,