From 691b2e890d4cd1a21cd2d583b7d47fa1806e2e30 Mon Sep 17 00:00:00 2001 From: Lukas Spirig <lukas.spirig@gmail.com> Date: Sun, 12 Nov 2023 21:39:20 +0100 Subject: [PATCH] chore(release): 17.0.2 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- package.json | 2 +- projects/angular-server-side-configuration/package.json | 2 +- .../schematics/migration.json | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8240c2c..c1bc9c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [17.0.2](https://github.com/kyubisation/angular-server-side-configuration/compare/v17.0.1...v17.0.2) (2023-11-12) + + +### Bug Fixes + +* adapt to `@angular-devkit/build-angular:application` builder ([#88](https://github.com/kyubisation/angular-server-side-configuration/issues/88)) ([8d06efe](https://github.com/kyubisation/angular-server-side-configuration/commit/8d06efed30d8e209ee49315ea30da55d5037c93c)), closes [#87](https://github.com/kyubisation/angular-server-side-configuration/issues/87) +* correct sideEffects path ([aeaf3bf](https://github.com/kyubisation/angular-server-side-configuration/commit/aeaf3bf679dcece07cc46b3ebf38f8a328cc4e77)) + ### [17.0.1](https://github.com/kyubisation/angular-server-side-configuration/compare/v17.0.0...v17.0.1) (2023-11-08) diff --git a/README.md b/README.md index a3a9a27..f623f51 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.1/ngssc_64bit /usr/sbin/ngssc +ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v17.0.2/ngssc_64bit /usr/sbin/ngssc RUN chmod +x /usr/sbin/ngssc # Add ngssc init script diff --git a/package.json b/package.json index fcd5b6d..498bcec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-server-side-configuration", - "version": "17.0.1", + "version": "17.0.2", "description": "Configure an angular application on the server", "scripts": { "build:lib": "ts-node --project scripts/tsconfig.json --esm ./scripts/build-lib.mts", diff --git a/projects/angular-server-side-configuration/package.json b/projects/angular-server-side-configuration/package.json index 04fbeed..1ef4611 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.1", + "version": "17.0.2", "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 0eebe07..e851008 100644 --- a/projects/angular-server-side-configuration/schematics/migration.json +++ b/projects/angular-server-side-configuration/schematics/migration.json @@ -12,7 +12,7 @@ "factory": "./ng-update/index#updateToV17" }, "dockerfile": { - "version": "17.0.1", + "version": "17.0.2", "description": "Updates the download url for ngssc", "factory": "./ng-update/index#dockerfile" }