Skip to content

Commit

Permalink
release(ɵcomponents): v18.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcarrian authored and danielwiehl committed May 31, 2024
1 parent deaddb9 commit 923db14
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG_COMPONENTS_INTERNAL.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [18.0.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-17.0.0...ɵcomponents-18.0.0) (2024-05-31)


### Dependencies

* **ɵcomponents:** update @scion/components.internal to Angular 18 ([2a53650](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/2a5365070f31e6be0a3b4e9665cd2e34a252b495))


### BREAKING CHANGES

* **ɵcomponents:** Updating `@scion/components.internal` to Angular 18 introduced a breaking change.

To migrate:
- Update your application to Angular 18; for detailed migration instructions, refer to https://v18.angular.dev/update-guide;



# [17.0.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-16.3.1...ɵcomponents-17.0.0) (2023-11-15)


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

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

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


### Dependencies

* **ɵcomponents:** update @scion/components.internal to Angular 18 ([2a53650](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/commit/2a5365070f31e6be0a3b4e9665cd2e34a252b495))


### BREAKING CHANGES

* **ɵcomponents:** Updating `@scion/components.internal` to Angular 18 introduced a breaking change.

To migrate:
- Update your application to Angular 18; for detailed migration instructions, refer to https://v18.angular.dev/update-guide;



# [17.0.0](https://github.com/SchweizerischeBundesbahnen/scion-toolkit/compare/ɵcomponents-16.3.1...ɵcomponents-17.0.0) (2023-11-15)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"components.internal:lint": "ng lint @scion/components.internal",
"components.internal:test": "ng test @scion/components.internal",
"components.internal:build": "ng build --configuration production @scion/components.internal",
"components.internal:changelog": "conventional-changelog --commit-path projects/scion/components.internal -k projects/scion/components.internal -t ɵcomponents- -p angular -i CHANGELOG_COMPONENTS_INTERNAL.md -s && markdown-include docs/site/changelog-components.internal/changelog.template.json",
"components.internal:changelog": "conventional-changelog --commit-path projects/scion/components.internal -k projects/scion/components.internal/package.json -t ɵcomponents- -p angular -i CHANGELOG_COMPONENTS_INTERNAL.md -s && markdown-include docs/site/changelog-components.internal/changelog.template.json",

"components-app:serve": "ng serve components-app",
"components-app:lint": "ng lint components-app",
Expand Down

0 comments on commit 923db14

Please sign in to comment.