diff --git a/CHANGELOG_COMPONENTS.md b/CHANGELOG_COMPONENTS.md index 3a114900..bf2e71ef 100644 --- a/CHANGELOG_COMPONENTS.md +++ b/CHANGELOG_COMPONENTS.md @@ -1,3 +1,14 @@ +# [16.1.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-16.0.0...components-16.1.0) (2023-06-02) + + +### Features + +* **components:** accept passing `undefined` in optional inputs ([aacdda1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/aacdda16c062c0a7ad9a3b5474a65f5889ff3027)) +* **components:** mark required inputs as required ([010008c](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/010008c2dc1ed80be6fb059523fb267d00a778d7)) +* **components:** migrate to standalone components ([78be807](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/78be8077a054f594b11cd3d8a1583b67304de529)) + + + # [16.0.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-15.0.2...components-16.0.0) (2023-05-15) diff --git a/docs/site/changelog-components/changelog.md b/docs/site/changelog-components/changelog.md index a471bd7d..937d48d4 100644 --- a/docs/site/changelog-components/changelog.md +++ b/docs/site/changelog-components/changelog.md @@ -6,6 +6,17 @@ ## [Changelog][menu-changelog] > @scion/components +# [16.1.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-16.0.0...components-16.1.0) (2023-06-02) + + +### Features + +* **components:** accept passing `undefined` in optional inputs ([aacdda1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/aacdda16c062c0a7ad9a3b5474a65f5889ff3027)) +* **components:** mark required inputs as required ([010008c](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/010008c2dc1ed80be6fb059523fb267d00a778d7)) +* **components:** migrate to standalone components ([78be807](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/78be8077a054f594b11cd3d8a1583b67304de529)) + + + # [16.0.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/components-15.0.2...components-16.0.0) (2023-05-15) diff --git a/projects/scion/components/package.json b/projects/scion/components/package.json index e378fd65..7686ff17 100644 --- a/projects/scion/components/package.json +++ b/projects/scion/components/package.json @@ -1,6 +1,6 @@ { "name": "@scion/components", - "version": "16.0.0", + "version": "16.1.0", "description": "Provides a collection of Angular components and directives primarily for use in SCION libraries such as `@scion/workbench` and `@scion/microfrontend-platform`. This library is not a comprehensive component library as its focus is on SCION requirements.", "license": "EPL-2.0", "private": false,