Skip to content

Commit 33321d2

Browse files
committed
chore(release): 18.0.0
1 parent 8dca692 commit 33321d2

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [18.0.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v17.0.5...v18.0.0) (2024-05-24)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Upgrade to Angular 18
11+
12+
### Features
13+
14+
* 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))
15+
516
### [17.0.5](https://github.com/kyubisation/angular-server-side-configuration/compare/v17.0.4...v17.0.5) (2024-05-12)
617

718
### [17.0.4](https://github.com/kyubisation/angular-server-side-configuration/compare/v17.0.3...v17.0.4) (2024-05-12)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Dockerfile
253253
FROM nginx:alpine
254254

255255
# Install ngssc binary
256-
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v17.0.5/ngssc_64bit /usr/sbin/ngssc
256+
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v18.0.0/ngssc_64bit /usr/sbin/ngssc
257257
RUN chmod +x /usr/sbin/ngssc
258258

259259
# Add ngssc init script

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-server-side-configuration",
3-
"version": "17.0.5",
3+
"version": "18.0.0",
44
"description": "Configure an angular application on the server",
55
"scripts": {
66
"build:lib": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/build-lib.mts",

projects/angular-server-side-configuration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-server-side-configuration",
3-
"version": "17.0.5",
3+
"version": "18.0.0",
44
"description": "Configure an angular application on the server",
55
"repository": {
66
"type": "git",

projects/angular-server-side-configuration/schematics/migration.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"factory": "./ng-update/index#updateToV17"
1313
},
1414
"dockerfile": {
15-
"version": "17.0.5",
15+
"version": "18.0.0",
1616
"description": "Updates the download url for ngssc",
1717
"factory": "./ng-update/index#dockerfile"
1818
}
1919
}
20-
}
20+
}

0 commit comments

Comments
 (0)