diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d2c13b..a7b9cc30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [12.0.0-beta.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/11.0.0-beta.12...12.0.0-beta.1) (2021-07-01) + + +### Chore + +* **toolkit:** update @scion/toolkit to Angular 12 ([8331caa](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/8331caa32b83087e9144cf74b6e902e781d2d4ef)), closes [#56](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/issues/56) + + + # [11.0.0-beta.12](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/11.0.0-beta.11...11.0.0-beta.12) (2021-06-24) diff --git a/docs/site/changelog/changelog.md b/docs/site/changelog/changelog.md index 39290e08..b7c121e5 100644 --- a/docs/site/changelog/changelog.md +++ b/docs/site/changelog/changelog.md @@ -5,6 +5,15 @@ ## Changelog +# [12.0.0-beta.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/11.0.0-beta.12...12.0.0-beta.1) (2021-07-01) + + +### Chore + +* **toolkit:** update @scion/toolkit to Angular 12 ([8331caa](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/8331caa32b83087e9144cf74b6e902e781d2d4ef)), closes [#56](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/issues/56) + + + # [11.0.0-beta.12](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/11.0.0-beta.11...11.0.0-beta.12) (2021-06-24) @@ -283,4 +292,4 @@ To migrate: [menu-projects-overview]: /docs/site/projects-overview.md [menu-changelog]: /docs/site/changelog/changelog.md [menu-contributing]: /CONTRIBUTING.md -[menu-sponsoring]: /docs/site/sponsoring.md \ No newline at end of file +[menu-sponsoring]: /docs/site/sponsoring.md diff --git a/package-lock.json b/package-lock.json index 2ade0268..a4959c7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scion-toolkit", - "version": "11.0.0-beta.12", + "version": "12.0.0-beta.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 806e2521..c25aacbd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scion-toolkit", - "version": "11.0.0-beta.12", + "version": "12.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 37478d24..acbbc4ac 100644 --- a/projects/scion/toolkit.internal/package.json +++ b/projects/scion/toolkit.internal/package.json @@ -1,6 +1,6 @@ { "name": "@scion/toolkit.internal", - "version": "11.0.0-beta.12", + "version": "12.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 3df01864..4e5cfddc 100644 --- a/projects/scion/toolkit/package.json +++ b/projects/scion/toolkit/package.json @@ -1,6 +1,6 @@ { "name": "@scion/toolkit", - "version": "11.0.0-beta.12", + "version": "12.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,