From 33321d2cd0761653b86024f17cef4b9392ac576c Mon Sep 17 00:00:00 2001 From: Lukas Spirig Date: Fri, 24 May 2024 10:53:50 +0200 Subject: [PATCH] chore(release): 18.0.0 --- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- package.json | 2 +- .../angular-server-side-configuration/package.json | 2 +- .../schematics/migration.json | 4 ++-- 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e27227..92b8e9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [18.0.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v17.0.5...v18.0.0) (2024-05-24) + + +### ⚠ BREAKING CHANGES + +* Upgrade to Angular 18 + +### Features + +* upgrade to Angular 18 ([#101](https://github.com/kyubisation/angular-server-side-configuration/issues/101)) ([8dca692](https://github.com/kyubisation/angular-server-side-configuration/commit/8dca6923946e2b45fdf6380bfcf0cd652d38b201)) + ### [17.0.5](https://github.com/kyubisation/angular-server-side-configuration/compare/v17.0.4...v17.0.5) (2024-05-12) ### [17.0.4](https://github.com/kyubisation/angular-server-side-configuration/compare/v17.0.3...v17.0.4) (2024-05-12) diff --git a/README.md b/README.md index 1b0c430..4c84cc8 100644 --- a/README.md +++ b/README.md @@ -253,7 +253,7 @@ Dockerfile FROM nginx:alpine # Install ngssc binary -ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v17.0.5/ngssc_64bit /usr/sbin/ngssc +ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v18.0.0/ngssc_64bit /usr/sbin/ngssc RUN chmod +x /usr/sbin/ngssc # Add ngssc init script diff --git a/package.json b/package.json index 2c80739..0233a28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-server-side-configuration", - "version": "17.0.5", + "version": "18.0.0", "description": "Configure an angular application on the server", "scripts": { "build:lib": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/build-lib.mts", diff --git a/projects/angular-server-side-configuration/package.json b/projects/angular-server-side-configuration/package.json index ce3cd73..a52c0b6 100644 --- a/projects/angular-server-side-configuration/package.json +++ b/projects/angular-server-side-configuration/package.json @@ -1,6 +1,6 @@ { "name": "angular-server-side-configuration", - "version": "17.0.5", + "version": "18.0.0", "description": "Configure an angular application on the server", "repository": { "type": "git", diff --git a/projects/angular-server-side-configuration/schematics/migration.json b/projects/angular-server-side-configuration/schematics/migration.json index 50f0444..f4fc123 100644 --- a/projects/angular-server-side-configuration/schematics/migration.json +++ b/projects/angular-server-side-configuration/schematics/migration.json @@ -12,9 +12,9 @@ "factory": "./ng-update/index#updateToV17" }, "dockerfile": { - "version": "17.0.5", + "version": "18.0.0", "description": "Updates the download url for ngssc", "factory": "./ng-update/index#dockerfile" } } -} +} \ No newline at end of file