Skip to content

Commit

Permalink
release(ɵcomponents): v18.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcarrian authored and danielwiehl committed Oct 3, 2024
1 parent 1c87d69 commit 9979db9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
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

0 comments on commit 9979db9

Please sign in to comment.