Skip to content

Commit

Permalink
release(ɵcomponents): v16.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcarrian authored and danielwiehl committed Jun 2, 2023
1 parent aacdda1 commit 36305e4
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG_COMPONENTS_INTERNAL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [16.1.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-16.0.0...ɵcomponents-16.1.0) (2023-06-02)


### Bug Fixes

* **ɵcomponents:** include all SASS files, but only if they are not contained in the directory /@scion/ or its subdirectories ([7fc0eb0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/7fc0eb0632932a4cd1683ebe94a8d93717f5dcbe))


### Features

* **ɵcomponents:** accept passing `undefined` in optional inputs ([9fc3b12](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/9fc3b128db56bbf58483b72feeff733357986c82))
* **ɵcomponents:** mark required inputs as required ([71264fa](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/71264faf6ae074b47127beee993e4615b9fa2fa8))
* **ɵcomponents:** migrate to standalone components ([eb79b56](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/eb79b56c8109b9dbc3276963f761977bc982a62f))



# [16.0.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-15.0.1...ɵcomponents-16.0.0) (2023-05-15)


Expand Down
16 changes: 16 additions & 0 deletions docs/site/changelog-components.internal/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,22 @@

## [Changelog][menu-changelog] > @scion/components.internal

# [16.1.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-16.0.0...ɵcomponents-16.1.0) (2023-06-02)


### Bug Fixes

* **ɵcomponents:** include all SASS files, but only if they are not contained in the directory /@scion/ or its subdirectories ([7fc0eb0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/7fc0eb0632932a4cd1683ebe94a8d93717f5dcbe))


### Features

* **ɵcomponents:** accept passing `undefined` in optional inputs ([9fc3b12](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/9fc3b128db56bbf58483b72feeff733357986c82))
* **ɵcomponents:** mark required inputs as required ([71264fa](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/71264faf6ae074b47127beee993e4615b9fa2fa8))
* **ɵcomponents:** migrate to standalone components ([eb79b56](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/eb79b56c8109b9dbc3276963f761977bc982a62f))



# [16.0.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-15.0.1...ɵcomponents-16.0.0) (2023-05-15)


Expand Down
2 changes: 1 addition & 1 deletion projects/scion/components.internal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scion/components.internal",
"version": "16.0.0",
"version": "16.1.0",
"description": "Provides a collection of Angular components designed exclusively for use in SCION library projects. Note that this module is private to SCION and not public API. 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,
Expand Down

0 comments on commit 36305e4

Please sign in to comment.