Skip to content

Commit

Permalink
release(ɵcomponents): v16.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
danielwiehl authored and Marcarrian committed Oct 23, 2023
1 parent a7f58d3 commit f00686c
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG_COMPONENTS_INTERNAL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## [16.3.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-16.3.0...ɵcomponents-16.3.1) (2023-10-23)


### Bug Fixes

* **ɵcomponents/list:** support for custom padding of list items ([719c627](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/719c627b9b93f636b90d8f88cd081cc77b3d5229))
* **ɵcomponents/qualifier-chip-list:** support for custom background color ([a7f58d3](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/a7f58d3e990795fbd5dea2e0ad78497fd5fbb2aa))
* **ɵcomponents/tabbar:** ensure tabbar grows with tab content until encountering a layout constraint ([f899d3c](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/f899d3ca0d072917207c0c8856f14b4f00822251))



# [16.3.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-16.2.0...ɵcomponents-16.3.0) (2023-10-09)


Expand Down
11 changes: 11 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,17 @@

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

## [16.3.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-16.3.0...ɵcomponents-16.3.1) (2023-10-23)


### Bug Fixes

* **ɵcomponents/list:** support for custom padding of list items ([719c627](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/719c627b9b93f636b90d8f88cd081cc77b3d5229))
* **ɵcomponents/qualifier-chip-list:** support for custom background color ([a7f58d3](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/a7f58d3e990795fbd5dea2e0ad78497fd5fbb2aa))
* **ɵcomponents/tabbar:** ensure tabbar grows with tab content until encountering a layout constraint ([f899d3c](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/f899d3ca0d072917207c0c8856f14b4f00822251))



# [16.3.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-16.2.0...ɵcomponents-16.3.0) (2023-10-09)


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.3.0",
"version": "16.3.1",
"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 f00686c

Please sign in to comment.