From df8e8d47151f3ba0e6c70a84e6e9d1e2439ef5a9 Mon Sep 17 00:00:00 2001 From: Lukas Spirig Date: Fri, 22 Nov 2024 16:12:27 +0100 Subject: [PATCH] chore(release): 19.0.0-next.0 --- CHANGELOG.md | 14 ++++++++++++++ README.md | 2 +- package.json | 2 +- .../angular-server-side-configuration/package.json | 6 +++--- .../schematics/migration.json | 4 ++-- 5 files changed, 21 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2a4c0e..360958c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [19.0.0-next.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v18.2.0...v19.0.0-next.0) (2024-11-22) + + +### ⚠ BREAKING CHANGES + +* The minified and 32bit binaries are removed. + +* remove unused binaries ([#110](https://github.com/kyubisation/angular-server-side-configuration/issues/110)) ([4620484](https://github.com/kyubisation/angular-server-side-configuration/commit/4620484d71b281239f57ce42b7f2d303e1997a2c)) + + +### Features + +* update to Angular 19 ([#108](https://github.com/kyubisation/angular-server-side-configuration/issues/108)) ([6d3d153](https://github.com/kyubisation/angular-server-side-configuration/commit/6d3d1533414e9e8a3492f3e40215c07f6a4b9312)) + ## [18.2.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v18.1.0...v18.2.0) (2024-08-30) ### Features diff --git a/README.md b/README.md index 5747fa1..bb8f4b1 100644 --- a/README.md +++ b/README.md @@ -254,7 +254,7 @@ Dockerfile FROM nginx:alpine # Install ngssc binary -ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v18.2.0/ngssc_64bit /usr/sbin/ngssc +ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v19.0.0-next.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 3bde925..81c4ad0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-server-side-configuration", - "version": "18.2.0", + "version": "19.0.0-next.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 40fedac..a4c6edc 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": "18.2.0", + "version": "19.0.0-next.0", "description": "Configure an angular application on the server", "repository": { "type": "git", @@ -27,9 +27,9 @@ "migrations": "./schematics/migration.json" }, "peerDependencies": { - "@angular/core": "^18.0.0" + "@angular/core": "^19.0.0" }, "dependencies": { "glob": "^10.0.0" } -} +} \ No newline at end of file diff --git a/projects/angular-server-side-configuration/schematics/migration.json b/projects/angular-server-side-configuration/schematics/migration.json index bc1e444..cc9378d 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": "18.2.0", + "version": "19.0.0-next.0", "description": "Updates the download url for ngssc", "factory": "./ng-update/index#dockerfile" } } -} +} \ No newline at end of file