File tree 5 files changed +21
-7
lines changed
projects/angular-server-side-configuration 5 files changed +21
-7
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
+ ## [ 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)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * The minified and 32bit binaries are removed.
11
+
12
+ * 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 ) )
13
+
14
+
15
+ ### Features
16
+
17
+ * 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
+
5
19
## [ 18.2.0] ( https://github.com/kyubisation/angular-server-side-configuration/compare/v18.1.0...v18.2.0 ) (2024-08-30)
6
20
7
21
### Features
Original file line number Diff line number Diff line change @@ -254,7 +254,7 @@ Dockerfile
254
254
FROM nginx:alpine
255
255
256
256
# Install ngssc binary
257
- ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v18.2 .0/ngssc_64bit /usr/sbin/ngssc
257
+ ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v19.0.0-next .0/ngssc_64bit /usr/sbin/ngssc
258
258
RUN chmod +x /usr/sbin/ngssc
259
259
260
260
# 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" : " 18.2 .0" ,
3
+ "version" : " 19.0.0-next .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" : " 18.2 .0" ,
3
+ "version" : " 19.0.0-next .0" ,
4
4
"description" : " Configure an angular application on the server" ,
5
5
"repository" : {
6
6
"type" : " git" ,
27
27
"migrations" : " ./schematics/migration.json"
28
28
},
29
29
"peerDependencies" : {
30
- "@angular/core" : " ^18 .0.0"
30
+ "@angular/core" : " ^19 .0.0"
31
31
},
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" : " 18.2 .0" ,
15
+ "version" : " 19.0.0-next .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