From 26c422b965704c760f0740332edceac8e2bc413d Mon Sep 17 00:00:00 2001 From: mofogasy Date: Fri, 15 Jan 2021 16:26:26 +0100 Subject: [PATCH] release: v11.0.0-beta.6 --- CHANGELOG.md | 10 ++++++++++ docs/site/changelog/changelog.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- projects/scion/toolkit.internal/package.json | 2 +- projects/scion/toolkit/package.json | 2 +- 6 files changed, 24 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc4b10de..5609e5bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +# [11.0.0-beta.6](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/11.0.0-beta.5...11.0.0-beta.6) (2021-01-15) + + +### Bug Fixes + +* **ɵtoolkit/accordion:** remove viewport from accordion ([ff0aac3](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/ff0aac345cce7c58bebd1b49386c2216929158ba)) +* **toolkit/viewport:** render the actual scroll position when an animation completes ([8033a79](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/8033a7947cbde1b84f0f632aaf7bc0d0d7cb3cb0)) + + + # [11.0.0-beta.5](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/11.0.0-beta.4...11.0.0-beta.5) (2021-01-11) diff --git a/docs/site/changelog/changelog.md b/docs/site/changelog/changelog.md index d433d439..6f3be6e3 100644 --- a/docs/site/changelog/changelog.md +++ b/docs/site/changelog/changelog.md @@ -5,6 +5,16 @@ ## Changelog +# [11.0.0-beta.6](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/11.0.0-beta.5...11.0.0-beta.6) (2021-01-15) + + +### Bug Fixes + +* **ɵtoolkit/accordion:** remove viewport from accordion ([ff0aac3](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/ff0aac345cce7c58bebd1b49386c2216929158ba)) +* **toolkit/viewport:** render the actual scroll position when an animation completes ([8033a79](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/8033a7947cbde1b84f0f632aaf7bc0d0d7cb3cb0)) + + + # [11.0.0-beta.5](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/11.0.0-beta.4...11.0.0-beta.5) (2021-01-11) diff --git a/package-lock.json b/package-lock.json index 79fe0fec..babbe0fe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "scion-toolkit", - "version": "11.0.0-beta.5", + "version": "11.0.0-beta.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 722427ad..c738d0c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "scion-toolkit", - "version": "11.0.0-beta.5", + "version": "11.0.0-beta.6", "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 6a45d13a..89c56fc8 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.5", + "version": "11.0.0-beta.6", "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 a1cebbd8..63a701d3 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.5", + "version": "11.0.0-beta.6", "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,