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 36305e4 commit ac9dd9e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG_COMPONENTS.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
11 changes: 11 additions & 0 deletions docs/site/changelog-components/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion projects/scion/components/package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit ac9dd9e

Please sign in to comment.