File tree Expand file tree Collapse file tree 5 files changed +17
-6
lines changed
projects/angular-server-side-configuration Expand file tree Collapse file tree 5 files changed +17
-6
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 [ commit-and-tag-version] ( https://github.com/absolute-version/commit-and-tag-version ) for commit guidelines.
4
4
5
+ ## [ 20.0.0] ( https://github.com/kyubisation/angular-server-side-configuration/compare/v19.0.1...v20.0.0 ) (2025-06-10)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * Upgrade to Angular 20 and removal of the experimental build and dev-server builders
11
+
12
+ ### Features
13
+
14
+ * upgrade to Angular 20 ([ #114 ] ( https://github.com/kyubisation/angular-server-side-configuration/issues/114 ) ) ([ 8c6617e] ( https://github.com/kyubisation/angular-server-side-configuration/commit/8c6617ea594e2ac897e278313a42c92c952c5792 ) )
15
+
5
16
## [ 19.0.1] ( https://github.com/kyubisation/angular-server-side-configuration/compare/v19.0.0...v19.0.1 ) (2024-11-27)
6
17
7
18
### Bug Fixes
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ Dockerfile
262
262
FROM nginx:alpine
263
263
264
264
# Install ngssc binary
265
- ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v19 .0.1 /ngssc_64bit /usr/sbin/ngssc
265
+ ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v20 .0.0 /ngssc_64bit /usr/sbin/ngssc
266
266
RUN chmod +x /usr/sbin/ngssc
267
267
268
268
# 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" : " 19 .0.1 " ,
3
+ "version" : " 20 .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" : " 19 .0.1 " ,
3
+ "version" : " 20 .0.0 " ,
4
4
"description" : " Configure an angular application on the server" ,
5
5
"repository" : {
6
6
"type" : " git" ,
32
32
"dependencies" : {
33
33
"glob" : " ^10.0.0"
34
34
}
35
- }
35
+ }
Original file line number Diff line number Diff line change 12
12
"factory" : " ./ng-update/index#updateToV17"
13
13
},
14
14
"dockerfile" : {
15
- "version" : " 19 .0.1 " ,
15
+ "version" : " 20 .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