Skip to content

Commit

Permalink
Upgrade to Angular 17
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed Nov 8, 2023
1 parent f9e2f02 commit 8c63a56
Show file tree
Hide file tree
Showing 5 changed files with 3,685 additions and 2,579 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 2.11.0 (2023-11-08)

- Upgrade to Angular 17 (ebrehault)

# 2.10.1 (2023-08-26)

- Fixing issue when using visibleIf in array items (Saeleas)
Expand Down
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,18 @@
"serve": {
"builder": "@angular-devkit/build-angular:dev-server",
"options": {
"browserTarget": "ngx-schema-form:build"
"buildTarget": "ngx-schema-form:build"
},
"configurations": {
"production": {
"browserTarget": "ngx-schema-form:build:production"
"buildTarget": "ngx-schema-form:build:production"
}
}
},
"extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n",
"options": {
"browserTarget": "ngx-schema-form:build"
"buildTarget": "ngx-schema-form:build"
}
},
"test": {
Expand Down
Loading

0 comments on commit 8c63a56

Please sign in to comment.