Skip to content

Commit

Permalink
chore(release): 18.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed May 29, 2024
1 parent a967ef7 commit 7aae9fb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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.

### [18.0.1](https://github.com/kyubisation/angular-server-side-configuration/compare/v18.0.0...v18.0.1) (2024-05-29)


### Bug Fixes

* ensure correct peer dependency version range ([a967ef7](https://github.com/kyubisation/angular-server-side-configuration/commit/a967ef727beb834607c2c7a4d09ecff48058a1ba))

## [18.0.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v17.0.5...v18.0.0) (2024-05-24)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ Dockerfile
FROM nginx:alpine

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

# Add ngssc init script
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-server-side-configuration",
"version": "18.0.0",
"version": "18.0.1",
"description": "Configure an angular application on the server",
"scripts": {
"build:lib": "node --no-warnings=ExperimentalWarning --loader ts-node/esm/transpile-only ./scripts/build-lib.mts",
Expand Down
6 changes: 3 additions & 3 deletions projects/angular-server-side-configuration/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-server-side-configuration",
"version": "18.0.0",
"version": "18.0.1",
"description": "Configure an angular application on the server",
"repository": {
"type": "git",
Expand All @@ -27,9 +27,9 @@
"migrations": "./schematics/migration.json"
},
"peerDependencies": {
"@angular/core": "^17.0.0"
"@angular/core": "^18.0.0"
},
"dependencies": {
"glob": "^10.0.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"factory": "./ng-update/index#updateToV17"
},
"dockerfile": {
"version": "18.0.0",
"version": "18.0.1",
"description": "Updates the download url for ngssc",
"factory": "./ng-update/index#dockerfile"
}
Expand Down

0 comments on commit 7aae9fb

Please sign in to comment.