Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release(ɵcomponents): v18.0.1 #225

Merged
merged 1 commit into from
Oct 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG_COMPONENTS_INTERNAL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [18.0.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-18.0.0...ɵcomponents-18.0.1) (2024-10-03)


### Bug Fixes

* **ɵcomponents/keyvalue:** support `null` properties ([7949ae5](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/7949ae5598858f07076788d21c1ac8c1e48f57b5))



# [18.0.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-17.0.0...ɵcomponents-18.0.0) (2024-05-31)


Expand Down
9 changes: 9 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,15 @@

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

## [18.0.1](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-18.0.0...ɵcomponents-18.0.1) (2024-10-03)


### Bug Fixes

* **ɵcomponents/keyvalue:** support `null` properties ([7949ae5](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/7949ae5598858f07076788d21c1ac8c1e48f57b5))



# [18.0.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-17.0.0...ɵcomponents-18.0.0) (2024-05-31)


Expand Down
6 changes: 3 additions & 3 deletions 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": "18.0.0",
"version": "18.0.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 All @@ -26,8 +26,8 @@
"@angular/common": "^18.0.0",
"@angular/core": "^18.0.0",
"@angular/cdk": "^18.0.0",
"@scion/components": "^18.0.0",
"@scion/toolkit": "^1.0.0",
"@scion/components": "^18.0.1",
"@scion/toolkit": "^1.5.0",
"rxjs": "^7.8.0"
},
"repository": {
Expand Down
Loading