Skip to content

Commit e4d1c2b

Browse files
committed
DEV-1177_Actualizar-ngx-jsonapi-a-Angular-18 auto-commit
1 parent 700a6d3 commit e4d1c2b

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
## [2.5.0] - 2025-09-16
10+
11+
- Migrate to angular 18
12+
913
## [2.4.0] - 2025-08-15
1014

1115
- Migrate to angular 17

demo/app/authors/components/authors.component.html

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,3 @@ <h3>Authors</h3>
4949
<button ng-click="update()">Update author</button>
5050
<button ng-click="removeRelationship()">Remove relationship</button>
5151
</p> -->
52-
<!-- <p>
53-
<button ng-click="update()">Update author</button>
54-
<button ng-click="removeRelationship()">Remove relationship</button>
55-
</p> -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,5 +185,5 @@
185185
"tsickle": "0.39.1",
186186
"tslib": "^2.6.0"
187187
},
188-
"version": "2.4.0"
188+
"version": "2.5.0"
189189
}

projects/ngx-jsonapi-lib/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-jsonapi",
3-
"version": "2.4.0",
3+
"version": "2.5.0",
44
"description": "JSON API library for Angular",
55
"module": "ngx-jsonapi/@ngx-jsonapi/ngx-jsonapi.es5.js",
66
"es2015": "ngx-jsonapi/@ngx-jsonapi/ngx-jsonapi.js",
@@ -18,15 +18,15 @@
1818
"license": "MIT",
1919
"homepage": "https://github.com/reyesoft/ngx-jsonapi#readme",
2020
"peerDependencies": {
21-
"@angular/animations": "^16.2.0 || ^17.0.0",
22-
"@angular/common": "^16.2.0 || ^17.0.0",
23-
"@angular/compiler": "^16.2.0 || ^17.0.0",
24-
"@angular/core": "^16.2.0 || ^17.0.0",
25-
"@angular/forms": "^16.2.0 || ^17.0.0",
26-
"@angular/platform-browser": "^16.2.0 || ^17.0.0",
27-
"@angular/platform-browser-dynamic": "^16.2.0 || ^17.0.0",
28-
"@angular/platform-server": "^16.2.0 || ^17.0.0",
29-
"@angular/router": "^16.2.0 || ^17.0.0",
21+
"@angular/animations": "^17.0.0 || ^18.0.0",
22+
"@angular/common": "^17.0.0 || ^18.0.0",
23+
"@angular/compiler": "^17.0.0 || ^18.0.0",
24+
"@angular/core": "^17.0.0 || ^18.0.0",
25+
"@angular/forms": "^17.0.0 || ^18.0.0",
26+
"@angular/platform-browser": "^17.0.0 || ^18.0.0",
27+
"@angular/platform-browser-dynamic": "^17.0.0 || ^18.0.0",
28+
"@angular/platform-server": "^17.0.0 || ^18.0.0",
29+
"@angular/router": "^17.0.0 || ^18.0.0",
3030
"lodash-es": "^4.17",
3131
"dexie": "^2.0.4"
3232
},

0 commit comments

Comments
 (0)