File tree 5 files changed +16
-5
lines changed
projects/angular-server-side-configuration 5 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 2
2
3
3
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.
4
4
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
+
5
16
### [ 17.0.5] ( https://github.com/kyubisation/angular-server-side-configuration/compare/v17.0.4...v17.0.5 ) (2024-05-12)
6
17
7
18
### [ 17.0.4] ( https://github.com/kyubisation/angular-server-side-configuration/compare/v17.0.3...v17.0.4 ) (2024-05-12)
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ Dockerfile
253
253
FROM nginx:alpine
254
254
255
255
# 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
257
257
RUN chmod +x /usr/sbin/ngssc
258
258
259
259
# Add ngssc init script
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-server-side-configuration" ,
3
- "version" : " 17 .0.5 " ,
3
+ "version" : " 18 .0.0 " ,
4
4
"description" : " Configure an angular application on the server" ,
5
5
"scripts" : {
6
6
"build:lib" : " node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/build-lib.mts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-server-side-configuration" ,
3
- "version" : " 17 .0.5 " ,
3
+ "version" : " 18 .0.0 " ,
4
4
"description" : " Configure an angular application on the server" ,
5
5
"repository" : {
6
6
"type" : " git" ,
Original file line number Diff line number Diff line change 12
12
"factory" : " ./ng-update/index#updateToV17"
13
13
},
14
14
"dockerfile" : {
15
- "version" : " 17 .0.5 " ,
15
+ "version" : " 18 .0.0 " ,
16
16
"description" : " Updates the download url for ngssc" ,
17
17
"factory" : " ./ng-update/index#dockerfile"
18
18
}
19
19
}
20
- }
20
+ }
You can’t perform that action at this time.
0 commit comments