Skip to content

Commit 7aae9fb

Browse files
committed
chore(release): 18.0.1
1 parent a967ef7 commit 7aae9fb

File tree

5 files changed

+13
-6
lines changed

5 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
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.1](https://github.com/kyubisation/angular-server-side-configuration/compare/v18.0.0...v18.0.1) (2024-05-29)
6+
7+
8+
### Bug Fixes
9+
10+
* ensure correct peer dependency version range ([a967ef7](https://github.com/kyubisation/angular-server-side-configuration/commit/a967ef727beb834607c2c7a4d09ecff48058a1ba))
11+
512
## [18.0.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v17.0.5...v18.0.0) (2024-05-24)
613

714

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/v18.0.0/ngssc_64bit /usr/sbin/ngssc
256+
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v18.0.1/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": "18.0.0",
3+
"version": "18.0.1",
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-server-side-configuration",
3-
"version": "18.0.0",
3+
"version": "18.0.1",
44
"description": "Configure an angular application on the server",
55
"repository": {
66
"type": "git",
@@ -27,9 +27,9 @@
2727
"migrations": "./schematics/migration.json"
2828
},
2929
"peerDependencies": {
30-
"@angular/core": "^17.0.0"
30+
"@angular/core": "^18.0.0"
3131
},
3232
"dependencies": {
3333
"glob": "^10.0.0"
3434
}
35-
}
35+
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"factory": "./ng-update/index#updateToV17"
1313
},
1414
"dockerfile": {
15-
"version": "18.0.0",
15+
"version": "18.0.1",
1616
"description": "Updates the download url for ngssc",
1717
"factory": "./ng-update/index#dockerfile"
1818
}

0 commit comments

Comments
 (0)