Skip to content

Commit

Permalink
chore(release): 19.0.0-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyubisation committed Nov 22, 2024
1 parent 4620484 commit df8e8d4
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [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)


### ⚠ BREAKING CHANGES

* The minified and 32bit binaries are removed.

* 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))


### Features

* 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.2.0](https://github.com/kyubisation/angular-server-side-configuration/compare/v18.1.0...v18.2.0) (2024-08-30)

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

# Install ngssc binary
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v18.2.0/ngssc_64bit /usr/sbin/ngssc
ADD https://github.com/kyubisation/angular-server-side-configuration/releases/download/v19.0.0-next.0/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.2.0",
"version": "19.0.0-next.0",
"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.2.0",
"version": "19.0.0-next.0",
"description": "Configure an angular application on the server",
"repository": {
"type": "git",
Expand All @@ -27,9 +27,9 @@
"migrations": "./schematics/migration.json"
},
"peerDependencies": {
"@angular/core": "^18.0.0"
"@angular/core": "^19.0.0"
},
"dependencies": {
"glob": "^10.0.0"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
"factory": "./ng-update/index#updateToV17"
},
"dockerfile": {
"version": "18.2.0",
"version": "19.0.0-next.0",
"description": "Updates the download url for ngssc",
"factory": "./ng-update/index#dockerfile"
}
}
}
}

0 comments on commit df8e8d4

Please sign in to comment.